Searched refs:iterPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1444 const SkPath* iterPath; local
1445 while (iter.next(&iterPath, &xpos)) {
1447 if (iterPath) {
1448 path->addPath(*iterPath, matrix);
1472 const SkPath* iterPath; local
1473 while (iter.next(&iterPath, NULL)) {
1475 if (iterPath) {
1476 path->addPath(*iterPath, matrix);
H A DSkDraw.cpp1472 const SkPath* iterPath; local
1475 while (iter.next(&iterPath, &xpos)) {
1477 if (iterPath) {
1480 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1482 this->drawPath(*iterPath, pnt, &matrix, false);
2272 const SkPath* iterPath; local
2279 while (iter.next(&iterPath, &xpos)) {
2280 if (iterPath) {
2288 morphpath(&tmp, *iterPath, meas, m);
/external/skia/src/core/
H A DSkPaint.cpp1444 const SkPath* iterPath; local
1445 while (iter.next(&iterPath, &xpos)) {
1447 if (iterPath) {
1448 path->addPath(*iterPath, matrix);
1472 const SkPath* iterPath; local
1473 while (iter.next(&iterPath, NULL)) {
1475 if (iterPath) {
1476 path->addPath(*iterPath, matrix);
H A DSkDraw.cpp1472 const SkPath* iterPath; local
1475 while (iter.next(&iterPath, &xpos)) {
1477 if (iterPath) {
1480 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1482 this->drawPath(*iterPath, pnt, &matrix, false);
2272 const SkPath* iterPath; local
2279 while (iter.next(&iterPath, &xpos)) {
2280 if (iterPath) {
2288 morphpath(&tmp, *iterPath, meas, m);

Completed in 113 milliseconds