Searched refs:getCharWidthAt (Results 1 – 4 of 4) sorted by relevance
801 width += measuredPara.getCharWidthAt(j); in generate()1085 float w = measured.getCharWidthAt(i - 1 + lineStart - widthStart);1088 && measured.getCharWidthAt(i + lineStart - widthStart) == 0.0f) {1110 float w = measured.getCharWidthAt(i + lineStart - widthStart);1133 float w = measured.getCharWidthAt(right - 1 + lineStart - widthStart);1137 && measured.getCharWidthAt(right + lineStart - widthStart)1148 float w = measured.getCharWidthAt(left + lineStart - widthStart);
616 public float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in PrecomputedText621 return getMeasuredParagraph(paraIndex).getCharWidthAt(offset - paraStart); in getCharWidthAt()
293 public float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in MeasuredParagraph294 return mMeasuredText.getCharWidthAt(offset); in getCharWidthAt()
124 public @FloatRange(from = 0.0f) @Px float getCharWidthAt(@IntRange(from = 0) int offset) { in getCharWidthAt() method in MeasuredText