Searched refs:yTop (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 371 GLfloat xLeft, xRight, yBot, yTop; in segment() local 378 yTop = y0 + line->halfWidth; in segment() 382 yTop = y0 + 3.0F * line->halfWidth; in segment() 390 yTop = y1 + line->halfWidth; in segment() 394 yTop = y1 + 3.0F * line->halfWidth; in segment() 404 const GLint iyTop = (GLint) (yTop + 1.0F); in segment() 411 yTop += dydx; in segment() 417 GLfloat yBot, yTop, xLeft, xRight; in segment() local 421 yTop = y1 + line->halfWidth; in segment() 433 yTop = y0 + line->halfWidth; in segment() [all …]
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 1405 int yTop = b->mesa_buffer.Height - y - height; in XMesaCopySubBuffer() local 1413 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer() 1414 x, yTop, width, height, False ); in XMesaCopySubBuffer() 1423 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer() 1424 x, yTop, width, height ); in XMesaCopySubBuffer() 1433 x, yTop, width, height, /* source region */ in XMesaCopySubBuffer() 1434 x, yTop /* dest region */ in XMesaCopySubBuffer()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_rect.c | 59 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h); in rect_testIntersectRectAndLine() local 71 y1 = yTop; in rect_testIntersectRectAndLine() 197 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h); in rect_testIntersectRectAndLineOutside() local 217 y1 = yTop; in rect_testIntersectRectAndLineOutside() 219 y2 = yTop; in rect_testIntersectRectAndLineOutside() 222 …sectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, 0, yTop, 31, yTop); in rect_testIntersectRectAndLineOutside()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node_win.cc | 554 long yTop, in accHitTest() argument 563 POINT pt = {xLeft, yTop}; in accHitTest()
|