OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBreaks
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java
102
private static int[]
getBreaks
(CharSequence source) {
103
return
getBreaks
(source, WIDTH);
106
private static int[]
getBreaks
(CharSequence source, int width) {
345
int[] breaks =
getBreaks
(text);
370
int[] breaks =
getBreaks
(text);
427
int[] breaks =
getBreaks
(text, 15);
/frameworks/minikin/include/minikin/
LineBreaker.h
167
const int*
getBreaks
() const {
Completed in 42 milliseconds