OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refPath
(Results
1 - 3
of
3
) 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/
DisplayListCanvas.h
260
inline const SkPath*
refPath
(const SkPath* path) {
RecordingCanvas.h
228
inline const SkPath*
refPath
(const SkPath* path) {
Completed in 254 milliseconds