/external/chromium_org/third_party/skia/gm/ |
convexpolyclip.cpp | 233 canvas->clipPath(fPath, op, aa); 247 *path = fPath; 262 fPath = path; 268 fPath.reset(); 276 *bounds = fPath.getBounds(); 289 SkPath fPath;
|
strokes.cpp | 85 SkPath fPath; 89 fPath.moveTo(0, 0); 93 fPath.lineTo(x, y); 137 canvas->drawPath(fPath, paint);
|
/external/lldb/utils/test/ |
disasm.py | 13 def is_exe(fpath): 14 """Check whether fpath is an executable.""" 15 return os.path.isfile(fpath) and os.access(fpath, os.X_OK) 19 fpath, fname = os.path.split(program) 20 if fpath:
|
/external/skia/gm/ |
convexpolyclip.cpp | 233 canvas->clipPath(fPath, op, aa); 247 *path = fPath; 262 fPath = path; 268 fPath.reset(); 276 *bounds = fPath.getBounds(); 289 SkPath fPath;
|
strokes.cpp | 85 SkPath fPath; 89 fPath.moveTo(0, 0); 93 fPath.lineTo(x, y); 137 canvas->drawPath(fPath, paint);
|
/external/chromium_org/third_party/skia/include/utils/ |
SkCullPoints.h | 65 SkPath* fPath;
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleMovie.cpp | 56 SkPath fPath;
|
SampleWritePixels.cpp | 32 SkPath fPath;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawPath.h | 39 SkPath fPath;
|
/external/chromium_org/third_party/skia/src/core/ |
SkClipStack.cpp | 23 fPath.reset(); 27 fPath.reset(); 31 fPath.set(that.getPath()); 92 fPath.init(); 93 fPath.get()->addRect(this->getRect()); 94 fPath.get()->setFillType(SkPath::kInverseEvenOdd_FillType); 98 fPath.init(); 99 fPath.get()->addRRect(fRRect); 100 fPath.get()->setFillType(SkPath::kInverseEvenOdd_FillType); 104 fPath.get()->toggleInverseFillType() [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkParsePath.cpp | 156 if (fPath.isEmpty() && (f.fX != 0 || f.fY != 0)) { 158 fPath.moveTo(c); 159 fPath.lineTo(f); 160 fPath.close();
|
/external/lldb/test/benchmarks/disassembly/ |
TestDisassembly.py | 9 def is_exe(fpath): 10 """Returns true if fpath is an executable.""" 11 return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
|
/external/skia/include/utils/ |
SkCullPoints.h | 65 SkPath* fPath;
|
/external/skia/samplecode/ |
SampleMovie.cpp | 56 SkPath fPath;
|
SampleWritePixels.cpp | 32 SkPath fPath;
|
/external/skia/src/animator/ |
SkDrawPath.h | 39 SkPath fPath;
|
/external/skia/src/core/ |
SkClipStack.cpp | 23 fPath.reset(); 27 fPath.reset(); 31 fPath.set(that.getPath()); 92 fPath.init(); 93 fPath.get()->addRect(this->getRect()); 94 fPath.get()->setFillType(SkPath::kInverseEvenOdd_FillType); 98 fPath.init(); 99 fPath.get()->addRRect(fRRect); 100 fPath.get()->setFillType(SkPath::kInverseEvenOdd_FillType); 104 fPath.get()->toggleInverseFillType() [all...] |
/external/skia/src/utils/ |
SkParsePath.cpp | 156 if (fPath.isEmpty() && (f.fX != 0 || f.fY != 0)) { 158 fPath.moveTo(c); 159 fPath.lineTo(f); 160 fPath.close();
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
HomeProvider.java | 116 String fpath = url.substring(7);
local 117 File f = new File(fpath);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msoav.h | 12 ULONG fPath:1;
|
/external/bison/m4/ |
lib-ld.m4 | 41 # contains only /bin. Note that ksh looks also at the FPATH variable, 44 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ 45 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
|
/external/chromium_org/third_party/skia/bench/ |
AAClipBench.cpp | 176 SkPath fPath; 193 fPath.addRoundRect(fRect, SkIntToScalar(20), SkIntToScalar(20)); 205 clip.setPath(fPath, &fRegion, fDoAA);
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
filecap.c | 44 static int check_file(const char *fpath, 52 int fd = open(fpath, O_RDONLY|O_CLOEXEC); 64 printf("%s ", fpath);
|
/external/skia/bench/ |
AAClipBench.cpp | 176 SkPath fPath; 193 fPath.addRoundRect(fRect, SkIntToScalar(20), SkIntToScalar(20)); 205 clip.setPath(fPath, &fRegion, fDoAA);
|
/external/libcxx/ |
CMakeLists.txt | 103 foreach(fpath ${LIBCXX_ABILIB_FILES}) 106 if (EXISTS "${incpath}/${fpath}") 108 get_filename_component(dstdir ${fpath} PATH) 109 get_filename_component(ifile ${fpath} NAME) 113 "${incpath}/${fpath}" 115 MAIN_DEPENDENCY "${incpath}/${fpath}" 123 message(FATAL_ERROR "Failed to find ${fpath}")
|