Lines Matching refs:f32

72 f32
73 AdjustCenterValue(f32 value) in AdjustCenterValue()
116 TextWriterBase<CharType>::SetLineHeight(f32 height) in SetLineHeight()
125 f32
144 f32
163 f32
219 f32
236 f32
283 f32
294 f32 width = VPrintf(format, vargs); in Printf()
301 f32
313 f32 width = Print(buffer, length); in VPrintf()
319 f32
333 f32 width = myCopy.PrintImpl(str, length); in Print()
354 f32
393 f32 limitLeft = 0; in CalcLineRectImpl()
394 f32 limitRight = 0; in CalcLineRectImpl()
407 f32 lineFeed = GetLineHeight() - GetLineSpace(); in CalcLineRectImpl()
498 f32 crntRight = limitRight; in CalcLineRectImpl()
517 f32 width = crntRight - limitLeft; in CalcLineRectImpl()
584 f32
594 f32 xOrigin = GetCursorX(); in PrintImpl()
595 f32 yOrigin = GetCursorY(); in PrintImpl()
596 f32 limitLeft = 0; in PrintImpl()
597 f32 limitRight = 0; in PrintImpl()
599 const f32 orgCursorY = yOrigin; in PrintImpl()
604 f32 textWidth = AdjustCursor(&xOrigin, &yOrigin, str, length); in PrintImpl()
605 f32 yCursorAdj = orgCursorY - GetCursorY(); in PrintImpl()
664 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl()
665 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in PrintImpl()
671 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl()
672 const f32 offset = textWidth - width; in PrintImpl()
678 const f32 width = GetCursorX() - context.xOrigin; in PrintImpl()
710 const f32 baseY = GetCursorY(); in PrintImpl()
712 f32 crntRight = limitRight; in PrintImpl()
731 f32 width = crntRight - limitLeft; in PrintImpl()
753 const f32 adj = - pFont->GetBaselinePos() * GetScaleV(); in PrintImpl()
773 const f32 width = GetCursorX() - context.xOrigin; in PrintImpl()
794 f32
796 f32* pXOrigin, in AdjustCursor()
797 f32* pYOrigin, in AdjustCursor()
802 f32 textWidth = 0; in AdjustCursor()
803 f32 textHeight = 0; in AdjustCursor()
847 const f32 width = CalcLineWidth(str, length); in AdjustCursor()
848 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in AdjustCursor()
853 const f32 width = CalcLineWidth(str, length); in AdjustCursor()
854 const f32 offset = textWidth - width; in AdjustCursor()