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

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp149 float TextRenderer::computeScaledStringWidth(const String8& str8) const { function in class:TextRenderer
157 return computeScaledStringWidth(str, strlen(str));
169 float TextRenderer::computeScaledStringWidth(const char* str,
278 float stringWidth = computeScaledStringWidth(str);
328 float stringWidth = computeScaledStringWidth(str, len);
336 stringWidth = computeScaledStringWidth(str, i);

Completed in 289 milliseconds