Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DTextRenderer.cpp197 float fullTexWidth = FontBitmap::width; in drawString() local
211 float texLeft = mXOffset[chi] / fullTexWidth; in drawString()
212 float texRight = (mXOffset[chi] + glyphWidth) / fullTexWidth; in drawString()