Lines Matching refs:GetLength
140 int32_t length = text.GetLength(); in CalcTextInfo()
141 FX_DWORD* pCharCode = FX_Alloc(FX_DWORD, text.GetLength()); in CalcTextInfo()
143 for (int32_t j = 0; j < text.GetLength(); j++) { in CalcTextInfo()
204 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowDeviceChars()
223 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont, in ShowBitmapChars()
246 int32_t iLen = str.GetLength(); in ShowChars()
318 for (; i < contents.GetLength(); i++) in RenderBitmapResult()
322 if (m_locTextLoc != BC_TEXT_LOC_NONE && i < contents.GetLength()) { in RenderBitmapResult()
359 for (; i < contents.GetLength(); i++) in RenderDeviceResult()
363 if (m_locTextLoc != BC_TEXT_LOC_NONE && i < contents.GetLength()) { in RenderDeviceResult()
399 if (m_iDataLenth > 0 && contents.GetLength() != 0) { in RenderResult()
400 dataLengthScale = FX_FLOAT(contents.GetLength()) / FX_FLOAT(m_iDataLenth); in RenderResult()
402 if (m_iDataLenth > 0 && contents.GetLength() == 0) { in RenderResult()