OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawTextRun
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
CanvasTests.java
596
new Canvas(getMutableBitmap()).
drawTextRun
((char[]) null, 0, 0,
603
new Canvas(getMutableBitmap()).
drawTextRun
((CharSequence) null, 0, 0,
610
new Canvas(getMutableBitmap()).
drawTextRun
("android".toCharArray(), 0, 0,
617
new Canvas(getMutableBitmap()).
drawTextRun
("android", 0, 0, 0,
627
new Canvas(getMutableBitmap()).
drawTextRun
(text.toCharArray(), -1, text.length(),
637
new Canvas(getMutableBitmap()).
drawTextRun
(text.toCharArray(), 0, -1,
647
new Canvas(getMutableBitmap()).
drawTextRun
(text.toCharArray(), 0, text.length(),
658
new Canvas(getMutableBitmap()).
drawTextRun
(text, 0, text.length(), 0,
670
new Canvas(getMutableBitmap()).
drawTextRun
(text.toCharArray(), 0,
681
new Canvas(getMutableBitmap()).
drawTextRun
(text, 0, text.length(), -1
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/text/cts/
MeasuredTextTest.java
328
ssbCanvas.
drawTextRun
(ssb, 0, ssb.length(), 0, ssb.length(),
343
mtCanvas.
drawTextRun
(mt, 0, text.length(), 0, text.length(),
359
mt2Canvas.
drawTextRun
(mt2, 0, text.length(), 0, text.length(),
372
pctCanvas.
drawTextRun
(pct, 0, text.length(), 0, text.length(),
/cts/tests/tests/text/src/android/text/cts/
PrecomputedTextTest.java
653
c.
drawTextRun
(cs, start, end, ctxStart, ctxEnd, 0, 0, false /* isRtl */, paint);
Completed in 76 milliseconds