Home
last modified time | relevance | path

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

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