Searched defs:fPaths (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPathHeap.h34 int count() const { return fPaths.count(); }
36 return *fPaths[index];
45 SkTDArray<SkPath*> fPaths; member in class:SkPathHeap
/external/skia/src/core/
H A DSkPathHeap.h34 int count() const { return fPaths.count(); }
36 return *fPaths[index];
45 SkTDArray<SkPath*> fPaths; member in class:SkPathHeap
/external/skia/gm/
H A Dconicpaths.cpp27 SkPath* conicCirlce = &fPaths.push_back();
44 SkPath* hyperbola = &fPaths.push_back();
51 SkPath* thinHyperbola = &fPaths.push_back();
58 SkPath* veryThinHyperbola = &fPaths.push_back();
65 SkPath* closedHyperbola = &fPaths.push_back();
73 SkPath* nearParabola = &fPaths.push_back();
80 SkPath* thinEllipse = &fPaths.push_back();
87 SkPath* veryThinEllipse = &fPaths.push_back();
94 SkPath* closedEllipse = &fPaths.push_back();
115 for (int p = 0; p < fPaths
161 SkTArray<SkPath> fPaths; member in class:skiagm::ConicPathsGM
[all...]
H A Dconvexpaths.cpp52 fPaths.push_back().moveTo(0, 0);
53 fPaths.back().quadTo(50 * SK_Scalar1, 100 * SK_Scalar1,
55 fPaths.back().lineTo(0, 0);
57 fPaths.push_back().moveTo(0, 50 * SK_Scalar1);
58 fPaths.back().quadTo(50 * SK_Scalar1, 0,
60 fPaths.back().quadTo(50 * SK_Scalar1, 100 * SK_Scalar1,
63 fPaths.push_back().addRect(0, 0,
67 fPaths.push_back().addRect(0, 0,
71 fPaths.push_back().addCircle(50 * SK_Scalar1, 50 * SK_Scalar1,
75 fPaths
289 SkTArray<SkPath> fPaths; member in class:skiagm::ConvexPathsGM
[all...]
H A Dcomplexclip2.cpp42 fPaths[0].addRoundRect(fRects[0], SkIntToScalar(5), SkIntToScalar(5));
46 fPaths[1].addRoundRect(fRects[1], SkIntToScalar(5), SkIntToScalar(5));
50 fPaths[2].addRoundRect(fRects[2], SkIntToScalar(5), SkIntToScalar(5));
54 fPaths[3].addRoundRect(fRects[3], SkIntToScalar(5), SkIntToScalar(5));
58 fPaths[4].addRoundRect(fRects[4], SkIntToScalar(5), SkIntToScalar(5));
127 canvas->drawPath(fPaths[k], rectPaint);
135 canvas->clipPath(fPaths[k],
153 SkPath fPaths[5]; member in class:skiagm::ComplexClip2GM
H A Dhairlines.cpp25 SkPath* lineAnglesPath = &fPaths.push_back();
40 SkPath* kindaTightQuad = &fPaths.push_back();
46 SkPath* tightQuad = &fPaths.push_back();
52 SkPath* tighterQuad = &fPaths.push_back();
58 SkPath* unevenTighterQuad = &fPaths.push_back();
66 SkPath* reallyTightQuad = &fPaths.push_back();
72 SkPath* closedQuad = &fPaths.push_back();
78 SkPath* unevenClosedQuad = &fPaths.push_back();
87 SkPath* problem1 = &fPaths.push_back();
96 SkPath* problem2 = &fPaths
212 SkTArray<SkPath> fPaths; member in class:skiagm::HairlinesGM
[all...]
/external/skia/bench/
H A DPathBench.cpp330 fPaths.reset(kPathCnt);
335 this->makePath(&fPaths[i & (kPathCnt - 1)]);
342 fPaths.reset(0);
350 SkAutoTArray<SkPath> fPaths; member in class:PathCreateBench
366 fPaths.reset(kPathCnt);
369 this->makePath(&fPaths[i]);
376 fCopies[idx] = fPaths[idx];
380 fPaths.reset(0);
389 SkAutoTArray<SkPath> fPaths; member in class:PathCopyBench
407 fPaths
440 SkAutoTArray<SkPath> fPaths; member in class:PathTransformBench
487 SkAutoTArray<SkPath> fPaths; member in class:PathEqualityBench
[all...]

Completed in 229 milliseconds