Searched refs:refPath (Results 1 – 3 of 3) sorted by relevance
/external/skqp/gm/ |
D | dashcircle.cpp | 55 SkPath refPath; in onDraw() local 65 refPath.moveTo(0, 0); in onDraw() 66 refPath.arcTo(oval, angle, span, false); in onDraw() 67 refPath.close(); in onDraw() 73 canvas->drawPath(refPath, refPaint); in onDraw()
|
/external/skia/gm/ |
D | dashcircle.cpp | 66 SkPath refPath; in onDraw() local 76 refPath.moveTo(0, 0); in onDraw() 77 refPath.arcTo(oval, angle, span, false); in onDraw() 78 refPath.close(); in onDraw() 84 canvas->drawPath(refPath, refPaint); in onDraw()
|
/external/kotlinx.coroutines/knit/src/ |
D | Knit.kt | 117 val refPath = directive.param in knit() constant 118 … val refFile = File(markdownFile.parent, refPath.replace('/', File.separatorChar)) in knit() 125 "$levelPrefix <a name='$ref'></a>[$name]($refPath#$ref)" in knit()
|