Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DFontBitmap.h9 static const uint32_t outlineWidth = 1; variable
DTextRenderer.cpp175 width += (glyphWidth - 1 - FontBitmap::outlineWidth) * mScale; in computeScaledStringWidth()
246 x += (glyphWidth - 1 - FontBitmap::outlineWidth) * mScale; in drawString()