Searched refs:create_underline (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | texteffects.cpp | 18 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline() function 73 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); 128 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); 234 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize); 279 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
|
/external/skia/gm/ |
D | texteffects.cpp | 18 static SkPath create_underline(const SkTDArray<SkScalar>& intersections, in create_underline() function 73 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); 128 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize); 234 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize); 279 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
|