Lines Matching refs:f32
74 f32
75 AdjustCenterValue(f32 value) in AdjustCenterValue()
118 TextWriterBase<CharType>::SetLineHeight(f32 height) in SetLineHeight()
127 f32
146 f32
165 f32
221 f32
238 f32
285 f32
296 f32 width = VPrintf(format, vargs); in Printf()
303 f32
315 f32 width = Print(buffer, length); in VPrintf()
321 f32
335 f32 width = myCopy.PrintImpl(str, length); in Print()
356 f32
395 f32 limitLeft = 0; in CalcLineRectImpl()
396 f32 limitRight = 0; in CalcLineRectImpl()
409 f32 lineFeed = GetLineHeight() - GetLineSpace(); in CalcLineRectImpl()
500 f32 crntRight = limitRight; in CalcLineRectImpl()
519 f32 width = crntRight - limitLeft; in CalcLineRectImpl()
586 f32
596 f32 xOrigin = GetCursorX(); in PrintImpl()
597 f32 yOrigin = GetCursorY(); in PrintImpl()
598 f32 limitLeft = 0; in PrintImpl()
599 f32 limitRight = 0; in PrintImpl()
601 const f32 orgCursorY = yOrigin; in PrintImpl()
606 f32 textWidth = AdjustCursor(&xOrigin, &yOrigin, str, length); in PrintImpl()
607 f32 yCursorAdj = orgCursorY - GetCursorY(); in PrintImpl()
666 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl()
667 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in PrintImpl()
673 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl()
674 const f32 offset = textWidth - width; in PrintImpl()
680 const f32 width = GetCursorX() - context.xOrigin; in PrintImpl()
712 const f32 baseY = GetCursorY(); in PrintImpl()
714 f32 crntRight = limitRight; in PrintImpl()
733 f32 width = crntRight - limitLeft; in PrintImpl()
755 const f32 adj = - pFont->GetBaselinePos() * GetScaleV(); in PrintImpl()
775 const f32 width = GetCursorX() - context.xOrigin; in PrintImpl()
796 f32
798 f32* pXOrigin, in AdjustCursor()
799 f32* pYOrigin, in AdjustCursor()
804 f32 textWidth = 0; in AdjustCursor()
805 f32 textHeight = 0; in AdjustCursor()
849 const f32 width = CalcLineWidth(str, length); in AdjustCursor()
850 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in AdjustCursor()
855 const f32 width = CalcLineWidth(str, length); in AdjustCursor()
856 const f32 offset = textWidth - width; in AdjustCursor()