/external/skia/gm/ |
H A D | complexclip.cpp | 22 ComplexClipGM(bool aaclip, bool saveLayer, bool invertDraw) argument 24 , fDoSaveLayer(saveLayer) 118 canvas->saveLayer(&bounds, nullptr);
|
/external/skia/tests/ |
H A D | RecordOptsTest.cpp | 80 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 D | SkCanvas.h | 136 * 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 D | SkCanvas.cpp | 1117 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 D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |