/external/chromium_org/third_party/skia/samplecode/ |
SamplePathEffects.cpp | 102 SkPath fPath; 112 fPath.moveTo(x, y); 117 fPath.moveTo(x, tmpY); 119 fPath.lineTo(x, tmpY); 128 fPath.addRoundRect(oval, SkIntToScalar(8), SkIntToScalar(8)); 156 canvas->drawPath(fPath, paint); 161 canvas->drawPath(fPath, paint); 168 canvas->drawPath(fPath, paint); 174 canvas->drawPath(fPath, paint); 182 canvas->drawPath(fPath, paint) [all...] |
SampleEffects.cpp | 65 SkPath fPath; 79 fPath.moveTo(pts[0], pts[1]); 81 fPath.lineTo(pts[i], pts[i+1]); 111 canvas->drawPath(fPath, fPaint[i]);
|
SampleCull.cpp | 116 fPath.moveTo(x, y); 118 fPath.lineTo(x, y); 122 subdivide(&fPath, bump); 123 subdivide(&fPath, bump); 124 subdivide(&fPath, bump); 125 fPoints = getpts(fPath, &fPtCount); 163 canvas->drawPath(fPath, paint); 188 SkPath fPath;
|
/external/skia/samplecode/ |
SamplePathEffects.cpp | 102 SkPath fPath; 112 fPath.moveTo(x, y); 117 fPath.moveTo(x, tmpY); 119 fPath.lineTo(x, tmpY); 128 fPath.addRoundRect(oval, SkIntToScalar(8), SkIntToScalar(8)); 156 canvas->drawPath(fPath, paint); 161 canvas->drawPath(fPath, paint); 168 canvas->drawPath(fPath, paint); 174 canvas->drawPath(fPath, paint); 182 canvas->drawPath(fPath, paint) [all...] |
SampleEffects.cpp | 65 SkPath fPath; 79 fPath.moveTo(pts[0], pts[1]); 81 fPath.lineTo(pts[i], pts[i+1]); 111 canvas->drawPath(fPath, fPaint[i]);
|
SampleCull.cpp | 116 fPath.moveTo(x, y); 118 fPath.lineTo(x, y); 122 subdivide(&fPath, bump); 123 subdivide(&fPath, bump); 124 subdivide(&fPath, bump); 125 fPoints = getpts(fPath, &fPtCount); 163 canvas->drawPath(fPath, paint); 188 SkPath fPath;
|
/external/chromium_org/third_party/skia/gm/ |
canvasstate.cpp | 31 SkPath fPath; 48 fPath.moveTo(25, 25); 49 fPath.lineTo(125, 25); 50 fPath.lineTo(75, 125); 51 fPath.close(); 96 canvas->clipPath(fPath);
|
filltypespersp.cpp | 14 SkPath fPath; 19 if (fPath.isEmpty()) { 21 fPath.addCircle(SkIntToScalar(50), SkIntToScalar(50), radius); 22 fPath.addCircle(SkIntToScalar(100), SkIntToScalar(100), radius); 48 fPath.setFillType(ft); 52 canvas->drawPath(fPath, paint);
|
linepaths.cpp | 77 SkPath fPath; 81 path.fPath.moveTo(25*SK_Scalar1, 15*SK_Scalar1); 82 path.fPath.lineTo(75*SK_Scalar1, 15*SK_Scalar1); 118 this->drawPath(path.fPath, canvas, color, rect, 218 SkPath fPath; 222 path.fPath.moveTo(25*SK_Scalar1, 15*SK_Scalar1); 223 path.fPath.lineTo(75*SK_Scalar1, 15*SK_Scalar1); 224 path.fPath.close(); 260 this->drawPath(path.fPath, canvas, color, rect,
|
quadpaths.cpp | 77 SkPath fPath; 81 path.fPath.moveTo(25*SK_Scalar1, 10*SK_Scalar1); 82 path.fPath.quadTo(50*SK_Scalar1, 20*SK_Scalar1, 119 this->drawPath(path.fPath, canvas, color, rect, 223 SkPath fPath; 227 path.fPath.moveTo(25*SK_Scalar1, 10*SK_Scalar1); 228 path.fPath.quadTo(50*SK_Scalar1, 20*SK_Scalar1, 230 path.fPath.close(); 266 this->drawPath(path.fPath, canvas, color, rect,
|
/external/lldb/utils/test/ |
llvm-mc-shell.py | 12 def is_exe(fpath): 13 """Check whether fpath is an executable.""" 14 return os.path.isfile(fpath) and os.access(fpath, os.X_OK) 18 fpath, fname = os.path.split(program) 19 if fpath:
|
run-until-faulted.py | 12 def is_exe(fpath): 13 """Check whether fpath is an executable.""" 14 return os.path.isfile(fpath) and os.access(fpath, os.X_OK) 18 fpath, fname = os.path.split(program) 19 if fpath:
|
/external/skia/gm/ |
canvasstate.cpp | 31 SkPath fPath; 48 fPath.moveTo(25, 25); 49 fPath.lineTo(125, 25); 50 fPath.lineTo(75, 125); 51 fPath.close(); 96 canvas->clipPath(fPath);
|
filltypespersp.cpp | 14 SkPath fPath; 19 if (fPath.isEmpty()) { 21 fPath.addCircle(SkIntToScalar(50), SkIntToScalar(50), radius); 22 fPath.addCircle(SkIntToScalar(100), SkIntToScalar(100), radius); 48 fPath.setFillType(ft); 52 canvas->drawPath(fPath, paint);
|
linepaths.cpp | 77 SkPath fPath; 81 path.fPath.moveTo(25*SK_Scalar1, 15*SK_Scalar1); 82 path.fPath.lineTo(75*SK_Scalar1, 15*SK_Scalar1); 118 this->drawPath(path.fPath, canvas, color, rect, 218 SkPath fPath; 222 path.fPath.moveTo(25*SK_Scalar1, 15*SK_Scalar1); 223 path.fPath.lineTo(75*SK_Scalar1, 15*SK_Scalar1); 224 path.fPath.close(); 260 this->drawPath(path.fPath, canvas, color, rect,
|
quadpaths.cpp | 77 SkPath fPath; 81 path.fPath.moveTo(25*SK_Scalar1, 10*SK_Scalar1); 82 path.fPath.quadTo(50*SK_Scalar1, 20*SK_Scalar1, 119 this->drawPath(path.fPath, canvas, color, rect, 223 SkPath fPath; 227 path.fPath.moveTo(25*SK_Scalar1, 10*SK_Scalar1); 228 path.fPath.quadTo(50*SK_Scalar1, 20*SK_Scalar1, 230 path.fPath.close(); 266 this->drawPath(path.fPath, canvas, color, rect,
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawPath.cpp | 103 return fPath; 111 fPath.reset(); 116 return fPath; 147 value->fOperand.fS32 = (int) fPath.getFillType(); 172 fPath.setFillType((SkPath::FillType) value.fOperand.fS32); 199 fPath.reset(); 200 fPath.moveTo(points[0], points[1]); 203 fPath.lineTo(points[index], points[index+1]); 219 fPath.close();
|
SkDrawClip.cpp | 36 maker.fCanvas->clipPath(path->fPath);
|
/external/skia/src/animator/ |
SkDrawPath.cpp | 103 return fPath; 111 fPath.reset(); 116 return fPath; 147 value->fOperand.fS32 = (int) fPath.getFillType(); 172 fPath.setFillType((SkPath::FillType) value.fOperand.fS32); 199 fPath.reset(); 200 fPath.moveTo(points[0], points[1]); 203 fPath.lineTo(points[index], points[index+1]); 219 fPath.close();
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
LogoPlay.cpp | 72 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2) 77 fPath.getLastPt(&c); 88 fPath.quadTo(mid,q); 94 fPath.quadTo(mid,p2); 208 SkPath fPath; 240 fPath.moveTo(points[0]); 246 fPath.lineTo(points[0]); 252 fPath.lineTo(x, c.fY); 259 fPath.lineTo(c.fX, y); 277 quadApprox(fPath, points[0], points[1], points[2]) [all...] |
/external/chromium_org/tools/win/split_link/ |
install_split_link.py | 15 def IsExe(fpath): 16 return os.path.isfile(fpath) and os.access(fpath, os.X_OK) 20 fpath, _ = os.path.split(program) 21 if fpath:
|
/external/skia/experimental/Intersection/ |
LogoPlay.cpp | 72 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2) 77 fPath.getLastPt(&c); 88 fPath.quadTo(mid,q); 94 fPath.quadTo(mid,p2); 208 SkPath fPath; 240 fPath.moveTo(points[0]); 246 fPath.lineTo(points[0]); 252 fPath.lineTo(x, c.fY); 259 fPath.lineTo(c.fX, y); 277 quadApprox(fPath, points[0], points[1], points[2]) [all...] |
/frameworks/base/core/jni/android/graphics/ |
PathMeasure.cpp | 44 : fPath(path), fMeasure(fPath, forceClosed) {} 46 SkPath fPath; // copy of the user's path 47 SkPathMeasure fMeasure; // this guy points to fPath 74 pair->fPath.reset(); 76 pair->fPath = *path; 78 pair->fMeasure.setPath(&pair->fPath, forceClosed);
|
/external/chromium_org/third_party/skia/src/core/ |
SkGlyph.h | 25 SkPath* fPath; 39 fPath = NULL; 101 fImage, fPath, fID, fMaskFormat fields.
|
/external/skia/src/core/ |
SkGlyph.h | 25 SkPath* fPath; 39 fPath = NULL; 101 fImage, fPath, fID, fMaskFormat fields.
|