Searched defs:PreCachedPath (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRecords.cpp12 PreCachedPath::PreCachedPath(const SkPath& path) : SkPath(path) { function in class:SkRecords::PreCachedPath
/external/skia/include/private/
H A DSkRecords.h146 struct PreCachedPath : public SkPath { struct in namespace:SkRecords
147 PreCachedPath() {} function in struct:SkRecords::PreCachedPath
148 PreCachedPath(const SkPath& path);
210 PreCachedPath path;
274 PreCachedPath path);
324 PreCachedPath path;

Completed in 101 milliseconds