Searched refs:pathRef (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/molokocacao/
H A DNSBezierPath+MCAdditions.h15 + (NSBezierPath*)bezierPathWithCGPath:(CGPathRef)pathRef;
/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.cpp1601 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints());
2002 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer); local
2006 fPathRef.reset(pathRef);
2010 } else if (pathRef) {
2011 // If the buffer is not valid, pathRef should be NULL
2349 ContourIter(const SkPathRef& pathRef);
2367 ContourIter::ContourIter(const SkPathRef& pathRef) { argument
2368 fStopVerbs = pathRef.verbsMemBegin();
2370 fCurrPt = pathRef.points();
2371 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.h44 Editor(SkAutoTUnref<SkPathRef>* pathRef,
102 SkPathRef* pathRef() { return fPathRef; } function in class:SkPathRef::Editor
184 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/clang/lib/Basic/
H A DFileManager.cpp371 StringRef pathRef(path.data(), path.size());
374 || llvm::sys::path::is_absolute(pathRef))
378 llvm::sys::path::append(NewPath, pathRef);
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp3347 SkAutoTUnref<SkPathRef> pathRef(SkNEW(SkPathRef));
3349 SkPathRef::Editor ed(&pathRef);
3353 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());
3354 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints());
3355 REPORTER_ASSERT(reporter, 0 == pathRef->getSegmentMasks());
3357 REPORTER_ASSERT(reporter, SkPath::kMove_Verb == pathRef->atVerb(i));
3364 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());
3365 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints());
3366 REPORTER_ASSERT(reporter, SkPath::kLine_SegmentMask == pathRef->getSegmentMasks());
3368 REPORTER_ASSERT(reporter, SkPath::kLine_Verb == pathRef
[all...]
/external/skia/tests/
H A DPathTest.cpp3282 SkAutoTUnref<SkPathRef> pathRef(SkNEW(SkPathRef));
3284 SkPathRef::Editor ed(&pathRef);
3288 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());
3289 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints());
3290 REPORTER_ASSERT(reporter, 0 == pathRef->getSegmentMasks());
3292 REPORTER_ASSERT(reporter, SkPath::kMove_Verb == pathRef->atVerb(i));
3299 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());
3300 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints());
3301 REPORTER_ASSERT(reporter, SkPath::kLine_SegmentMask == pathRef->getSegmentMasks());
3303 REPORTER_ASSERT(reporter, SkPath::kLine_Verb == pathRef
[all...]
/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 323 milliseconds