Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Ds_aaline.c371 GLfloat xLeft, xRight, yBot, yTop; in segment() local
375 xRight = x1 + line->halfWidth; in segment()
387 xRight = x0 + line->halfWidth; in segment()
399 ixRight = (GLint) (xRight + 1.0F); in segment()
417 GLfloat yBot, yTop, xLeft, xRight; in segment() local
424 xRight = x0 + line->halfWidth; in segment()
428 xRight = x0 + 3.0F * line->halfWidth; in segment()
436 xRight = x1 + line->halfWidth; in segment()
440 xRight = x1 + 3.0F * line->halfWidth; in segment()
450 const GLint ixRight = (GLint) (xRight + 1.0F); in segment()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Device/
DQuadRasterizer.cpp180 Short4 xRight[4]; in rasterize()
185 xRight[q] = xLeft[q]; in rasterize()
188 xRight[q] = Swizzle(xRight[q], 0x1133) - Short4(0, 1, 0, 1); in rasterize()
201 Short4 mask = CmpGT(xxxx, xLeft[i]) & CmpGT(xRight[i], xxxx); in rasterize()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DQuadRasterizer.cpp268 Short4 xRight[4]; in rasterize()
273 xRight[q] = xLeft[q]; in rasterize()
276 xRight[q] = Swizzle(xRight[q], 0x1133) - Short4(0, 1, 0, 1); in rasterize()
286 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx); in rasterize()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rect.c58 int xRight = refRect.w + SDLTest_RandomIntegerInRange(1, refRect.w); in rect_testIntersectRectAndLine() local
64 x2 = xRight; in rect_testIntersectRectAndLine()
196 int xRight = refRect.w + SDLTest_RandomIntegerInRange(1, refRect.w); in rect_testIntersectRectAndLineOutside() local
208 x1 = xRight; in rect_testIntersectRectAndLineOutside()
210 x2 = xRight; in rect_testIntersectRectAndLineOutside()
214 …RectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, xRight, 0, xRight, 31); in rect_testIntersectRectAndLineOutside()