Searched defs:invokeGM (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp550 static void invokeGM(GM* gm, SkCanvas* canvas, bool isPDF, bool isDeferred) { function in class:GMMain
582 invokeGM(gm, canvas, false, deferred);
593 invokeGM(gm, canvas, false, deferred);
673 invokeGM(gm, canvas, true, false);
696 invokeGM(gm, &c, true, false);
723 invokeGM(gm, &c, false, false);
1030 invokeGM(gm, cv, false, false);
1195 invokeGM(gm, pipeCanvas, false, false);
1235 invokeGM(gm, pipeCanvas, false, false);
/external/skia/gm/
H A Dgmmain.cpp549 static void invokeGM(GM* gm, SkCanvas* canvas, bool isPDF, bool isDeferred) { function in class:GMMain
581 invokeGM(gm, canvas, false, deferred);
592 invokeGM(gm, canvas, false, deferred);
672 invokeGM(gm, canvas, true, false);
695 invokeGM(gm, &c, true, false);
722 invokeGM(gm, &c, false, false);
1031 invokeGM(gm, cv, false, false);
1196 invokeGM(gm, pipeCanvas, false, false);
1236 invokeGM(gm, pipeCanvas, false, false);

Completed in 95 milliseconds