Searched defs:next_line (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dstroker.c634 const VGfloat *next_line, enum line_join_mode join)
637 debug_printf("create_joins: focal=[%f, %f], next_line=[%f, %f,%f, %f]\n",
639 next_line[0], next_line[1], next_line[2], next_line[3]);
642 if (floatsEqual(stroker->back1_x, next_line[0]) &&
643 floatsEqual(stroker->back1_y, next_line[1]))
647 stroker_emit_line_to(stroker, next_line[0], next_line[
632 create_joins(struct stroker *stroker, VGfloat focal_x, VGfloat focal_y, const VGfloat *next_line, enum line_join_mode join) argument
[all...]
/external/chromium_org/v8/src/
H A Dd8.cc1181 char* next_line = ReadLine(ptr); local
1185 ptr = next_line;
1216 ptr = next_line;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc413 char *next_line = (char*)internal_memchr(current_, '\n', last - current_); local
414 if (next_line == 0)
415 next_line = last;
450 while (current_ < next_line && *current_ == ' ')
454 while (current_ < next_line) {
461 current_ = next_line + 1;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c634 const VGfloat *next_line, enum line_join_mode join)
637 debug_printf("create_joins: focal=[%f, %f], next_line=[%f, %f,%f, %f]\n",
639 next_line[0], next_line[1], next_line[2], next_line[3]);
642 if (floatsEqual(stroker->back1_x, next_line[0]) &&
643 floatsEqual(stroker->back1_y, next_line[1]))
647 stroker_emit_line_to(stroker, next_line[0], next_line[
632 create_joins(struct stroker *stroker, VGfloat focal_x, VGfloat focal_y, const VGfloat *next_line, enum line_join_mode join) argument
[all...]
/external/v8/src/
H A Dd8.cc1121 char* next_line = ReadLine(ptr); local
1125 ptr = next_line;
1155 ptr = next_line;

Completed in 212 milliseconds