HomeSort by relevance Sort by last modified time
    Searched defs:drawPicture (Results 1 - 10 of 10) sorted by null

  /external/skia/bench/
SKPAnimationBench.cpp 31 void SKPAnimationBench::drawPicture() {
38 this->surfaces()[j]->getCanvas()->drawPicture(this->picture(), &trans, nullptr);
SKPBench.cpp 115 this->drawPicture();
141 void SKPBench::drawPicture() {
145 fSurfaces[j]->getCanvas()->drawPicture(fPic.get(), &trans, nullptr);
158 canvas->drawPicture(picture);
  /external/skqp/bench/
SKPAnimationBench.cpp 31 void SKPAnimationBench::drawPicture() {
38 this->surfaces()[j]->getCanvas()->drawPicture(this->picture(), &trans, nullptr);
SKPBench.cpp 115 this->drawPicture();
141 void SKPBench::drawPicture() {
145 fSurfaces[j]->getCanvas()->drawPicture(fPic.get(), &trans, nullptr);
158 canvas->drawPicture(picture);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 66 canvas.drawPicture(mPicture);
68 canvas.drawPicture(mPicture, new RectF(0, 100, getWidth(), 200));
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 92 canvas.drawPicture(picture);
110 drawPicture(canvas);
139 private void drawPicture(Canvas canvas) {
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skqp/include/core/
SkCanvas.h     [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
  /external/skqp/src/core/
SkCanvas.cpp     [all...]

Completed in 2023 milliseconds