Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1324 int nLoadFlags = mnLoadFlags; in InitGlyphData() local
1333 if( (nLoadFlags & (FT_LOAD_NO_HINTING | FT_LOAD_NO_BITMAP)) == 0 ) in InitGlyphData()
1335 rc = FT_Load_Glyph( maFaceFT, aGlyphId, nLoadFlags|FT_LOAD_NO_HINTING ); in InitGlyphData()
1338 nLoadFlags |= FT_LOAD_NO_BITMAP; in InitGlyphData()
1343 rc = FT_Load_Glyph( maFaceFT, aGlyphId, nLoadFlags ); in InitGlyphData()
1413 FT_Int nLoadFlags = mnLoadFlags; in GetGlyphBitmap1() local
1417 nLoadFlags &= ~0xF0000; in GetGlyphBitmap1()
1418 nLoadFlags |= FT_LOAD_TARGET_MONO; in GetGlyphBitmap1()
1422 nLoadFlags |= FT_LOAD_NO_BITMAP; in GetGlyphBitmap1()
1428 nLoadFlags &= ~FT_LOAD_NO_HINTING; in GetGlyphBitmap1()
[all …]
H A Dgraphite_adaptors.cxx288 FT_Int nLoadFlags = mrFont.GetLoadFlags(); in getGlyphMetrics()
298 aStatus = FT_Load_Glyph(aFace, nGlyphId, nLoadFlags); in getGlyphMetrics()