Home | History | Annotate | Download | only in render

Lines Matching full:startindex

38   uint32_t startIndex = 0;
46 if (!pDevice->DrawTextPath(i - startIndex,
47 CharPosList.m_pCharPos + startIndex, font,
53 startIndex = i;
57 if (!pDevice->DrawTextPath(CharPosList.m_nChars - startIndex,
58 CharPosList.m_pCharPos + startIndex, font,
143 uint32_t startIndex = 0;
152 i - startIndex, CharPosList.m_pCharPos + startIndex, font,
157 startIndex = i;
161 if (!pDevice->DrawNormalText(CharPosList.m_nChars - startIndex,
162 CharPosList.m_pCharPos + startIndex, font,