HomeSort by relevance Sort by last modified time
    Searched defs:clipFlags (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/Shader/
VertexRoutine.hpp 49 Int clipFlags;
  /frameworks/base/libs/hwui/
RenderProperties.cpp 134 int clipFlags = getClippingFlags();
138 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
147 if (clipFlags) {
148 getClippingRectForFlags(clipFlags, &layerBounds);
149 clipFlags = 0; // all clipping done by savelayer
160 if (clipFlags) {
162 getClippingRectForFlags(clipFlags, &clipRect);
FrameBuilder.cpp 241 int clipFlags = properties.getClippingFlags();
244 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
252 if (clipFlags) {
253 properties.getClippingRectForFlags(clipFlags, &saveLayerBounds);
254 clipFlags = 0; // all clipping done by savelayer
264 if (clipFlags) {
266 properties.getClippingRectForFlags(clipFlags, &clipRect);
    [all...]
  /frameworks/base/libs/hwui/pipeline/skia/
RenderNodeDrawable.cpp 237 int clipFlags = properties.getClippingFlags();
240 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
247 if (clipFlags) {
248 properties.getClippingRectForFlags(clipFlags, &layerBounds);
249 clipFlags = 0; // all clipping done by savelayer
267 if (clipFlags) {
269 properties.getClippingRectForFlags(clipFlags, &tmpRect);
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 655 int clipFlags;
  /external/swiftshader/src/Renderer/
Renderer.hpp 250 int clipFlags;
442 int clipFlags;

Completed in 430 milliseconds