Home | History | Annotate | Download | only in apple

Lines Matching defs:char_pos

911             const FXTEXT_CHARPOS* char_pos = pCharPos + i;

916 if (char_pos->m_bGlyphAdjust) {
917 glphy_matrix.Concat(char_pos->m_AdjustMatrix[0],
918 char_pos->m_AdjustMatrix[1],
919 char_pos->m_AdjustMatrix[2],
920 char_pos->m_AdjustMatrix[3], 0, 0);
922 ret = CG_DrawGlypRun(1, char_pos, pFont, pCache, &glphy_matrix, pObject2Device, font_size, color, alpha_flag, pIccTransform);