Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx199 for (gi = iGlyphs.first + nGlyphIndex; in fill_from()
200 nGlyphIndex >= 0 && nGlyphIndex < nGlyphs; in fill_from()
201 nGlyphIndex+= nDelta, gi = iGlyphs.first + nGlyphIndex) in fill_from()
287 nFirstGlyphInCluster != nGlyphIndex) in fill_from()
1217 int nGlyphIndex = -1; in kashidaJustify() local
1221 nGlyphIndex++; in kashidaJustify()
1252 i = mvGlyphs.begin() + nGlyphIndex; in kashidaJustify()
1254 i = mvGlyphs.begin() + nGlyphIndex; in kashidaJustify()
1255 nGlyphIndex += nKashidaCount; in kashidaJustify()
1501 nGlyphIndex++; in MoveGlyph()
[all …]
H A Dgcach_layout.cxx280 LEGlyphID nGlyphIndex = mrServerFont.GetRawGlyphIndex( ch ); in mapCharToGlyph() local
281 return nGlyphIndex; in mapCharToGlyph()
313 void IcuFontFromServerFont::getGlyphAdvance( LEGlyphID nGlyphIndex, in getGlyphAdvance() argument
316 if( (nGlyphIndex == ICU_MARKED_GLYPH) in getGlyphAdvance()
317 || (nGlyphIndex == ICU_DELETED_GLYPH) ) in getGlyphAdvance()
482 LEGlyphID nGlyphIndex = pIcuGlyphs[i]; in operator ()() local
484 if( (nGlyphIndex == ICU_MARKED_GLYPH) in operator ()()
485 || (nGlyphIndex == ICU_DELETED_GLYPH) ) in operator ()()
500 if( !nGlyphIndex ) in operator ()()
532 nGlyphIndex = rFont.FixupGlyphIndex( nGlyphIndex, aChar ); in operator ()()
[all …]
H A Dgcach_ftyp.cxx1217 int nGlyphIndex = mpFontInfo->GetGlyphIndex( aChar ); in GetRawGlyphIndex() local
1218 if( nGlyphIndex < 0 ) in GetRawGlyphIndex()
1220 nGlyphIndex = FT_Get_Char_Index( maFaceFT, aChar ); in GetRawGlyphIndex()
1221 if( !nGlyphIndex) in GetRawGlyphIndex()
1228 if (!nGlyphIndex) in GetRawGlyphIndex()
1232 mpFontInfo->CacheGlyphIndex( aChar, nGlyphIndex ); in GetRawGlyphIndex()
1235 return sal_GlyphId( nGlyphIndex); in GetRawGlyphIndex()
1802 FT_UInt nGlyphIndex; in GetFontCodeRanges() local
1805 if( !nGlyphIndex ) in GetFontCodeRanges()
2069 sal_uInt16 nGlyphIndex = GetGlyphIndex( aChar ); in GetKernPairs() local
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx451 int getFDSelect( int nGlyphIndex) const;
1786 assert( nGlyphIndex >= 0); in getFDSelect()
1787 assert( nGlyphIndex < mnCharStrCount); in getFDSelect()
1795 pReadPtr += nGlyphIndex; in getFDSelect()
1811 if( nGlyphIndex < nNext) in getFDSelect()
1830 if( nGlyphIndex == 0) in getGlyphSID()
1832 assert( nGlyphIndex >= 0); in getGlyphSID()
1833 assert( nGlyphIndex < mnCharStrCount); in getGlyphSID()
1834 if( (nGlyphIndex < 0) || (nGlyphIndex >= mnCharStrCount)) in getGlyphSID()
1840 int nGlyphsToSkip = nGlyphIndex - 1; in getGlyphSID()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx164 const int nGlyphIndex = GetGlyphIndex( cChar ); in HasChar() local
165 bHasChar = (nGlyphIndex != 0); // not the notdef-glyph in HasChar()
195 int nGlyphIndex = cChar - mpRangeCodes[ nRange ]; in GetGlyphIndex() local
199 nGlyphIndex += nStartIndex; in GetGlyphIndex()
202 nGlyphIndex = mpGlyphIds[ nGlyphIndex - nStartIndex]; in GetGlyphIndex()
205 return nGlyphIndex; in GetGlyphIndex()
443 const int nGlyphIndex = Getsal_uInt16( pGlyphIdPtr ) + nGlyphDelta; in ParseCMAP() local
444 aGlyphIdArray.push_back( static_cast<sal_uInt16>(nGlyphIndex) ); in ParseCMAP()

Completed in 62 milliseconds