Searched refs:fPaths (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dconvexpaths.cpp56 fPaths.push_back().moveTo(0, 0);
57 fPaths.back().quadTo(50 * SK_Scalar1, 100 * SK_Scalar1,
59 fPaths.back().lineTo(0, 0);
61 fPaths.push_back().moveTo(0, 50 * SK_Scalar1);
62 fPaths.back().quadTo(50 * SK_Scalar1, 0,
64 fPaths.back().quadTo(50 * SK_Scalar1, 100 * SK_Scalar1,
67 fPaths.push_back().addRect(0, 0,
71 fPaths.push_back().addRect(0, 0,
75 fPaths.push_back().addCircle(50 * SK_Scalar1, 50 * SK_Scalar1,
79 fPaths
293 SkTArray<SkPath> fPaths; member in class:skiagm::ConvexPathsGM
[all...]
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 Dhairlines.cpp29 SkPath* lineAnglesPath = &fPaths.push_back();
44 SkPath* kindaTightQuad = &fPaths.push_back();
50 SkPath* tightQuad = &fPaths.push_back();
56 SkPath* tighterQuad = &fPaths.push_back();
62 SkPath* unevenTighterQuad = &fPaths.push_back();
70 SkPath* reallyTightQuad = &fPaths.push_back();
76 SkPath* closedQuad = &fPaths.push_back();
82 SkPath* unevenClosedQuad = &fPaths.push_back();
91 SkPath* problem1 = &fPaths.push_back();
100 SkPath* problem2 = &fPaths
216 SkTArray<SkPath> fPaths; member in class:skiagm::HairlinesGM
[all...]
H A Dcomplexclip2.cpp49 fPaths[0].addRoundRect(fRects[0], 5, 5);
54 fPaths[1].addRoundRect(fRects[1], 5, 5);
59 fPaths[2].addRoundRect(fRects[2], 5, 5);
64 fPaths[3].addRoundRect(fRects[3], 5, 5);
69 fPaths[4].addRoundRect(fRects[4], 5, 5);
165 canvas->drawPath(fPaths[k], rectPaint);
183 canvas->clipPath(fPaths[k],
199 SkPath fPaths[5]; member in class:skiagm::ComplexClip2GM
H A Dconvexpolyeffect.cpp55 fPaths.addToTail(tri);
56 fPaths.addToTail(SkPath())->reverseAddPath(tri);
59 fPaths.addToTail(tri);
77 fPaths.addToTail(ngon);
81 fPaths.addToTail(ngon);
110 for (SkTLList<SkPath>::Iter iter(fPaths, SkTLList<SkPath>::Iter::kHead_IterStart);
221 SkTLList<SkPath> fPaths; member in class:skiagm::ConvexPolyEffect
/external/skia/gm/
H A Dconvexpaths.cpp56 fPaths.push_back().moveTo(0, 0);
57 fPaths.back().quadTo(50 * SK_Scalar1, 100 * SK_Scalar1,
59 fPaths.back().lineTo(0, 0);
61 fPaths.push_back().moveTo(0, 50 * SK_Scalar1);
62 fPaths.back().quadTo(50 * SK_Scalar1, 0,
64 fPaths.back().quadTo(50 * SK_Scalar1, 100 * SK_Scalar1,
67 fPaths.push_back().addRect(0, 0,
71 fPaths.push_back().addRect(0, 0,
75 fPaths.push_back().addCircle(50 * SK_Scalar1, 50 * SK_Scalar1,
79 fPaths
293 SkTArray<SkPath> fPaths; member in class:skiagm::ConvexPathsGM
[all...]
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 Dhairlines.cpp29 SkPath* lineAnglesPath = &fPaths.push_back();
44 SkPath* kindaTightQuad = &fPaths.push_back();
50 SkPath* tightQuad = &fPaths.push_back();
56 SkPath* tighterQuad = &fPaths.push_back();
62 SkPath* unevenTighterQuad = &fPaths.push_back();
70 SkPath* reallyTightQuad = &fPaths.push_back();
76 SkPath* closedQuad = &fPaths.push_back();
82 SkPath* unevenClosedQuad = &fPaths.push_back();
91 SkPath* problem1 = &fPaths.push_back();
100 SkPath* problem2 = &fPaths
216 SkTArray<SkPath> fPaths; member in class:skiagm::HairlinesGM
[all...]
H A Dcomplexclip2.cpp49 fPaths[0].addRoundRect(fRects[0], 5, 5);
54 fPaths[1].addRoundRect(fRects[1], 5, 5);
59 fPaths[2].addRoundRect(fRects[2], 5, 5);
64 fPaths[3].addRoundRect(fRects[3], 5, 5);
69 fPaths[4].addRoundRect(fRects[4], 5, 5);
165 canvas->drawPath(fPaths[k], rectPaint);
183 canvas->clipPath(fPaths[k],
199 SkPath fPaths[5]; member in class:skiagm::ComplexClip2GM
H A Dconvexpolyeffect.cpp61 fPaths.addToTail(tri);
62 fPaths.addToTail(SkPath())->reverseAddPath(tri);
65 fPaths.addToTail(tri);
83 fPaths.addToTail(ngon);
87 fPaths.addToTail(ngon);
116 for (SkTLList<SkPath>::Iter iter(fPaths, SkTLList<SkPath>::Iter::kHead_IterStart);
229 SkTLList<SkPath> fPaths; member in class:skiagm::ConvexPolyEffect
/external/chromium_org/third_party/skia/src/core/
H A DSkPathHeap.cpp25 fPaths.setCount(count);
26 SkPath** ptr = fPaths.begin();
38 SkPath** iter = fPaths.begin();
39 SkPath** stop = fPaths.end();
49 *fPaths.append() = p;
50 return fPaths.count();
86 int count = fPaths.count();
89 SkPath* const* iter = fPaths.begin();
90 SkPath* const* stop = fPaths.end();
H A DSkPathHeap.h39 int count() const { return fPaths.count(); }
41 return *fPaths[index];
50 SkTDArray<SkPath*> fPaths; member in class:SkPathHeap
/external/skia/src/core/
H A DSkPathHeap.cpp25 fPaths.setCount(count);
26 SkPath** ptr = fPaths.begin();
38 SkPath** iter = fPaths.begin();
39 SkPath** stop = fPaths.end();
49 *fPaths.append() = p;
50 return fPaths.count();
86 int count = fPaths.count();
89 SkPath* const* iter = fPaths.begin();
90 SkPath* const* stop = fPaths.end();
H A DSkPathHeap.h39 int count() const { return fPaths.count(); }
41 return *fPaths[index];
50 SkTDArray<SkPath*> fPaths; member in class:SkPathHeap
H A DSkPictureRecord.cpp1757 int count = fPaths.count();
1759 result += sizeof(fPaths[index]) + fPaths[index]->size();
H A DSkPicturePlayback.cpp1424 const SkPath& path = fPaths[index];
1869 const SkPath& path = fPaths[index];
1878 "path%p, ", &fPaths[index]);
/external/chromium_org/third_party/skia/bench/
H A DAlternatingColorPatternBench.cpp84 SkPath fPaths[NUM_DRAWS]; member in class:AlternatingColorPatternBench
132 fPaths[count].moveTo(SkIntToScalar(x), SkIntToScalar(y));
133 fPaths[count].rLineTo(SkIntToScalar(w), 0);
134 fPaths[count].rLineTo(0, SkIntToScalar(h));
135 fPaths[count].rLineTo(SkIntToScalar(-w + 1), 0);
161 canvas->drawPath(fPaths[j], paint);
H A DPathBench.cpp359 fPaths.reset(kPathCnt);
362 this->makePath(&fPaths[i]);
369 fCopies[idx] = fPaths[idx];
378 SkAutoTArray<SkPath> fPaths; member in class:PathCopyBench
396 fPaths.reset(kPathCnt);
398 this->makePath(&fPaths[i]);
409 fPaths[i & (kPathCnt - 1)].transform(fMatrix);
414 fPaths[idx].transform(fMatrix, &fTransformed[idx]);
424 SkAutoTArray<SkPath> fPaths; member in class:PathTransformBench
444 fPaths
466 SkAutoTArray<SkPath> fPaths; member in class:PathEqualityBench
[all...]
/external/chromium_org/third_party/skia/src/fonts/
H A DSkTestScalerContext.cpp26 , fPaths(NULL)
37 SkDELETE(fPaths[index]);
39 SkDELETE_ARRAY(fPaths);
80 fPaths = SkNEW_ARRAY(SkPath*, fCharCodesCount);
110 fPaths[index] = path;
134 *path = *fTestFont->fPaths[SkGlyph::ID2Code(glyph.fID)];
H A DSkTestScalerContext.h52 SkPath** fPaths; member in class:SkTestFont
/external/skia/bench/
H A DPathBench.cpp359 fPaths.reset(kPathCnt);
362 this->makePath(&fPaths[i]);
369 fCopies[idx] = fPaths[idx];
378 SkAutoTArray<SkPath> fPaths; member in class:PathCopyBench
396 fPaths.reset(kPathCnt);
398 this->makePath(&fPaths[i]);
409 fPaths[i & (kPathCnt - 1)].transform(fMatrix);
414 fPaths[idx].transform(fMatrix, &fTransformed[idx]);
424 SkAutoTArray<SkPath> fPaths; member in class:PathTransformBench
444 fPaths
466 SkAutoTArray<SkPath> fPaths; member in class:PathEqualityBench
[all...]
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp423 fPaths[i]->unref();
425 SkDELETE_ARRAY(fPaths);
475 dp->fPaths = SkNEW_ARRAY(const GrPath*, pathCount);
476 memcpy(dp->fPaths, paths, sizeof(GrPath*) * pathCount);
478 dp->fPaths[i]->ref();
634 fDstGpu->executeDrawPaths(dp.fPathCount, dp.fPaths,
H A DGrInOrderDrawBuffer.h123 const GrPath** fPaths; member in struct:GrInOrderDrawBuffer::DrawPaths

Completed in 271 milliseconds