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

/external/skia/gm/
H A Dlattice.cpp93 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom) { function in class:LatticeGM
196 this->onDrawHelper(canvas, 0, 0, 0, 0);
198 this->onDrawHelper(canvas, 3, 7, 4, 11);
271 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, function in class:LatticeGM2
327 this->onDrawHelper(canvas, 0, 0, 0, 0, paint);
332 this->onDrawHelper(canvas, 0, 0, 0, 0, paint);
/external/skqp/gm/
H A Dlattice.cpp93 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom) { function in class:LatticeGM
196 this->onDrawHelper(canvas, 0, 0, 0, 0);
198 this->onDrawHelper(canvas, 3, 7, 4, 11);
271 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, function in class:LatticeGM2
327 this->onDrawHelper(canvas, 0, 0, 0, 0, paint);
332 this->onDrawHelper(canvas, 0, 0, 0, 0, paint);

Completed in 110 milliseconds