OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkPathMeasure
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPathMeasure.h
14
class SK_API
SkPathMeasure
: SkNoncopyable {
16
SkPathMeasure
();
22
SkPathMeasure
(const SkPath& path, bool forceClosed);
23
~
SkPathMeasure
();
/external/skia/include/core/
SkPathMeasure.h
14
class SK_API
SkPathMeasure
: SkNoncopyable {
16
SkPathMeasure
();
22
SkPathMeasure
(const SkPath& path, bool forceClosed);
23
~
SkPathMeasure
();
Completed in 32 milliseconds