Lines Matching refs:mpGlyphAdvances

160     int*            mpGlyphAdvances;    // if possible this is shared with mpGlyphAdvances[]  member in Os2SalLayout
203 mpGlyphAdvances( NULL ), in Os2SalLayout()
224 if( mpCharWidths != mpGlyphAdvances ) in ~Os2SalLayout()
227 delete[] mpGlyphAdvances; in ~Os2SalLayout()
337 mpGlyphAdvances = new int[ mnGlyphCount ];
373 mpGlyphAdvances[ i ] = nGlyphWidth;
378 mpGlyphAdvances[ i+1 ] = 0;
422 mnWidth += mnNotdefWidth - mpGlyphAdvances[i];
423 mpGlyphAdvances[i] = mnNotdefWidth;
439 mpGlyphOrigAdvs[i] = mpGlyphAdvances[i];
451 mpGlyphAdvances[ i-1 ] += nKernAmount;
466 nDelta = (nDelta * mpGlyphAdvances[i-1] + 2) / 4;
467 mpGlyphAdvances[i-1] += nDelta;
476 mpCharWidths = mpGlyphAdvances;
486 mpCharWidths[ j ] += mpGlyphAdvances[ i ];
497 if( mpGlyphAdvances != mpCharWidths )
499 mpGlyphAdvances[ i ] *= mfFontScale;
500 if( mpGlyphOrigAdvs && (mpGlyphOrigAdvs != mpGlyphAdvances) )
521 nXOffset += mpGlyphAdvances[ i ];
554 *(pGlyphAdvances++) = mpGlyphAdvances[ nStart ];
571 if( mpGlyphAdvances[nStart-1] != mpGlyphOrigAdvs[nStart-1] )
600 (LONG*)mpGlyphAdvances, 0);
605 (LONG*)mpGlyphAdvances, 0);
615 (LONG*)mpGlyphAdvances, 0);
628 mnWidth += mpGlyphAdvances[ i ];
676 nXPos += mpGlyphAdvances[ i>>1 ];
704 nXPos += mpGlyphAdvances[ i ];
724 nOldWidth -= mpGlyphAdvances[ nRight ];
725 nNewWidth -= mpGlyphAdvances[ nRight ];
730 if( mpGlyphAdvances[i] >= 0 )
737 if( mpGlyphAdvances[i] <= 0 )
740 mpGlyphAdvances[i] += nDeltaWidth;
761 if( mpCharWidths != mpGlyphAdvances )
768 mpCharWidths[ i ] = mpGlyphAdvances[ i ];
779 mpCharWidths[ j ] += mpGlyphAdvances[ i ];
799 nOldWidth += mpGlyphAdvances[ j ];
817 mpGlyphOrigAdvs[ i ] = mpGlyphAdvances[ i ];
825 mpGlyphAdvances[j] = pDXArray[i] - mnWidth;
841 nXPos += mpGlyphAdvances[i];
853 mpGlyphAdvances[ nStart-1 ] += nDelta;
884 mpCharWidths[ k ] = mpGlyphAdvances[ k ];
894 mnWidth -= mpGlyphAdvances[ i ];
906 mpGlyphOrigAdvs[ k ] = mpGlyphAdvances[ k ];
916 int nDroppedWidth = mpGlyphAdvances[ i ];
917 mpGlyphAdvances[ i ] = 0;
919 mpGlyphAdvances[ nNewGC-1 ] += nDroppedWidth;
934 mpGlyphAdvances[ nNewGC ] = mpGlyphAdvances[ i ];