OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawTextRun
(Results
1 - 2
of
2
) sorted by null
/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 56 milliseconds