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

  /external/skia/gm/
dashcircle.cpp 55 SkPath refPath;
65 refPath.moveTo(0, 0);
66 refPath.arcTo(oval, angle, span, false);
67 refPath.close();
73 canvas->drawPath(refPath, refPaint);
  /frameworks/base/libs/hwui/
RecordingCanvas.h 227 inline const SkPath* refPath(const SkPath* path) {
RecordingCanvas.cpp 454 refPaint(&paint), refPath(&path)));
571 refPaint(&paint), tempGlyphs, 1, refPath(&path), x, y));

Completed in 441 milliseconds