HomeSort by relevance Sort by last modified time
    Searched refs:newClip (Results 1 - 7 of 7) sorted by null

  /external/skia/gpu/include/
GrInOrderDrawBuffer.h 130 virtual void clipWillBeSet(const GrClip& newClip);
GrGpu.h 366 virtual void clipWillBeSet(const GrClip& newClip);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/skia/gpu/src/
GrGpu.cpp 259 void GrGpu::clipWillBeSet(const GrClip& newClip) {
260 if (newClip != fClip) {
GrInOrderDrawBuffer.cpp 552 void GrInOrderDrawBuffer::clipWillBeSet(const GrClip& newClip) {
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 469 void drawRoundCorner(bool newClip, RECT clipRect, RECT rectWin, HDC dc, int width, int height);
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 835 bool newClip;
837 newClip = true;
841 newClip = false;
849 if (newClip)
    [all...]

Completed in 329 milliseconds