Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DTextRenderer.cpp58 offset += FontBitmap::glyphWidth[i] + 1; in initXOffset()
174 float glyphWidth = FontBitmap::glyphWidth[chi]; in computeScaledStringWidth() local
175 width += (glyphWidth - 1 - FontBitmap::outlineWidth) * mScale; in computeScaledStringWidth()
201 float glyphWidth = FontBitmap::glyphWidth[chi]; in drawString() local
205 float vertRight = x + glyphWidth * mScale; in drawString()
212 float texRight = (mXOffset[chi] + glyphWidth) / fullTexWidth; in drawString()
246 x += (glyphWidth - 1 - FontBitmap::outlineWidth) * mScale; in drawString()
DFontBitmap.h12 static const uint16_t glyphWidth[]; variable
6544 const uint16_t FontBitmap::glyphWidth[] = {