Searched defs:saveLayer (Results 1 - 12 of 12) 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/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/skia/samplecode/
H A DSampleBigGradient.cpp63 void saveLayer(const SkRect& bounds, SkAlpha alpha) { function in class:GraphicsPort
284 port->saveLayer({50, 50, 100, 100}, 0x80);
/external/skia/include/core/
H A DSkCanvas.h162 * smaller (due to clipping or saveLayer).
288 int saveLayer(const SkRect* bounds, const SkPaint* paint);
289 int saveLayer(const SkRect& bounds, const SkPaint* paint) { function in class:SkCanvas
290 return this->saveLayer(&bounds, paint);
361 int saveLayer(const SaveLayerRec& layerRec);
1075 * saveLayer(paint)/drawPicture/restore
1354 // Clip rectangle bounds. Called internally by saveLayer.
1362 /** After calling saveLayer(), there can be any number of devices that make
1506 // shared by save() and saveLayer()
/external/skia/src/core/
H A DSkCanvas.cpp136 return false; // we're in a saveLayer, so conservatively don't assume we'll overwrite
252 SkMatrix fStashedMatrix; // original CTM; used by imagefilter in saveLayer
997 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint) { function in class:SkCanvas
998 return this->saveLayer(SaveLayerRec(bounds, paint, 0));
1002 return this->saveLayer(SaveLayerRec(bounds, paint, kPreserveLCDText_SaveLayerFlag));
1005 int SkCanvas::saveLayer(const SaveLayerRec& origRec) { function in class:SkCanvas
1173 return this->saveLayer(bounds, nullptr);
1177 return this->saveLayer(bounds, &tmpPaint);
2917 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 287 milliseconds