Searched refs:this_origin (Results 1 – 1 of 1) sorted by relevance
69 int* this_origin = bVertical ? &pGlyphAndPos[i].m_OriginY : &pGlyphAndPos[i].m_OriginX; in _AdjustGlyphSpace() local71 int space = (*next_origin) - (*this_origin); in _AdjustGlyphSpace()75 *this_origin += space > 0 ? -1 : 1; in _AdjustGlyphSpace()77 next_origin = this_origin; in _AdjustGlyphSpace()