Searched refs:drawPict (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | SkpSkGrTest.cpp | 355 static void drawPict(SkPicture* pic, SkCanvas* canvas, int scale) { in drawPict() function 438 drawPict(pic, &skCanvas, fScaleOversized ? scale : 1); in testOne() 453 drawPict(pic, &grCanvas, fScaleOversized ? scale : 1); in testOne()
|
D | PathOpsSkpClipTest.cpp | 421 static void drawPict(SkPicture* pic, SkCanvas* canvas, int scale) { in drawPict() function 504 drawPict(pic, &oldCanvas, fScale); in testOne() 505 drawPict(pic, &opCanvas, fScale); in testOne()
|