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

  /external/skia/src/core/
SkPathRef.cpp 14 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef,
18 if ((*pathRef)->unique()) {
19 (*pathRef)->incReserve(incReserveVerbs, incReservePoints);
22 copy->copy(**pathRef, incReserveVerbs, incReservePoints);
23 pathRef->reset(copy);
25 fPathRef = *pathRef;
154 void SkPathRef::Rewind(SkAutoTUnref<SkPathRef>* pathRef) {
155 if ((*pathRef)->unique()) {
156 SkDEBUGCODE((*pathRef)->validate();)
157 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinit
    [all...]
SkPath.cpp     [all...]
  /external/skia/include/core/
SkPathRef.h 43 Editor(SkAutoTUnref<SkPathRef>* pathRef,
101 SkPathRef* pathRef() { return fPathRef; }
183 static void Rewind(SkAutoTUnref<SkPathRef>* pathRef);
  /external/clang/lib/Basic/
FileManager.cpp 392 StringRef pathRef(path.data(), path.size());
395 || llvm::sys::path::is_absolute(pathRef))
399 llvm::sys::path::append(NewPath, pathRef);
  /external/skia/tests/
PathTest.cpp     [all...]
  /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 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 636 milliseconds