Home
last modified time | relevance | path

Searched refs:test_strokerect (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleDraw.cpp38 static void test_strokerect(SkCanvas* canvas, const SkRect& r) { in test_strokerect() function
55 static void test_strokerect(SkCanvas* canvas) { in test_strokerect() function
62 test_strokerect(canvas, r); in test_strokerect()
67 test_strokerect(canvas, r); in test_strokerect()
72 test_strokerect(canvas, r); in test_strokerect()
77 test_strokerect(canvas, r); in test_strokerect()
82 test_strokerect(canvas, r); in test_strokerect()
DSampleRegion.cpp18 static void test_strokerect(SkCanvas* canvas) { in test_strokerect() function
326 test_strokerect(canvas); in onDrawContent()
/external/skia/tests/
DStrokeTest.cpp51 static void test_strokerect(skiatest::Reporter* reporter) { in test_strokerect() function
165 test_strokerect(reporter); in DEF_TEST()