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

/external/skia/gm/
H A Dcomplexclip.cpp22 ComplexClipGM(bool aaclip, bool saveLayer, bool invertDraw) argument
24 , fDoSaveLayer(saveLayer)
118 canvas->saveLayer(&bounds, nullptr);
/external/skia/tests/
H A DRecordOptsTest.cpp80 recorder.saveLayer(nullptr, nullptr);
149 recorder.saveLayer(nullptr, nullptr);
155 recorder.saveLayer(&bounds, nullptr);
163 recorder.saveLayer(nullptr, &translucentLayerPaint);
169 recorder.saveLayer(nullptr, &xfermodeLayerPaint);
175 recorder.saveLayer(nullptr, &alphaOnlyLayerPaint);
181 recorder.saveLayer(nullptr, &alphaOnlyLayerPaint);
190 // saveLayer w/ backdrop should NOT go away
192 recorder.saveLayer({ nullptr, nullptr, filter, 0});
266 recorder.saveLayer({firstBound
327 const SkRecords::SaveLayer* saveLayer = assert_type<SkRecords::SaveLayer>(r, record, index + 3); local
[all...]
/external/skia/include/core/
H A DSkCanvas.h136 * smaller (due to clipping or saveLayer).
161 * saveLayer() can create another device (which is later drawn onto
313 int saveLayer(const SkRect* bounds, const SkPaint* paint);
314 int saveLayer(const SkRect& bounds, const SkPaint* paint) { function in class:SkCanvas
315 return this->saveLayer(&bounds, paint);
372 int saveLayer(const SaveLayerRec&);
983 * saveLayer(paint)/drawPicture/restore
1143 /** After calling saveLayer(), there can be any number of devices that make
1292 // Clip rectangle bounds. Called internally by saveLayer.
1396 // shared by save() and saveLayer()
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp1117 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint) { function in class:SkCanvas
1118 return this->saveLayer(SaveLayerRec(bounds, paint, 0));
1122 return this->saveLayer(SaveLayerRec(bounds, paint, kPreserveLCDText_SaveLayerFlag));
1125 int SkCanvas::saveLayer(const SaveLayerRec& origRec) { function in class:SkCanvas
1270 return this->saveLayer(bounds, nullptr);
1274 return this->saveLayer(bounds, &tmpPaint);
2998 canvas->saveLayer(&newBounds, paint);
/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 386 milliseconds