HomeSort by relevance Sort by last modified time
    Searched refs:computeScaledStringWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/screenrecord/
TextRenderer.h 99 float computeScaledStringWidth(const String8& str8) const;
102 float computeScaledStringWidth(const char* str, size_t len) const;
TextRenderer.cpp 149 float TextRenderer::computeScaledStringWidth(const String8& str8) const {
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 178 milliseconds