Searched refs:nXformLen (Results 1 – 1 of 1) sorted by relevance
792 int nXformLen = 0; in GetCompoundTTOutline() local793 if (flags & WE_HAVE_A_SCALE) nXformLen = 2; in GetCompoundTTOutline()794 else if (flags & WE_HAVE_AN_X_AND_Y_SCALE) nXformLen = 4; in GetCompoundTTOutline()795 else if (flags & WE_HAVE_A_TWO_BY_TWO) nXformLen = 8; in GetCompoundTTOutline()796 if (ptr + nXformLen > pEnd) in GetCompoundTTOutline()