Home
last modified time | relevance | path

Searched refs:draw_example (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/minimal_ios_mtl_skia_app/
Dmain.mm35 static void draw_example(SkSurface* surface, const SkPaint& paint, double rotation) { function
68 draw_example(surface.get(), fPaint, rotation);
/third_party/skia/gm/
Dcrop_imagefilter.cpp160 void draw_example( in draw_example() function
251 draw_example(canvas, inputMode, outputMode, outputRelation, inputRelation, hintContent); in draw_example_tile()