Searched refs:fSkewB (Results 1 – 1 of 1) sorted by relevance
7152 double fSkewB = fSkew; in drawVerticalGlyphs() local7163 fSkewA = -fSkewB; in drawVerticalGlyphs()7164 fSkewB = 0.0; in drawVerticalGlyphs()7173 fSkewA = fSkewB; in drawVerticalGlyphs()7174 fSkewB = 0.0; in drawVerticalGlyphs()7189 if( fSkewB != 0.0 || fSkewA != 0.0 ) in drawVerticalGlyphs()7190 aMat.skew( fSkewA, fSkewB ); in drawVerticalGlyphs()
Completed in 54 milliseconds