HomeSort by relevance Sort by last modified time
    Searched refs:refPath (Results 1 - 5 of 5) sorted by null

  /external/skia/gm/
dashcircle.cpp 44 SkPath refPath;
54 refPath.moveTo(0, 0);
55 refPath.arcTo(oval, angle, span, false);
56 refPath.close();
60 canvas->drawPath(refPath, refPaint);
  /frameworks/base/libs/hwui/
RecordingCanvas.h 228 inline const SkPath* refPath(const SkPath* path) {
DisplayListCanvas.cpp 202 path = refPath(path);
403 addDrawOp(new (alloc()) DrawPathOp(refPath(&path), refPaint(&paint)));
430 bytesCount, count, refPath(&path),
DisplayListCanvas.h 260 inline const SkPath* refPath(const SkPath* path) {
RecordingCanvas.cpp 457 refPaint(&paint), refPath(&path)));
569 refPaint(&paint), glyphs, glyphCount, refPath(&path), hOffset, vOffset));

Completed in 803 milliseconds