Searched defs:computeScaledStringWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp147 float TextRenderer::computeScaledStringWidth(const String8& str8) const { function in class:TextRenderer
155 return computeScaledStringWidth(str, strlen(str));
167 float TextRenderer::computeScaledStringWidth(const char* str,
276 float stringWidth = computeScaledStringWidth(str);
326 float stringWidth = computeScaledStringWidth(str, len);
334 stringWidth = computeScaledStringWidth(str, i);

Completed in 115 milliseconds