Searched refs:xLeft (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 370 GLfloat xLeft, xRight, yBot, yTop; in segment() local 373 xLeft = x0 - line->halfWidth; in segment() 385 xLeft = x1 - line->halfWidth; in segment() 401 for (ix = (GLint) xLeft; ix < ixRight; ix++) { in segment() 416 GLfloat yBot, yTop, xLeft, xRight; in segment() local 422 xLeft = x0 - 3.0F * line->halfWidth; in segment() 426 xLeft = x0 - line->halfWidth; in segment() 434 xLeft = x1 - 3.0F * line->halfWidth; in segment() 438 xLeft = x1 - line->halfWidth; in segment() 448 const GLint ixLeft = (GLint) xLeft; in segment() [all …]
|
/external/skia/samplecode/ |
D | SampleChart.cpp | 32 SkScalar xLeft, SkScalar xDelta, in gen_paths() argument 45 SkScalar x = xLeft; in gen_paths() 78 fill->lineTo(xLeft, yBase); in gen_paths()
|
/external/skia/bench/ |
D | ChartBench.cpp | 37 SkScalar xLeft, SkScalar xDelta, in gen_paths() argument 50 SkScalar x = xLeft; in gen_paths() 83 fill->lineTo(xLeft, yBase); in gen_paths()
|