Lines Matching refs:mnGlyphCapacity
1093 int mnGlyphCapacity; member in UniscribeLayout
1245 mnGlyphCapacity( 0 ),
1431 mnGlyphCapacity = 16 + 4 * (nSubStringEnd - mnSubStringMin); // worst case assumption
1432 mpGlyphAdvances = new int[ mnGlyphCapacity ];
1433 mpOutGlyphs = new WORD[ mnGlyphCapacity ];
1434 mpGlyphOffsets = new GOFFSET[ mnGlyphCapacity ];
1435 mpVisualAttrs = new SCRIPT_VISATTR[ mnGlyphCapacity ];
1477 mnGlyphCapacity - rVisualItem.mnMinGlyphPos, // problem when >0xFFFF
1502 mnGlyphCapacity - rVisualItem.mnMinGlyphPos,
1859 mpGlyphs2Chars = new int[ mnGlyphCapacity ];
2105 mpGlyphs2Chars = new int[ mnGlyphCapacity ];
2436 mpJustifications = new int[ mnGlyphCapacity ];
2710 mpJustifications = new int[ mnGlyphCapacity ];
2711 for( i = 0; i < mnGlyphCapacity; ++i )