Lines Matching refs:drawText
118 canvas.drawText(str + ' normal', 10, 100, fontPaint, font);
120 canvas.drawText('null terminator ->\u0000<- on purpose', 10, 150, fontPaint, font);
242 …canvas.drawText(`The following should be ${inputs.length + 1} lines of text:`, 5, 30, fontPaint, d…
252 canvas.drawText(fontType.type + ' loaded', 5, fontType.y, fontPaint, font);
254 … canvas.drawText(fontType.type + ' *not* loaded', 5, fontType.y, fontPaint, defaultFont);
267 canvas.drawText('.ttc loaded', 5, 180, fontPaint, defaultFont);
270 canvas.drawText('.ttc *not* loaded', 5, 180, fontPaint, defaultFont);
314 canvas.drawText('Default', 5, 5, textPaint, annotationFont);
315 canvas.drawText('Alias', 5, 25, textPaint, annotationFont);
316 canvas.drawText('AntiAlias', 5, 45, textPaint, annotationFont);
317 canvas.drawText('Subpixel', 5, 65, textPaint, annotationFont);
321 canvas.drawText('SEA', 35, 15, textPaint, testFont);
323 canvas.drawText('SEA', 35, 35, textPaint, testFont);
325 canvas.drawText('SEA', 35, 55, textPaint, testFont);
327 canvas.drawText('SEA', 35, 75, textPaint, testFont);