Home
last modified time | relevance | path

Searched defs:leftClip (Results 1 – 5 of 5) 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.cpp1466 SkFixed leftClip, in blit_saved_trapezoid()
1510 SkFixed leftClip, in deferred_blit()
1559 SkFixed leftClip, in aaa_walk_edges()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp704 int leftClip = clippedArea.x - area.x; in readPixels() local