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

12 3 4 5

  /external/chromium_org/third_party/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);
SkPictureUtils.cpp 158 // turn saveLayer() into save() for speed, should not affect correctness.
159 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
  /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,
SkProxyCanvas.h 30 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.h 224 virtual int saveLayer(const SkRect* bounds, const SkPaint*, SaveFlags) SK_OVERRIDE;
252 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 152 canvas->saveLayer(&r, NULL, SkCanvas::kARGB_ClipLayer_SaveFlag);
xfermodes2.cpp 57 canvas->saveLayer(&r, NULL, SkCanvas::kARGB_ClipLayer_SaveFlag);
xfermodes3.cpp 107 * We are trying to test those. We could use saveLayer() to create small SkGpuDevices but
108 * saveLayer() uses the texture cache. This means that the actual render target may be larger
145 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,
SkProxyCanvas.h 30 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 224 virtual int saveLayer(const SkRect* bounds, const SkPaint*, SaveFlags) SK_OVERRIDE;
252 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 406 canvas->saveLayer(NULL, NULL);
411 TEST_STEP(SaveLayer, SaveLayerStep);
417 canvas->saveLayer(&kTestRect, NULL);
428 canvas->saveLayer(NULL, &kTestPaint);
537 canvas->saveLayer(bounds, paint);
544 canvas->saveLayer(bounds, paint);
545 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;

Completed in 836 milliseconds

12 3 4 5