Home | History | Annotate | Download | only in graphics

Lines Matching full:measure

794      * @param text  The text to measure
796 * @param count THe number of characters to measure, beginning with start
843 // in case no font can display the char, measure it with the main font.
858 * @param text The text to measure
860 * @param end 1 beyond the index of the last character to measure
871 * @param text The text to measure
904 * Measure the text, stopping early if the measured width exceeds maxWidth.
908 * @param text The text to measure
910 * @param count The number of maximum number of entries to measure. If count
937 // measure from start to end
957 * Measure the text, stopping early if the measured width exceeds maxWidth.
961 * @param text The text to measure
962 * @param measureForwards If true, measure forwards, starting at index.
963 * Otherwise, measure backwards, starting with the
980 * Measure the text, stopping early if the measured width exceeds maxWidth.
984 * @param text The text to measure
986 * @param end The end of the text slice to measure.
987 * @param measureForwards If true, measure forwards, starting at start.
988 * Otherwise, measure backwards, starting with end.
1015 * @param text The text to measure
1016 * @param index The index of the first char to to measure
1017 * @param count The number of chars starting with index to measure
1060 * @param text The text to measure
1061 * @param start The index of the first char to to measure
1062 * @param end The end of the text slice to measure
1162 * @param text String to measure and return its bounds
1163 * @param start Index of the first char in the string to measure
1164 * @param end 1 past the last char in the string measure
1184 * @param text Array of chars to measure and return their unioned bounds
1185 * @param index Index of the first char in the array to measure
1186 * @param count The number of chars, beginning at index, to measure