Home
last modified time | relevance | path

Searched refs:computeScaledStringWidth (Results 1 – 2 of 2) sorted by relevance

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