Searched defs:saveLayer (Results 1 - 17 of 17) sorted by relevance

/external/skia/gm/
H A Dcomplexclip.cpp21 ComplexClipGM(bool aaclip, bool saveLayer, bool invertDraw) argument
23 , fDoSaveLayer(saveLayer)
117 canvas->saveLayer(&bounds, nullptr);
/external/skqp/gm/
H A Dcomplexclip.cpp21 ComplexClipGM(bool aaclip, bool saveLayer, bool invertDraw) argument
23 , fDoSaveLayer(saveLayer)
117 canvas->saveLayer(&bounds, nullptr);
/external/skia/tests/
H A DRecordOptsTest.cpp81 recorder.saveLayer(nullptr, nullptr);
150 recorder.saveLayer(nullptr, nullptr);
156 recorder.saveLayer(&bounds, nullptr);
164 recorder.saveLayer(nullptr, &translucentLayerPaint);
170 recorder.saveLayer(nullptr, &xfermodeLayerPaint);
176 recorder.saveLayer(nullptr, &alphaOnlyLayerPaint);
182 recorder.saveLayer(nullptr, &alphaOnlyLayerPaint);
191 // saveLayer w/ backdrop should NOT go away
193 recorder.saveLayer({ nullptr, nullptr, filter.get(), nullptr, nullptr, 0});
198 // saveLayer
343 const SkRecords::SaveLayer* saveLayer = assert_type<SkRecords::SaveLayer>(r, record, index + 3); local
[all...]
/external/skqp/tests/
H A DRecordOptsTest.cpp81 recorder.saveLayer(nullptr, nullptr);
150 recorder.saveLayer(nullptr, nullptr);
156 recorder.saveLayer(&bounds, nullptr);
164 recorder.saveLayer(nullptr, &translucentLayerPaint);
170 recorder.saveLayer(nullptr, &xfermodeLayerPaint);
176 recorder.saveLayer(nullptr, &alphaOnlyLayerPaint);
182 recorder.saveLayer(nullptr, &alphaOnlyLayerPaint);
191 // saveLayer w/ backdrop should NOT go away
193 recorder.saveLayer({ nullptr, nullptr, filter.get(), nullptr, nullptr, 0});
198 // saveLayer
343 const SkRecords::SaveLayer* saveLayer = assert_type<SkRecords::SaveLayer>(r, record, index + 3); local
[all...]
/external/skia/samplecode/
H A DSampleBigGradient.cpp63 void saveLayer(const SkRect& bounds, SkAlpha alpha) { function in class:GraphicsPort
287 port->saveLayer({50, 50, 100, 100}, 0x80);
/external/skqp/samplecode/
H A DSampleBigGradient.cpp63 void saveLayer(const SkRect& bounds, SkAlpha alpha) { function in class:GraphicsPort
287 port->saveLayer({50, 50, 100, 100}, 0x80);
/external/skia/include/core/
H A DSkCanvas.h239 smaller (due to clipping or saveLayer).
520 int saveLayer(const SkRect* bounds, const SkPaint* paint);
543 int saveLayer(const SkRect& bounds, const SkPaint* paint) { function in class:SkCanvas
544 return this->saveLayer(&bounds, paint);
601 defining how layer allocated by saveLayer() operates.
744 int saveLayer(const SaveLayerRec& layerRec);
761 /** Restores state to SkMatrix, clip, and SkDrawFilter values when save(), saveLayer(),
2156 paint use is equivalent to: saveLayer(), drawPicture(), restore().
2169 paint use is equivalent to: saveLayer(), drawPicture(), restore().
2570 // Clip rectangle bounds. Called internally by saveLayer
[all...]
/external/skqp/include/core/
H A DSkCanvas.h243 smaller (due to clipping or saveLayer).
524 int saveLayer(const SkRect* bounds, const SkPaint* paint);
547 int saveLayer(const SkRect& bounds, const SkPaint* paint) { function in class:SkCanvas
548 return this->saveLayer(&bounds, paint);
605 defining how layer allocated by saveLayer() operates.
753 int saveLayer(const SaveLayerRec& layerRec);
770 /** Restores state to SkMatrix, clip, and SkDrawFilter values when save(), saveLayer(),
2156 paint use is equivalent to: saveLayer(), drawPicture(), restore().
2169 paint use is equivalent to: saveLayer(), drawPicture(), restore().
2569 // Clip rectangle bounds. Called internally by saveLayer
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp137 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
994 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint) { function in class:SkCanvas
995 return this->saveLayer(SaveLayerRec(bounds, paint, 0));
999 return this->saveLayer(SaveLayerRec(bounds, paint, kPreserveLCDText_SaveLayerFlag));
1002 int SkCanvas::saveLayer(const SaveLayerRec& origRec) { function in class:SkCanvas
1166 return this->saveLayer(bounds, nullptr);
1170 return this->saveLayer(bounds, &tmpPaint);
/external/skqp/src/core/
H A DSkCanvas.cpp137 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
994 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint) { function in class:SkCanvas
995 return this->saveLayer(SaveLayerRec(bounds, paint, 0));
999 return this->saveLayer(SaveLayerRec(bounds, paint, kPreserveLCDText_SaveLayerFlag));
1002 int SkCanvas::saveLayer(const SaveLayerRec& origRec) { function in class:SkCanvas
1170 return this->saveLayer(bounds, nullptr);
1174 return this->saveLayer(bounds, &tmpPaint);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3073 milliseconds