Home | History | Annotate | Download | only in fxfa

Lines Matching defs:iChars

590       int32_t iChars = pPiece->iChars;
591 if (iCharCount < iChars) {
593 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars);
594 iCharCount = iChars;
984 int32_t iChars = pPiece->iChars;
985 for (int32_t i = 0; i < iChars; i++) {
1027 pTP->iChars = pPiece->m_iChars;
1163 int32_t iChars = GetDisplayPos(pPiece, pCharPos);
1164 if (iChars > 0) {
1169 for (int32_t j = 0; j < iChars; j++) {
1181 pCharPos[iChars - 1].m_Origin.x +
1182 pCharPos[iChars - 1].m_FontCharWidth * pPiece->fFontSize / 1000.0f;
1191 pt2.x = pCharPos[iChars - 1].m_Origin.x +
1192 pCharPos[iChars - 1].m_FontCharWidth * pPiece->fFontSize / 1000.0f;
1229 iChars = GetDisplayPos(pPiece, pCharPos);
1230 if (iChars < 1)
1233 fOrgX = pCharPos[iChars - 1].m_Origin.x +
1234 pCharPos[iChars - 1].m_FontCharWidth * pPiece->fFontSize / 1000.0f;
1236 iChars = GetDisplayPos(pPiece, pCharPos);
1237 if (iChars < 1)
1283 int32_t iLength = pPiece->iChars;