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

/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp1402 const SkPath* iterPath; local
1405 while (iter.next(&iterPath, &xpos)) {
1407 if (iterPath) {
1410 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1412 this->drawPath(*iterPath, pnt, &matrix, false);
1956 const SkPath* iterPath; local
1963 while (iter.next(&iterPath, &xpos)) {
1964 if (iterPath) {
1972 morphpath(&tmp, *iterPath, meas, m);
H A DSkPaint.cpp1419 const SkPath* iterPath; local
1420 while (iter.next(&iterPath, &xpos)) {
1422 if (iterPath) {
1423 path->addPath(*iterPath, matrix);
1447 const SkPath* iterPath; local
1448 while (iter.next(&iterPath, NULL)) {
1450 if (iterPath) {
1451 path->addPath(*iterPath, matrix);
/external/skia/src/core/
H A DSkDraw.cpp1389 const SkPath* iterPath; local
1392 while (iter.next(&iterPath, &xpos)) {
1394 if (iterPath) {
1397 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1399 this->drawPath(*iterPath, pnt, &matrix, false);
1943 const SkPath* iterPath; local
1950 while (iter.next(&iterPath, &xpos)) {
1951 if (iterPath) {
1959 morphpath(&tmp, *iterPath, meas, m);
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);

Completed in 79 milliseconds