HomeSort by relevance Sort by last modified time
    Searched refs:saveLayer (Results 176 - 200 of 224) sorted by null

1 2 3 4 5 6 78 9

  /packages/apps/Launcher3/src/com/android/launcher3/folder/
PreviewBackground.java 226 saveCount = canvas.saveLayer(offsetX - mStrokeWidth, offsetY,
FolderIcon.java 471 saveCount = canvas.saveLayer(0, 0, getWidth(), getHeight(), null);
  /external/skia/resources/lua/
slides.lua 188 canvas:saveLayer(paint)
  /external/skia/src/core/
SkPicturePlayback.cpp 695 canvas->saveLayer(SkCanvas::SaveLayerRec(boundsPtr, paint, flags));
726 canvas->saveLayer(rec);
SkColorSpaceXformCanvas.cpp 257 fTarget->saveLayer({
SkLiteDL.cpp 26 // A stand-in for an optional SkRect which was not set, e.g. bounds for a saveLayer().
51 M(SetDrawFilter) M(Flush) M(Save) M(Restore) M(SaveLayer) \
97 struct SaveLayer final : Op {
98 static const auto kType = Type::SaveLayer;
99 SaveLayer(const SkRect* bounds, const SkPaint* paint,
116 c->saveLayer({ maybe_unset(bounds), &paint, backdrop.get(), clipMask.get(),
551 void SkLiteDL::saveLayer(const SkRect* bounds, const SkPaint* paint,
554 this->push<SaveLayer>(0, bounds, paint, backdrop, clipMask, clipMatrix, flags);
SkCanvas.cpp 137 return false; // we're in a saveLayer, so conservatively don't assume we'll overwrite
253 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
460 * 1. SaveLayer (with a paint containing the current imagefilter and xfermode)
    [all...]
SkRecordDraw.cpp 79 DRAW(SaveLayer, saveLayer(SkCanvas::SaveLayerRec(r.bounds,
266 // Restore holds the devBounds for the clip after the {save,saveLayer}/restore block completes.
269 // paired saveLayer (if it is one); it has not yet been popped off the save stack. Our
270 // devBounds reflect the state of the world after the saveLayer/restore block is done,
271 // so they are not affected by the saveLayer's paint.
281 // We also take advantage of SaveLayer bounds when present to further cut the clip down.
282 void updateClipBounds(const SaveLayer& op) {
292 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); }
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
slides.lua 188 canvas:saveLayer(paint)
  /external/skqp/resources/lua/
slides.lua 188 canvas:saveLayer(paint)
  /external/skqp/src/core/
SkPicturePlayback.cpp 699 canvas->saveLayer(SkCanvas::SaveLayerRec(boundsPtr, paint, flags));
730 canvas->saveLayer(rec);
SkColorSpaceXformCanvas.cpp 257 fTarget->saveLayer({
SkLiteDL.cpp 26 // A stand-in for an optional SkRect which was not set, e.g. bounds for a saveLayer().
51 M(SetDrawFilter) M(Flush) M(Save) M(Restore) M(SaveLayer) \
97 struct SaveLayer final : Op {
98 static const auto kType = Type::SaveLayer;
99 SaveLayer(const SkRect* bounds, const SkPaint* paint,
116 c->saveLayer({ maybe_unset(bounds), &paint, backdrop.get(), clipMask.get(),
551 void SkLiteDL::saveLayer(const SkRect* bounds, const SkPaint* paint,
554 this->push<SaveLayer>(0, bounds, paint, backdrop, clipMask, clipMatrix, flags);
SkCanvas.cpp 137 return false; // we're in a saveLayer, so conservatively don't assume we'll overwrite
253 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
460 * 1. SaveLayer (with a paint containing the current imagefilter and xfermode)
    [all...]
SkRecordDraw.cpp 79 DRAW(SaveLayer, saveLayer(SkCanvas::SaveLayerRec(r.bounds,
266 // Restore holds the devBounds for the clip after the {save,saveLayer}/restore block completes.
269 // paired saveLayer (if it is one); it has not yet been popped off the save stack. Our
270 // devBounds reflect the state of the world after the saveLayer/restore block is done,
271 // so they are not affected by the saveLayer's paint.
281 // We also take advantage of SaveLayer bounds when present to further cut the clip down.
282 void updateClipBounds(const SaveLayer& op) {
292 void trackBounds(const SaveLayer& op) { this->pushSaveBlock(op.paint); }
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 242 mCanvas.saveLayer(rF, p);
270 mCanvas.saveLayer(10, 0, 0, 31, p);
352 mCanvas.saveLayer(new RectF(), new Paint());
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 218 mCanvas->saveLayer(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, saveLayerRec.fPaint,
RecordingCanvas.cpp 113 int RecordingCanvas::saveLayer(float left, float top, float right, float bottom,
134 // unlikely case where an unclipped savelayer is recorded with a clip it can use,
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 58 * Handling of layers (created with {@link Canvas#saveLayer(RectF, Paint, int)}) is handled through
77 /** a local layer created with {@link Canvas#saveLayer(RectF, Paint, int)}.
239 * This is the equivalent of {@link Canvas#saveLayer(RectF, Paint, int)}
247 * @see Canvas#saveLayer(RectF, Paint, int)
249 public GcSnapshot saveLayer(RectF layerBounds, Paint_Delegate paint, int flags) {
581 // of saveLayer(), but that doesn't mean there's no layer.
    [all...]
  /external/skia/src/pipe/
SkPipeReader.cpp 252 canvas->saveLayer(SkCanvas::SaveLayerRec(bounds, paint, backdrop.get(), clipMask.get(),
721 HANDLER(saveLayer),
    [all...]
  /external/skqp/src/pipe/
SkPipeReader.cpp 252 canvas->saveLayer(SkCanvas::SaveLayerRec(bounds, paint, backdrop.get(), clipMask.get(),
721 HANDLER(saveLayer),
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
RenderNodeDrawableTests.cpp 199 recorder.saveLayer(0, 0, 400, 400, &layerPaint, SaveFlags::ClipToLayer);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 170 private Paint mLayerPaint; // internal, used if we use saveLayer()
730 canvas.saveLayer(mRect.left - rad, mRect.top - rad,
    [all...]
  /external/skia/src/utils/
SkLua.cpp 591 lua_pushinteger(L, get_ref<SkCanvas>(L, 1)->saveLayer(nullptr, lua2OptionalPaint(L, 2, &paint)));
660 { "saveLayer", lcanvas_saveLayer },
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 591 lua_pushinteger(L, get_ref<SkCanvas>(L, 1)->saveLayer(nullptr, lua2OptionalPaint(L, 2, &paint)));
660 { "saveLayer", lcanvas_saveLayer },
    [all...]

Completed in 964 milliseconds

1 2 3 4 5 6 78 9