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

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1458 const SkPath* iterPath; local
1459 while (iter.next(&iterPath, &xpos)) {
1461 if (iterPath) {
1462 path->addPath(*iterPath, matrix);
1486 const SkPath* iterPath; local
1487 while (iter.next(&iterPath, NULL)) {
1489 if (iterPath) {
1490 path->addPath(*iterPath, matrix);
H A DSkDraw.cpp1436 const SkPath* iterPath; local
1439 while (iter.next(&iterPath, &xpos)) {
1441 if (iterPath) {
1444 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1446 this->drawPath(*iterPath, pnt, &matrix, false);
2140 const SkPath* iterPath; local
2147 while (iter.next(&iterPath, &xpos)) {
2148 if (iterPath) {
2156 morphpath(&tmp, *iterPath, meas, m);
/external/skia/src/core/
H A DSkDraw.cpp1482 const SkPath* iterPath; local
1485 while (iter.next(&iterPath, &xpos)) {
1487 if (iterPath) {
1490 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1492 this->drawPath(*iterPath, pnt, &matrix, false);
2186 const SkPath* iterPath; local
2193 while (iter.next(&iterPath, &xpos)) {
2194 if (iterPath) {
2202 morphpath(&tmp, *iterPath, meas, m);
H A DSkPaint.cpp1459 const SkPath* iterPath; local
1460 while (iter.next(&iterPath, &xpos)) {
1462 if (iterPath) {
1463 path->addPath(*iterPath, matrix);
1487 const SkPath* iterPath; local
1488 while (iter.next(&iterPath, NULL)) {
1490 if (iterPath) {
1491 path->addPath(*iterPath, matrix);

Completed in 282 milliseconds