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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 214 RECT scissorRect = {0}; // Scissoring is disabled for flipping, but we need this to capture and restore the old rectangle
215 device->SetScissorRect(&scissorRect);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.cpp 469 RECT scissorRect = {0}; // Scissoring is disabled for flipping, but we need this to capture and restore the old rectangle
470 device->SetScissorRect(&scissorRect);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 123 const IntRect& scissorRect() const { return m_scissorRect; }
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 110 FloatRect scissorRect;
165 scissorRect = state.scissorRect;
337 vgSetfv(VG_SCISSOR_RECTS, 4, VGRect(scissorRect).toVGfloat());
750 m_state->scissorRect.intersect(FloatRect(enclosingIntRect(rect)));
753 m_state->scissorRect = FloatRect(enclosingIntRect(rect));
780 // The transformed scissorRect cannot be represented as FloatRect
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 48 IntRect scissorRect;

Completed in 1319 milliseconds