/external/skia/include/core/ |
SkPathMeasure.h | 16 class SK_API SkPathMeasure : SkNoncopyable { 18 SkPathMeasure(); 27 SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale = 1); 28 ~SkPathMeasure();
|
/external/skia/include/effects/ |
Sk1DPathEffect.h | 14 class SkPathMeasure; 32 virtual SkScalar next(SkPath* dst, SkScalar dist, SkPathMeasure&) const = 0; 73 SkScalar next(SkPath*, SkScalar, SkPathMeasure&) const override;
|
/external/skia/src/core/ |
SkPathMeasure.cpp | 9 #include "SkPathMeasure.h" 23 SkScalar SkPathMeasure::Segment::getScalarT() const { 27 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { 141 bool SkPathMeasure::quad_too_curvy(const SkPoint pts[3]) { 153 bool SkPathMeasure::conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, 162 bool SkPathMeasure::cheap_dist_exceeds_limit(const SkPoint& pt, 169 bool SkPathMeasure::cubic_too_curvy(const SkPoint pts[4]) { 231 SkScalar SkPathMeasure::compute_quad_segs(const SkPoint pts[3], 255 SkScalar SkPathMeasure::compute_conic_segs(const SkConic& conic, SkScalar distance [all...] |
SkDevice.cpp | 19 #include "SkPathMeasure.h" 320 SkPathMeasure& meas, const SkMatrix& matrix) { 356 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas, 404 SkPathMeasure meas(follow, false);
|
/external/skia/tests/ |
PathMeasureTest.cpp | 8 #include "SkPathMeasure.h" 24 SkPathMeasure meas(path, false); 40 SkPathMeasure meas(path, false); 58 SkPathMeasure meas(path, false); 84 SkPathMeasure meas(path, true); 210 SkPathMeasure stdm(p, false);
|
/external/skia/src/effects/ |
Sk1DPathEffect.cpp | 12 #include "SkPathMeasure.h" 17 SkPathMeasure meas(src, false); 76 SkPathMeasure& meas, SkScalar dist) { 106 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas, 170 SkPathMeasure& meas) const {
|
SkDiscretePathEffect.cpp | 11 #include "SkPathMeasure.h" 87 SkPathMeasure meas(src, doFill);
|
/frameworks/base/libs/hwui/font/ |
Font.h | 26 #include <SkPathMeasure.h> 143 SkPathMeasure& measure, SkPoint* position, SkVector* tangent);
|
Font.cpp | 238 SkPathMeasure& measure, SkPoint* position, SkVector* tangent) { 314 SkPathMeasure measure(*path, false);
|
/frameworks/base/core/jni/android/graphics/ |
PathMeasure.cpp | 22 #include "SkPathMeasure.h" 47 SkPathMeasure fMeasure; // this guy points to fPath 116 bool result = pair->fMeasure.getMatrix(dist, matrix, (SkPathMeasure::MatrixFlags)flags);
|
/external/skia/bench/ |
MeasureBench.cpp | 14 #include "SkPathMeasure.h" 71 SkPathMeasure meas(fPath, false);
|
/frameworks/base/libs/hwui/hwui/ |
MinikinUtils.cpp | 24 #include "SkPathMeasure.h" 108 SkPathMeasure measure(path, false);
|
/external/skia/gm/ |
OverStroke.cpp | 29 #include "SkPathMeasure.h" 92 SkPathMeasure meas(path, false);
|
arcto.cpp | 210 #include "SkPathMeasure.h" 222 SkPathMeasure meas(path, false);
|
drawatlas.cpp | 104 #include "SkPathMeasure.h" 108 SkPathMeasure meas(path, false);
|
addarc.cpp | 12 #include "SkPathMeasure.h" 102 SkPathMeasure meas(path, false);
|
/external/skia/samplecode/ |
SampleTextOnPath.cpp | 12 #include "SkPathMeasure.h" 68 SkPathMeasure meas(path, false);
|
SampleQuadStroker.cpp | 13 #include "SkPathMeasure.h" 304 SkPathMeasure meas(path, false); 336 SkPathMeasure meas(path, false);
|
SampleSlides.cpp | 240 #include "SkPathMeasure.h" 243 SkPathMeasure meas(path, false);
|
/external/skia/src/utils/ |
SkDashPath.cpp | 9 #include "SkPathMeasure.h" 241 SkPathMeasure meas(*srcPtr, false, rec->getResScale());
|
/frameworks/base/libs/hwui/ |
VectorDrawable.cpp | 91 SkPathMeasure measure(inPath, false);
|
VectorDrawable.h | 31 #include <SkPathMeasure.h>
|
SkiaCanvas.cpp | 720 SkPathMeasure meas(path, false);
|