HomeSort by relevance Sort by last modified time
    Searched refs:pictureCanvas (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
pictureshadertile.cpp 96 SkCanvas* pictureCanvas = recorder.beginRecording(kPictureSize, kPictureSize);
97 draw_scene(pictureCanvas, kPictureSize);
101 pictureCanvas = recorder.beginRecording(SkRect::MakeXYWH(offset.x(), offset.y(),
103 pictureCanvas->translate(offset.x(), offset.y());
104 draw_scene(pictureCanvas, kPictureSize);
pictureshader.cpp 36 SkCanvas* pictureCanvas = recorder.beginRecording(fTileSize, fTileSize, NULL, 0);
37 this->drawTile(pictureCanvas);
multipicturedraw.cpp 362 SkCanvas* pictureCanvas = recorder.beginRecording(SkIntToScalar(kPicWidth),
367 (*pfGen)(pictureCanvas, pictures);

Completed in 371 milliseconds