Searched defs:willSaveLayer (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp32 SkCanvas::SaveLayerStrategy SkBBoxHierarchyRecord::willSaveLayer(const SkRect* bounds, function in class:SkBBoxHierarchyRecord
74 SkCanvas::SaveLayerStrategy strategy = this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkBBoxRecord.cpp332 SkCanvas::SaveLayerStrategy SkBBoxRecord::willSaveLayer(const SkRect* bounds, function in class:SkBBoxRecord
338 return this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkRecorder.cpp238 SkCanvas::SaveLayerStrategy SkRecorder::willSaveLayer(const SkRect* bounds, function in class:SkRecorder
H A DSkPictureRecord.cpp168 SkCanvas::SaveLayerStrategy SkPictureRecord::willSaveLayer(const SkRect* bounds, function in class:SkPictureRecord
178 this->INHERITED::willSaveLayer(bounds, paint, flags);
/external/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp34 SkCanvas::SaveLayerStrategy SkBBoxHierarchyRecord::willSaveLayer(const SkRect* bounds, function in class:SkBBoxHierarchyRecord
54 SkCanvas::SaveLayerStrategy strategy = this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkRecorder.cpp214 SkCanvas::SaveLayerStrategy SkRecorder::willSaveLayer(const SkRect* bounds, function in class:SkRecorder
218 INHERITED(willSaveLayer, bounds, paint, flags);
H A DSkPictureRecord.cpp177 SkCanvas::SaveLayerStrategy SkPictureRecord::willSaveLayer(const SkRect* bounds, function in class:SkPictureRecord
192 this->INHERITED::willSaveLayer(bounds, paint, flags);
/external/chromium_org/third_party/skia/src/utils/
H A DSkProxyCanvas.cpp29 SkCanvas::SaveLayerStrategy SkProxyCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkProxyCanvas
32 this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkLuaCanvas.cpp89 SkCanvas::SaveLayerStrategy SkLuaCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkLuaCanvas
99 this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkNWayCanvas.cpp69 SkCanvas::SaveLayerStrategy SkNWayCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkNWayCanvas
76 this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkDumpCanvas.cpp202 SkCanvas::SaveLayerStrategy SkDumpCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkDumpCanvas
219 return this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkDeferredCanvas.cpp687 SkCanvas::SaveLayerStrategy SkDeferredCanvas::willSaveLayer(const SkRect* bounds, function in class:SkDeferredCanvas
691 this->INHERITED::willSaveLayer(bounds, paint, flags);
/external/skia/src/utils/
H A DSkLuaCanvas.cpp89 SkCanvas::SaveLayerStrategy SkLuaCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkLuaCanvas
99 this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkProxyCanvas.cpp29 SkCanvas::SaveLayerStrategy SkProxyCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkProxyCanvas
32 this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkNWayCanvas.cpp69 SkCanvas::SaveLayerStrategy SkNWayCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkNWayCanvas
76 this->INHERITED::willSaveLayer(bounds, paint, flags);
H A DSkDumpCanvas.cpp200 SkCanvas::SaveLayerStrategy SkDumpCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkDumpCanvas
217 return this->INHERITED::willSaveLayer(bounds, paint, flags);
/external/chromium_org/skia/ext/
H A Danalysis_canvas.cc401 SkCanvas::SaveLayerStrategy AnalysisCanvas::willSaveLayer( function in class:skia::AnalysisCanvas
436 INHERITED::willSaveLayer(bounds, paint, flags);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DProfilingCanvas.cpp266 SkCanvas::SaveLayerStrategy ProfilingCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags) function in class:blink::ProfilingCanvas
269 return this->SkCanvas::willSaveLayer(bounds, paint, flags);
H A DReplayingCanvas.cpp280 SkCanvas::SaveLayerStrategy ReplayingCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags) function in class:blink::ReplayingCanvas
288 return this->SkCanvas::willSaveLayer(bounds, paint, flags);
H A DLoggingCanvas.cpp398 SkCanvas::SaveLayerStrategy LoggingCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags) function in class:blink::LoggingCanvas
406 return this->SkCanvas::willSaveLayer(bounds, paint, flags);
/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h1216 // willSaveLayer()'s return value may suppress full layer allocation.
1223 virtual SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) { function in class:SkCanvas
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp595 SkCanvas::SaveLayerStrategy SkDebugCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkDebugCanvas
598 this->INHERITED::willSaveLayer(bounds, paint, flags);
/external/skia/include/core/
H A DSkCanvas.h1197 // willSaveLayer()'s return value may suppress full layer allocation.
1207 virtual SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) { function in class:SkCanvas
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp598 SkCanvas::SaveLayerStrategy SkDebugCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkDebugCanvas
601 this->INHERITED::willSaveLayer(bounds, paint, flags);
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp273 virtual SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) SK_OVERRIDE;
540 SkCanvas::SaveLayerStrategy SkGPipeCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, function in class:SkGPipeCanvas
566 this->INHERITED::willSaveLayer(bounds, paint, saveFlags);

Completed in 777 milliseconds

12