Home
last modified time | relevance | path

Searched defs:DrawProc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/bench/
H A DBezierBench.cpp21 typedef const char* (*DrawProc)(const BezierRec*, int); typedef
/aosp_15_r20/external/skia/gm/
H A Dsavelayer.cpp239 using DrawProc = void(*)(SkCanvas*, SkImage*); typedef
/aosp_15_r20/external/skia/tests/
H A DVkDrawableTest.cpp112 typedef void (*DrawProc)(TestDrawable*, const SkMatrix&, const SkIRect&, typedef in TestDrawable