Lines Matching refs:IsValidLine
103 #define IsValidLine(ctx, num) ( ((num) == 0) || \
1183 if ( IsValidLine(ctx, n) )
1188 y = IsValidLine(ctx, n) ? lt->info[n].y : ctx->core.height;
1219 y = IsValidLine(ctx, n) ? lt->info[n].y : ctx->core.height;
1220 updateTo = IsValidLine(ctx, n) ? lt->info[n].position : ctx->text.lastPos;
1221 if (IsValidLine(ctx, lt->lines - n))
1386 if ( (IsValidLine(ctx, line + 1)) &&
1458 if ( (lt->lines > 0) && (IsValidLine(ctx, lt->lines - 1)) )
1473 new_bot = IsValidLine(ctx, lt->lines-1) ? lt->info[lt->lines-1].position
2066 for ( startPos = pos1, i = line; IsValidLine(ctx, i) &&
2418 IsValidLine(ctx, line) && (line < ctx->text.lt.lines);
2604 IsValidLine(ctx, line) && (info->y < bottom)); line++, info++)