Searched refs:drawSomething (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSamplePicture.cpp107 void drawSomething(SkCanvas* canvas) { function in class:PictureView
133 this->drawSomething(canvas);
136 this->drawSomething(recorder.beginRecording(100, 100, NULL, 0));
H A DSampleFilterFuzz.cpp208 static void drawSomething(SkCanvas* canvas) { function
377 drawSomething(recordingCanvas);
/external/skia/samplecode/
H A DSamplePicture.cpp108 void drawSomething(SkCanvas* canvas) { function in class:PictureView
134 this->drawSomething(canvas);
137 this->drawSomething(recorder.beginRecording(100, 100, NULL, 0));
H A DSampleFilterFuzz.cpp210 static void drawSomething(SkCanvas* canvas) { function
381 drawSomething(recordingCanvas);
/external/skia/tests/
H A DSerializationTest.cpp294 static bool drawSomething(SkCanvas* canvas) { function
408 bool didDraw = drawSomething(recorder.beginRecording(kBitmapSize, kBitmapSize, NULL, 0));

Completed in 1228 milliseconds