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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 108 private void drawPict(Canvas canvas, int x, int y, int w, int h,
130 drawPict(canvas, 0, 0, x, y, 1, 1);
131 drawPict(canvas, x, 0, x, y, -1, 1);
132 drawPict(canvas, 0, y, x, y, 1, -1);
133 drawPict(canvas, x, y, x, y, -1, -1);
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 355 static void drawPict(SkPicture* pic, SkCanvas* canvas, int scale) {
438 drawPict(pic, &skCanvas, fScaleOversized ? scale : 1);
453 drawPict(pic, &grCanvas, fScaleOversized ? scale : 1);
PathOpsSkpClipTest.cpp 413 static void drawPict(SkPicture* pic, SkCanvas* canvas, int scale) {
496 drawPict(pic, &oldCanvas, fScale);
497 drawPict(pic, &opCanvas, fScale);
    [all...]

Completed in 43 milliseconds