Searched refs:refPath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListCanvas.cpp | 202 path = refPath(path); in clipPath() 403 addDrawOp(new (alloc()) DrawPathOp(refPath(&path), refPaint(&paint))); in drawPath() 430 bytesCount, count, refPath(&path), in drawGlyphsOnPath()
|
D | RecordingCanvas.cpp | 457 refPaint(&paint), refPath(&path))); in drawPath() 569 refPaint(&paint), glyphs, glyphCount, refPath(&path), hOffset, vOffset)); in drawGlyphsOnPath()
|
D | RecordingCanvas.h | 228 inline const SkPath* refPath(const SkPath* path) { in refPath() function
|
D | DisplayListCanvas.h | 260 inline const SkPath* refPath(const SkPath* path) { in refPath() function
|