Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dpathfill.cpp300 SkPath fInfoPath; member in PathFillGM
309 make_info(&fInfoPath); in onOnceBeforeDraw()
335 canvas->drawPath(fInfoPath, paint); in onDraw()
/third_party/skia/gm/
Dpathfill.cpp302 SkPath fInfoPath; member in PathFillGM
313 fInfoPath = make_info(); in onOnceBeforeDraw()
339 canvas->drawPath(fInfoPath, paint); in onDraw()