HomeSort by relevance Sort by last modified time
    Searched refs:pathRef (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
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; }
245 static void Rewind(PR_CONTAINER* pathRef) {
246 if (1 == (*pathRef)->getRefCnt()) {
247 (*pathRef)->validate()
    [all...]
SkPath.cpp 750 fLastMoveToIndex = ed.pathRef()->countPoints();
914 fLastMoveToIndex = ed.pathRef()->countPoints();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKContext.cpp 50 WKContextRef WKContextCreateWithInjectedBundlePath(WKStringRef pathRef)
52 RefPtr<WebContext> context = WebContext::create(toImpl(pathRef)->string());
WKPreferences.cpp 405 void WKPreferencesSetFTPDirectoryTemplatePath(WKPreferencesRef preferencesRef, WKStringRef pathRef)
407 toImpl(preferencesRef)->setFTPDirectoryTemplatePath(toWTFString(pathRef));
  /external/clang/lib/Basic/
FileManager.cpp 489 StringRef pathRef(path.data(), path.size());
492 || llvm::sys::path::is_absolute(pathRef))
496 llvm::sys::path::append(NewPath, pathRef);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 3741 milliseconds