Lines Matching refs:mpDeltaY
96 mutable Fixed* mpDeltaY; // vertical offset from the baseline member in ATSLayout
140 mpDeltaY( NULL ), in ATSLayout()
149 if( mpDeltaY ) in ~ATSLayout()
151 kATSUDirectDataBaselineDeltaFixedArray, (void**)&mpDeltaY ); in ~ATSLayout()
519 if( mpDeltaY ) in GetNextGlyphs()
520 nYOffset = mpDeltaY[ nStart ]; in GetNextGlyphs()
582 if( mpDeltaY ) in GetNextGlyphs()
583 if( mpDeltaY[nStart-1] != mpDeltaY[nStart] ) in GetNextGlyphs()
1031 if( mpDeltaY != NULL ) in GetDeltaY()
1043 (void**)&mpDeltaY, &nDeltaCount ); in GetDeltaY()
1049 if( mpDeltaY == NULL ) in GetDeltaY()
1056 kATSUDirectDataBaselineDeltaFixedArray, (void**)&mpDeltaY ); in GetDeltaY()
1057 mpDeltaY = NULL; in GetDeltaY()
1079 DELETEAZ( mpDeltaY ); in InvalidateMeasurements()