Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dbackdrop.cpp40 static void do_draw(SkCanvas* canvas, bool useClip, bool useHintRect, SkScalar scaleFactor) { in do_draw() argument
55 if (useClip) { in do_draw()
84 for (bool useClip : {false, true}) { in DEF_SIMPLE_GM()
86 do_draw(canvas, useClip, useHintRect, 1.0f); in DEF_SIMPLE_GM()
89 do_draw(rec.beginRecording(256, 256), useClip, useHintRect, 1.0f); in DEF_SIMPLE_GM()
109 for (bool useClip : {false, true}) { in DEF_SIMPLE_GM()
111 do_draw(canvas, useClip, useHintRect, 1.0f); in DEF_SIMPLE_GM()
113 do_draw(canvas, useClip, useHintRect, 0.25f); in DEF_SIMPLE_GM()
115 do_draw(canvas, useClip, useHintRect, 0.1f); in DEF_SIMPLE_GM()

Completed in 1 milliseconds