Searched defs:leftClip (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/null/ |
D | FramebufferNULL.cpp | 131 int leftClip = area.x - origArea.x; in readPixels() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.h | 118 GLuint leftClip; member
|
D | s_span.c | 760 const GLint leftClip = xmin - x; in clip_span() local
|
/external/skia/src/core/ |
D | SkScan_AAAPath.cpp | 1459 SkFixed leftClip, in blit_saved_trapezoid() 1503 SkFixed leftClip, in deferred_blit() 1552 SkFixed leftClip, in aaa_walk_edges()
|
/external/skqp/src/core/ |
D | SkScan_AAAPath.cpp | 1325 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/ |
D | FramebufferGL.cpp | 694 int leftClip = clippedArea.x - area.x; in readPixels() local
|