Lines Matching full:textsize
234 SkScalar uPos, SkScalar uWidth, SkScalar textSize) {
240 if (start > last && last + textSize / 12 < start) {
273 for (SkScalar textSize = 100; textSize > 10; textSize -= 20) {
274 paint.setTextSize(textSize);
275 const SkScalar uWidth = textSize / 15;
287 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
291 canvas->translate(0, textSize * 1.3f);
317 for (SkScalar textSize = 100; textSize > 10; textSize -= 20) {
318 paint.setTextSize(textSize);
319 const SkScalar uWidth = textSize / 15;
332 pos[index].fY = textPt.fY + (textSize / 25) * (index % 4);
342 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
346 canvas->translate(0, textSize * 1.3f);
358 for (SkScalar textSize = 100; textSize > 10; textSize -= 20) {
359 paint.setTextSize(textSize);
360 SkScalar uWidth = textSize / 15;
375 pos[index].fY = textPt.fY - (textSize / 50) * (index / 5) + textSize / 50 * 4;
385 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
388 canvas->translate(0, textSize * 1.3f);