Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp212 path = refPath(path); in clipPath()
412 addDrawOp(new (alloc()) DrawPathOp(refPath(&path), refPaint(&paint))); in drawPath()
433 bytesCount, count, refPath(&path), in drawTextOnPath()
DDisplayListCanvas.h282 inline const SkPath* refPath(const SkPath* path) { in refPath() function