/third_party/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 371 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 …]
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | QuadRasterizer.cpp | 179 Short4 xLeft[4]; in rasterize() 184 …xLeft[q] = *Pointer<Short4>(primitive + q * sizeof(Primitive) + OFFSET(Primitive, outline) + y * s… in rasterize() 185 xRight[q] = xLeft[q]; in rasterize() 187 xLeft[q] = Swizzle(xLeft[q], 0x0022) - Short4(1, 2, 1, 2); in rasterize() 201 Short4 mask = CmpGT(xxxx, xLeft[i]) & CmpGT(xRight[i], xxxx); in rasterize()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 267 Short4 xLeft[4]; in rasterize() 272 …xLeft[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()
|
/third_party/flutter/skia/samplecode/ |
D | SampleChart.cpp | 31 SkScalar xLeft, SkScalar xDelta, in gen_paths() argument 44 SkScalar x = xLeft; in gen_paths() 77 fill->lineTo(xLeft, yBase); in gen_paths()
|
/third_party/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()
|
/third_party/skia/samplecode/ |
D | SampleChart.cpp | 31 SkScalar xLeft, SkScalar xDelta, in gen_paths() argument 42 SkScalar x = xLeft; in gen_paths() 75 fill->lineTo(xLeft, yBase); in gen_paths()
|
/third_party/flutter/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()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_rect.c | 57 int xLeft = -SDLTest_RandomIntegerInRange(1, refRect.w); in rect_testIntersectRectAndLine() local 62 x1 = xLeft; in rect_testIntersectRectAndLine() 195 int xLeft = -SDLTest_RandomIntegerInRange(1, refRect.w); in rect_testIntersectRectAndLineOutside() local 200 x1 = xLeft; in rect_testIntersectRectAndLineOutside() 202 x2 = xLeft; in rect_testIntersectRectAndLineOutside() 206 …ctRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, xLeft, 0, xLeft, 31); in rect_testIntersectRectAndLineOutside()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node_win.cc | 553 STDMETHODIMP CefIAccessible::accHitTest(long xLeft, in accHitTest() argument 563 POINT pt = {xLeft, yTop}; in accHitTest()
|