Searched defs:pathRef (Results 1 - 7 of 7) 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;
166 void SkPathRef::Rewind(SkAutoTUnref<SkPathRef>* pathRef) { argument
167 if ((*pathRef)->unique()) {
168 SkDEBUGCODE((*pathRef)->validate();)
169 (*pathRef)
[all...]
H A DSkPath.cpp1649 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints());
2058 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer local
2066 fPathRef.reset(pathRef);
2070 } else if (NULL != pathRef) {
2071 // If the buffer is not valid, pathRef should be NULL
2358 ContourIter(const SkPathRef& pathRef);
2376 ContourIter::ContourIter(const SkPathRef& pathRef) { argument
2377 fStopVerbs = pathRef.verbsMemBegin();
2379 fCurrPt = pathRef.points();
2380 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;
166 void SkPathRef::Rewind(SkAutoTUnref<SkPathRef>* pathRef) { argument
167 if ((*pathRef)->unique()) {
168 SkDEBUGCODE((*pathRef)->validate();)
169 (*pathRef)
[all...]
H A DSkPath.cpp1649 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints());
2058 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer local
2066 fPathRef.reset(pathRef);
2070 } else if (NULL != pathRef) {
2071 // If the buffer is not valid, pathRef should be NULL
2358 ContourIter(const SkPathRef& pathRef);
2376 ContourIter::ContourIter(const SkPathRef& pathRef) { argument
2377 fStopVerbs = pathRef.verbsMemBegin();
2379 fCurrPt = pathRef.points();
2380 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
187 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
187 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/ ...

Completed in 252 milliseconds