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

/external/skia/bench/
H A DSKPAnimationBench.cpp31 void SKPAnimationBench::drawPicture() { function in class:SKPAnimationBench
38 this->surfaces()[j]->getCanvas()->drawPicture(this->picture(), &trans, nullptr);
H A DSKPBench.cpp118 this->drawPicture();
149 void SKPBench::drawPicture() { function in class:SKPBench
153 fSurfaces[j]->getCanvas()->drawPicture(fPic.get(), &trans, nullptr);
167 canvas->drawPicture(picture);
/external/skqp/bench/
H A DSKPAnimationBench.cpp31 void SKPAnimationBench::drawPicture() { function in class:SKPAnimationBench
38 this->surfaces()[j]->getCanvas()->drawPicture(this->picture(), &trans, nullptr);
H A DSKPBench.cpp118 this->drawPicture();
149 void SKPBench::drawPicture() { function in class:SKPBench
153 fSurfaces[j]->getCanvas()->drawPicture(fPic.get(), &trans, nullptr);
167 canvas->drawPicture(picture);
/external/skia/samplecode/
H A DSampleAll.cpp99 this->drawPicture(canvas, 0);
106 this->drawPicture(record, 120);
129 void drawPicture(SkCanvas* canvas, int spriteOffset) { function in class:DemoView
/external/skqp/samplecode/
H A DSampleAll.cpp99 this->drawPicture(canvas, 0);
106 this->drawPicture(record, 120);
129 void drawPicture(SkCanvas* canvas, int spriteOffset) { function in class:DemoView
/external/skia/include/core/
H A DSkCanvas.h2129 save() was called before and restore() was called after drawPicture().
2135 void drawPicture(const SkPicture* picture) { function
2136 this->drawPicture(picture, nullptr, nullptr);
2141 save() was called before and restore() was called after drawPicture().
2147 void drawPicture(const sk_sp<SkPicture>& picture) { function
2148 this->drawPicture(picture.get());
2155 matrix transformation is equivalent to: save(), concat(), drawPicture(), restore().
2156 paint use is equivalent to: saveLayer(), drawPicture(), restore().
2162 void drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint);
2168 matrix transformation is equivalent to: save(), concat(), drawPicture(), restor
2175 void drawPicture(const sk_sp<SkPicture>& picture, const SkMatrix* matrix, const SkPaint* paint) { function
[all...]
/external/skqp/include/core/
H A DSkCanvas.h2129 save() was called before and restore() was called after drawPicture().
2135 void drawPicture(const SkPicture* picture) { function
2136 this->drawPicture(picture, nullptr, nullptr);
2141 save() was called before and restore() was called after drawPicture().
2147 void drawPicture(const sk_sp<SkPicture>& picture) { function
2148 this->drawPicture(picture.get());
2155 matrix transformation is equivalent to: save(), concat(), drawPicture(), restore().
2156 paint use is equivalent to: saveLayer(), drawPicture(), restore().
2162 void drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint);
2168 matrix transformation is equivalent to: save(), concat(), drawPicture(), restor
2175 void drawPicture(const sk_sp<SkPicture>& picture, const SkMatrix* matrix, const SkPaint* paint) { function
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp2831 void SkCanvas::drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) { function in class:SkCanvas
/external/skqp/src/core/
H A DSkCanvas.cpp2805 void SkCanvas::drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) { function in class:SkCanvas
/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-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/ ...
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/ ...

Completed in 269 milliseconds