Searched defs:test_strokerect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DStrokeTest.cpp21 static void test_strokerect(skiatest::Reporter* reporter) { function
59 test_strokerect(reporter);
/external/skia/tests/
H A DStrokeTest.cpp21 static void test_strokerect(skiatest::Reporter* reporter) { function
59 test_strokerect(reporter);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDraw.cpp38 static void test_strokerect(SkCanvas* canvas, const SkRect& r) { function
55 static void test_strokerect(SkCanvas* canvas) { function
62 test_strokerect(canvas, r);
67 test_strokerect(canvas, r);
72 test_strokerect(canvas, r);
77 test_strokerect(canvas, r);
82 test_strokerect(canvas, r);
313 // test_strokerect(canvas); return;
H A DSampleRegion.cpp18 static void test_strokerect(SkCanvas* canvas) { function
326 test_strokerect(canvas);
/external/skia/samplecode/
H A DSampleDraw.cpp38 static void test_strokerect(SkCanvas* canvas, const SkRect& r) { function
55 static void test_strokerect(SkCanvas* canvas) { function
62 test_strokerect(canvas, r);
67 test_strokerect(canvas, r);
72 test_strokerect(canvas, r);
77 test_strokerect(canvas, r);
82 test_strokerect(canvas, r);
313 // test_strokerect(canvas); return;
H A DSampleRegion.cpp18 static void test_strokerect(SkCanvas* canvas) { function
326 test_strokerect(canvas);

Completed in 232 milliseconds