Home
last modified time | relevance | path

Searched refs:xLeft (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts42 const xLeft = Math.floor(target.x); constant
45 const xWidth = xRight - xLeft; constant
53 ctx.fillRect(xLeft, yMid, xWidth, 1);
55 ctx.fillRect(xLeft, target.y, 1, target.height);
63 let labelXLeft = Math.floor(xWidth / 2 - labelWidth / 2 + xLeft);
72 labelXLeft = xLeft - labelWidth - 3;
174 const xLeft = timeScale.timeToPx(span.start); constant
180 x: TRACK_SHELL_WIDTH + xLeft,
182 width: xRight - xLeft,
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c371 GLfloat xLeft, xRight, yBot, yTop; in segment() local
374 xLeft = x0 - line->halfWidth; in segment()
386 xLeft = x1 - line->halfWidth; in segment()
402 for (ix = (GLint) xLeft; ix < ixRight; ix++) { in segment()
417 GLfloat yBot, yTop, xLeft, xRight; in segment() local
423 xLeft = x0 - 3.0F * line->halfWidth; in segment()
427 xLeft = x0 - line->halfWidth; in segment()
435 xLeft = x1 - 3.0F * line->halfWidth; in segment()
439 xLeft = x1 - line->halfWidth; in segment()
449 const GLint ixLeft = (GLint) xLeft; in segment()
[all …]
/external/swiftshader/src/Device/
DQuadRasterizer.cpp176 Short4 xLeft[4]; in rasterize()
181xLeft[q] = *Pointer<Short4>(primitive + q * sizeof(Primitive) + OFFSET(Primitive, outline) + y * s… in rasterize()
182 xRight[q] = xLeft[q]; in rasterize()
184 xLeft[q] = Swizzle(xLeft[q], 0x0022) - Short4(1, 2, 1, 2); in rasterize()
198 Short4 mask = CmpGT(xxxx, xLeft[i]) & CmpGT(xRight[i], xxxx); in rasterize()
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp267 Short4 xLeft[4]; in rasterize()
272xLeft[q] = *Pointer<Short4>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline) + y * si… in rasterize()
273 xRight[q] = xLeft[q]; in rasterize()
275 xLeft[q] = Swizzle(xLeft[q], 0x0022) - Short4(1, 2, 1, 2); in rasterize()
286 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx); in rasterize()
/external/skqp/bench/
DChartBench.cpp37 SkScalar xLeft, SkScalar xDelta, in gen_paths() argument
50 SkScalar x = xLeft; in gen_paths()
83 fill->lineTo(xLeft, yBase); in gen_paths()
/external/skia/samplecode/
DSampleChart.cpp31 SkScalar xLeft, SkScalar xDelta, in gen_paths() argument
42 SkScalar x = xLeft; in gen_paths()
75 fill->lineTo(xLeft, yBase); in gen_paths()
/external/skia/bench/
DChartBench.cpp37 SkScalar xLeft, SkScalar xDelta, in gen_paths() argument
50 SkScalar x = xLeft; in gen_paths()
83 fill->lineTo(xLeft, yBase); in gen_paths()
/external/skqp/samplecode/
DSampleChart.cpp31 SkScalar xLeft, SkScalar xDelta, in gen_paths() argument
44 SkScalar x = xLeft; in gen_paths()
77 fill->lineTo(xLeft, yBase); in gen_paths()