Home
last modified time | relevance | path

Searched defs:leftClip (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp131 int leftClip = area.x - origArea.x; in readPixels() local
/external/mesa3d/src/mesa/swrast/
Ds_span.h118 GLuint leftClip; member
Ds_span.c760 const GLint leftClip = xmin - x; in clip_span() local
/external/skia/src/core/
DSkScan_AAAPath.cpp1459 SkFixed leftClip, in blit_saved_trapezoid()
1503 SkFixed leftClip, in deferred_blit()
1552 SkFixed leftClip, in aaa_walk_edges()
/external/skqp/src/core/
DSkScan_AAAPath.cpp1325 SkFixed leftClip, SkFixed rightClip) { in blit_saved_trapezoid()
1351 SkFixed leftClip, SkFixed rightClip, int yShift) { in deferred_blit()
1378 SkFixed leftClip, SkFixed rightClip, bool isUsingMask, bool forceRLE, bool useDeferred, in aaa_walk_edges()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp694 int leftClip = clippedArea.x - area.x; in readPixels() local