HomeSort by relevance Sort by last modified time
    Searched refs:saveLayer (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/skia/src/utils/
SkNWayCanvas.cpp 74 int SkNWayCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint,
78 iter->saveLayer(bounds, paint, flags);
80 return this->INHERITED::saveLayer(bounds, paint, flags);
  /external/chromium_org/skia/ext/
analysis_canvas.h 46 virtual int saveLayer(const SkRect* bounds,
benchmarking_canvas.cc 51 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
54 return SkProxyCanvas::saveLayer(bounds, paint, flags);
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 142 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
SkDumpCanvas.h 75 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
SkNWayCanvas.h 27 virtual int saveLayer(const SkRect* bounds, const SkPaint*,
SkProxyCanvas.h 30 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.h 223 virtual int saveLayer(const SkRect* bounds, const SkPaint*, SaveFlags) SK_OVERRIDE;
254 If there are any saveLayer() calls outstanding, we need to resolve
  /external/skia/gm/
aarectmodes.cpp 165 canvas->saveLayer(&bounds, NULL);
arithmode.cpp 112 canvas->saveLayer(&rect, NULL);
hairmodes.cpp 113 canvas->saveLayer(&bounds, NULL);
modecolorfilters.cpp 142 canvas->saveLayer(&rect, NULL);
testimagefilters.cpp 133 canvas->saveLayer(&bounds, &paint);
xfermodes.cpp 100 canvas->saveLayer(&bounds, &p);
252 canvas->saveLayer(&r, NULL, SkCanvas::kARGB_ClipLayer_SaveFlag);
xfermodes2.cpp 57 canvas->saveLayer(&r, NULL, SkCanvas::kARGB_ClipLayer_SaveFlag);
  /external/skia/include/utils/
SkDeferredCanvas.h 142 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
SkDumpCanvas.h 75 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
SkNWayCanvas.h 27 virtual int saveLayer(const SkRect* bounds, const SkPaint*,
SkProxyCanvas.h 30 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 223 virtual int saveLayer(const SkRect* bounds, const SkPaint*, SaveFlags) SK_OVERRIDE;
254 If there are any saveLayer() calls outstanding, we need to resolve
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 225 ANDROID_API int saveLayer(float left, float top, float right, float bottom,
229 return saveLayer(left, top, right, bottom, paint ? paint->getAlpha() : 255, mode, flags);
233 return saveLayer(left, top, right, bottom, alpha, SkXfermode::kSrcOver_Mode, flags);
235 virtual int saveLayer(float left, float top, float right, float bottom,
    [all...]
  /external/skia/tests/
CanvasTest.cpp 395 canvas->saveLayer(NULL, NULL);
400 TEST_STEP(SaveLayer, SaveLayerStep);
406 canvas->saveLayer(&kTestRect, NULL);
417 canvas->saveLayer(NULL, &kTestPaint);
526 canvas->saveLayer(bounds, paint);
533 canvas->saveLayer(bounds, paint);
534 canvas->saveLayer(bounds, paint);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 143 int sc = canvas.saveLayer(x, y, x + W, y + H, null,
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.h 39 virtual int saveLayer(const SkRect* bounds, const SkPaint*, SaveFlags) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 170 // we expect to only get called via savelayer, in which case it is fine.
206 // turn saveLayer() into save() for speed, should not affect correctness.
207 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,

Completed in 156 milliseconds

12 3 4 5