Searched refs:textPath (Results 1 – 5 of 5) sorted by relevance
/external/skia/docs/examples/ |
D | Region_setPath.cpp | 10 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());
|
D | Region_intersects.cpp | 10 SkPath textPath; 11 paint.getTextPath("W", 1, 20, 110, &textPath); 13 region.setPath(textPath, SkRegion({0, 0, 256, 256}));
|
D | Path_addRRect_2.cpp | 15 SkPath textPath; in draw() local 16 textPath.addRRect(rrect, SkPathDirection::kCW, start); in draw() 17 SkPathMeasure pathMeasure(textPath, false); in draw()
|
/external/skqp/docs/ |
D | SkRegion_Reference.bmh | 992 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}));
|
D | SkPath_Reference.bmh | 3558 SkPath textPath; 3559 textPath.addRRect(rrect, SkPath::kCW_Direction, start); 3560 SkPathMeasure pathMeasure(textPath, false);
|