Home
last modified time | relevance | path

Searched refs:xRight (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts43 const xRight = Math.ceil(target.x + target.width); constant
45 const xWidth = xRight - xLeft;
52 ctx.fillRect(xRight, target.y, 1, target.height);
64 if (xRight > bounds.x + bounds.width) {
70 labelXLeft = xRight + 3;
109 const xRight = timeScale.timeToPx(span.end); constant
116 width: xRight - xLeft,
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c372 GLfloat xLeft, xRight, yBot, yTop; in segment() local
376 xRight = x1 + line->halfWidth; in segment()
388 xRight = x0 + line->halfWidth; in segment()
400 ixRight = (GLint) (xRight + 1.0F); in segment()
418 GLfloat yBot, yTop, xLeft, xRight; in segment() local
425 xRight = x0 + line->halfWidth; in segment()
429 xRight = x0 + 3.0F * line->halfWidth; in segment()
437 xRight = x1 + line->halfWidth; in segment()
441 xRight = x1 + 3.0F * line->halfWidth; in segment()
451 const GLint ixRight = (GLint) (xRight + 1.0F); in segment()
[all …]
/external/swiftshader/src/Device/
DQuadRasterizer.cpp268 Short4 xRight[4]; in rasterize()
273 xRight[q] = xLeft[q]; in rasterize()
276 xRight[q] = Swizzle(xRight[q], 0xF5) - Short4(0, 1, 0, 1); in rasterize()
286 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx); in rasterize()
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp268 Short4 xRight[4]; in rasterize()
273 xRight[q] = xLeft[q]; in rasterize()
276 xRight[q] = Swizzle(xRight[q], 0xF5) - Short4(0, 1, 0, 1); in rasterize()
286 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx); in rasterize()
/external/syzkaller/sys/windows/
Dwindows.txt1610 SetRect(lprc ptr[inout, intptr], xLeft int32, yTop int32, xRight int32, yBottom int32)