Home
last modified time | relevance | path

Searched refs:pathRef (Results 1 – 16 of 16) sorted by relevance

/external/skqp/src/core/
DSkPathRef.cpp29 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef, in Editor() argument
36 if ((*pathRef)->unique()) { in Editor()
37 (*pathRef)->incReserve(incReserveVerbs, incReservePoints); in Editor()
40 copy->copy(**pathRef, incReserveVerbs, incReservePoints); in Editor()
41 pathRef->reset(copy); in Editor()
43 fPathRef = pathRef->get(); in Editor()
397 void SkPathRef::Rewind(sk_sp<SkPathRef>* pathRef) { in Rewind() argument
398 if ((*pathRef)->unique()) { in Rewind()
399 SkDEBUGCODE((*pathRef)->validate();) in Rewind()
400 (*pathRef)->callGenIDChangeListeners(); in Rewind()
[all …]
DSkPath_serial.cpp317 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer); in readFromMemory_LE3() local
318 if (!pathRef) { in readFromMemory_LE3()
322 fPathRef.reset(pathRef); in readFromMemory_LE3()
DSkPath.cpp1849 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints()); in transform()
2916 ContourIter(const SkPathRef& pathRef);
2934 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter() argument
2935 fStopVerbs = pathRef.verbsMemBegin(); in ContourIter()
2937 fCurrPt = pathRef.points(); in ContourIter()
2938 fCurrVerb = pathRef.verbs(); in ContourIter()
2939 fCurrConicWeight = pathRef.conicWeights(); in ContourIter()
/external/skia/src/core/
DSkPathRef.cpp29 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef, in Editor() argument
36 if ((*pathRef)->unique()) { in Editor()
37 (*pathRef)->incReserve(incReserveVerbs, incReservePoints); in Editor()
40 copy->copy(**pathRef, incReserveVerbs, incReservePoints); in Editor()
41 pathRef->reset(copy); in Editor()
43 fPathRef = pathRef->get(); in Editor()
402 void SkPathRef::Rewind(sk_sp<SkPathRef>* pathRef) { in Rewind() argument
403 if ((*pathRef)->unique()) { in Rewind()
404 SkDEBUGCODE((*pathRef)->validate();) in Rewind()
405 (*pathRef)->callGenIDChangeListeners(); in Rewind()
[all …]
DSkPath_serial.cpp317 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer); in readFromMemory_LE3() local
318 if (!pathRef) { in readFromMemory_LE3()
322 fPathRef.reset(pathRef); in readFromMemory_LE3()
DSkPath.cpp1849 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints()); in transform()
2916 ContourIter(const SkPathRef& pathRef);
2934 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter() argument
2935 fStopVerbs = pathRef.verbsMemBegin(); in ContourIter()
2937 fCurrPt = pathRef.points(); in ContourIter()
2938 fCurrVerb = pathRef.verbs(); in ContourIter()
2939 fCurrConicWeight = pathRef.conicWeights(); in ContourIter()
/external/skia/src/ports/
DSkOSFile_ios.h21 CFStringRef pathRef = CFStringCreateWithCString(nullptr, path, kCFStringEncodingUTF8); in ios_get_path_in_bundle() local
24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
25 CFRelease(pathRef); in ios_get_path_in_bundle()
/external/skqp/src/ports/
DSkOSFile_ios.h21 CFStringRef pathRef = CFStringCreateWithCString(nullptr, path, kCFStringEncodingUTF8); in ios_get_path_in_bundle() local
24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
25 CFRelease(pathRef); in ios_get_path_in_bundle()
/external/skqp/include/private/
DSkPathRef.h45 Editor(sk_sp<SkPathRef>* pathRef,
103 SkPathRef* pathRef() { return fPathRef; } in pathRef() function
248 static void Rewind(sk_sp<SkPathRef>* pathRef);
/external/skia/include/private/
DSkPathRef.h45 Editor(sk_sp<SkPathRef>* pathRef,
103 SkPathRef* pathRef() { return fPathRef; } in pathRef() function
248 static void Rewind(sk_sp<SkPathRef>* pathRef);
/external/clang/lib/Basic/
DFileManager.cpp391 StringRef pathRef(path.data(), path.size()); in FixupRelativePath() local
394 || llvm::sys::path::is_absolute(pathRef)) in FixupRelativePath()
398 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath()
/external/skia/tests/
DPathTest.cpp4208 sk_sp<SkPathRef> pathRef(new SkPathRef); in TestPathRef() local
4210 SkPathRef::Editor ed(&pathRef); in TestPathRef()
4214 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
4215 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints()); in TestPathRef()
4216 REPORTER_ASSERT(reporter, 0 == pathRef->getSegmentMasks()); in TestPathRef()
4218 REPORTER_ASSERT(reporter, SkPath::kMove_Verb == pathRef->atVerb(i)); in TestPathRef()
4225 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
4226 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints()); in TestPathRef()
4227 REPORTER_ASSERT(reporter, SkPath::kLine_SegmentMask == pathRef->getSegmentMasks()); in TestPathRef()
4229 REPORTER_ASSERT(reporter, SkPath::kLine_Verb == pathRef->atVerb(i)); in TestPathRef()
[all …]
/external/skqp/tests/
DPathTest.cpp4193 sk_sp<SkPathRef> pathRef(new SkPathRef); in TestPathRef() local
4195 SkPathRef::Editor ed(&pathRef); in TestPathRef()
4199 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
4200 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints()); in TestPathRef()
4201 REPORTER_ASSERT(reporter, 0 == pathRef->getSegmentMasks()); in TestPathRef()
4203 REPORTER_ASSERT(reporter, SkPath::kMove_Verb == pathRef->atVerb(i)); in TestPathRef()
4210 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
4211 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countPoints()); in TestPathRef()
4212 REPORTER_ASSERT(reporter, SkPath::kLine_SegmentMask == pathRef->getSegmentMasks()); in TestPathRef()
4214 REPORTER_ASSERT(reporter, SkPath::kLine_Verb == pathRef->atVerb(i)); in TestPathRef()
[all …]
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...