Home
last modified time | relevance | path

Searched refs:textPath (Results 1 – 5 of 5) sorted by relevance

/external/skia/docs/examples/
DRegion_setPath.cpp10 SkPath textPath;
11 paint.getTextPath("Q", 1, 0, 110, &textPath);
15 region.setPath(textPath, clipRegion);
18 textPath.offset(100, 0);
20 canvas->drawPath(textPath, SkPaint());
DRegion_intersects.cpp10 SkPath textPath;
11 paint.getTextPath("W", 1, 20, 110, &textPath);
13 region.setPath(textPath, SkRegion({0, 0, 256, 256}));
DPath_addRRect_2.cpp15 SkPath textPath; in draw() local
16 textPath.addRRect(rrect, SkPathDirection::kCW, start); in draw()
17 SkPathMeasure pathMeasure(textPath, false); in draw()
/external/skqp/docs/
DSkRegion_Reference.bmh992 SkPath textPath;
993 paint.getTextPath("Q", 1, 0, 110, &textPath);
997 region.setPath(textPath, clipRegion);
1000 textPath.offset(100, 0);
1002 canvas->drawPath(textPath, SkPaint());
1021 SkPath textPath;
1022 paint.getTextPath("W", 1, 20, 110, &textPath);
1024 region.setPath(textPath, SkRegion({0, 0, 256, 256}));
DSkPath_Reference.bmh3558 SkPath textPath;
3559 textPath.addRRect(rrect, SkPath::kCW_Direction, start);
3560 SkPathMeasure pathMeasure(textPath, false);