Searched defs:pathRef (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.cpp14 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef, argument
18 if ((*pathRef)->unique()) {
19 (*pathRef)->incReserve(incReserveVerbs, incReservePoints);
22 copy->copy(**pathRef, incReserveVerbs, incReservePoints);
23 pathRef->reset(copy);
25 fPathRef = *pathRef;
152 void SkPathRef::Rewind(SkAutoTUnref<SkPathRef>* pathRef) { argument
153 if ((*pathRef)->unique()) {
154 SkDEBUGCODE((*pathRef)->validate();)
155 (*pathRef)
[all...]
H A DSkPath.cpp1695 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints());
2096 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer); local
2100 fPathRef.reset(pathRef);
2104 } else if (NULL != pathRef) {
2105 // If the buffer is not valid, pathRef should be NULL
2388 ContourIter(const SkPathRef& pathRef);
2406 ContourIter::ContourIter(const SkPathRef& pathRef) { argument
2407 fStopVerbs = pathRef.verbsMemBegin();
2409 fCurrPt = pathRef.points();
2410 fCurrVerb = pathRef
[all...]
/external/skia/src/core/
H A DSkPathRef.cpp14 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef, argument
18 if ((*pathRef)->unique()) {
19 (*pathRef)->incReserve(incReserveVerbs, incReservePoints);
22 copy->copy(**pathRef, incReserveVerbs, incReservePoints);
23 pathRef->reset(copy);
25 fPathRef = *pathRef;
152 void SkPathRef::Rewind(SkAutoTUnref<SkPathRef>* pathRef) { argument
153 if ((*pathRef)->unique()) {
154 SkDEBUGCODE((*pathRef)->validate();)
155 (*pathRef)
[all...]
H A DSkPath.cpp1695 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints());
2096 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer); local
2100 fPathRef.reset(pathRef);
2104 } else if (NULL != pathRef) {
2105 // If the buffer is not valid, pathRef should be NULL
2388 ContourIter(const SkPathRef& pathRef);
2406 ContourIter::ContourIter(const SkPathRef& pathRef) { argument
2407 fStopVerbs = pathRef.verbsMemBegin();
2409 fCurrPt = pathRef.points();
2410 fCurrVerb = pathRef
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h43 Editor(SkAutoTUnref<SkPathRef>* pathRef,
101 SkPathRef* pathRef() { return fPathRef; } function in class:SkPathRef::Editor
183 static void Rewind(SkAutoTUnref<SkPathRef>* pathRef);
/external/skia/include/core/
H A DSkPathRef.h43 Editor(SkAutoTUnref<SkPathRef>* pathRef,
101 SkPathRef* pathRef() { return fPathRef; } function in class:SkPathRef::Editor
183 static void Rewind(SkAutoTUnref<SkPathRef>* pathRef);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 234 milliseconds