Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/fntdemo/src/
Dfntdemo1.c218 f32 totalWidth; in GetStringWidth() local
221 totalWidth = 0.0F; in GetStringWidth()
226 totalWidth += width * scaleX; in GetStringWidth()
229 return totalWidth; in GetStringWidth()