Searched refs:meEmbeddedBitmap (Results 1 – 3 of 3) sorted by relevance
140 FontEmbeddedBitmap meEmbeddedBitmap; // whether the embedded bitmaps should be used member in ImplFontOptions147 meEmbeddedBitmap(EMBEDDEDBITMAP_DONTKNOW), in ImplFontOptions()155 meEmbeddedBitmap(eEmbeddedBitmap), in ImplFontOptions()163 bool DontUseEmbeddedBitmaps() const { return meEmbeddedBitmap == EMBEDDEDBITMAP_FALSE; } in DontUseEmbeddedBitmaps()
361 rDFA.meEmbeddedBitmap = EMBEDDEDBITMAP_DONTKNOW; in GetDevFontAttributes()
1164 rOptions.meEmbeddedBitmap = embitmap ? EMBEDDEDBITMAP_TRUE : EMBEDDEDBITMAP_FALSE; in getFontOptions()
Completed in 46 milliseconds