Home
last modified time | relevance | path

Searched refs:pG (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dsallayout.cxx1008 for( const GlyphItem* pG = mpGlyphItems; pG < pEnd; ++pG ) in GetCharWidths() local
1011 if( !pG->IsClusterStart() ) in GetCharWidths()
1014 int n = pG->mnCharPos; in GetCharWidths()
1022 long nXPosMin = pG->maLinearPos.X(); in GetCharWidths()
1023 long nXPosMax = nXPosMin + pG->mnNewWidth; in GetCharWidths()
1028 while( (pG+1 < pEnd) && !pG[1].IsClusterStart() ) in GetCharWidths()
1031 ++pG; in GetCharWidths()
1033 if( pG->IsDiacritic() ) in GetCharWidths()
1036 long nXPos = pG->maLinearPos.X(); in GetCharWidths()
1041 nXPos += pG->mnNewWidth; in GetCharWidths()
[all …]