Searched refs:pathRef (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkPathRef.h | 73 Editor(PR_CONTAINER* pathRef, 76 if (pathRef->get()->getRefCnt() > 1) { 78 copy->copy(*pathRef->get(), incReserveVerbs, incReservePoints); 79 pathRef->reset(copy); 81 (*pathRef)->incReserve(incReserveVerbs, incReservePoints); 83 fPathRef = pathRef->get(); 140 SkPathRef* pathRef() { return fPathRef; } in pathRef() function 245 static void Rewind(PR_CONTAINER* pathRef) { in Rewind() argument 246 if (1 == (*pathRef)->getRefCnt()) { in Rewind() 247 (*pathRef)->validate(); in Rewind() [all …]
|
D | SkPath.cpp | 750 fLastMoveToIndex = ed.pathRef()->countPoints(); in moveTo() 914 fLastMoveToIndex = ed.pathRef()->countPoints(); in addPoly() 1645 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints()); in transform() 2395 ContourIter(const SkPathRef& pathRef); 2412 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter() argument 2413 fStopVerbs = pathRef.verbsMemBegin(); in ContourIter() 2415 fCurrPt = pathRef.points(); in ContourIter() 2416 fCurrVerb = pathRef.verbs(); in ContourIter()
|
/external/chromium/chrome/browser/ |
D | platform_util_mac.mm | 84 FSRef pathRef; 85 if (CFURLGetFSRef(pathURLRef, &pathRef)) { 89 &pathRef, // dataPtr 90 sizeof(pathRef)); // dataSize
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.cpp | 50 WKContextRef WKContextCreateWithInjectedBundlePath(WKStringRef pathRef) in WKContextCreateWithInjectedBundlePath() argument 52 RefPtr<WebContext> context = WebContext::create(toImpl(pathRef)->string()); in WKContextCreateWithInjectedBundlePath()
|
D | WKPreferences.cpp | 405 void WKPreferencesSetFTPDirectoryTemplatePath(WKPreferencesRef preferencesRef, WKStringRef pathRef) in WKPreferencesSetFTPDirectoryTemplatePath() argument 407 toImpl(preferencesRef)->setFTPDirectoryTemplatePath(toWTFString(pathRef)); in WKPreferencesSetFTPDirectoryTemplatePath()
|
/external/clang/lib/Basic/ |
D | FileManager.cpp | 489 StringRef pathRef(path.data(), path.size()); in FixupRelativePath() local 492 || llvm::sys::path::is_absolute(pathRef)) in FixupRelativePath() 496 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath()
|