Searched defs:text_flags (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
H A Dcfx_facecache.cpp221 int& text_flags) {
240 if (text_flags & FXTEXT_NO_NATIVETEXT) {
268 if (text_flags & FXTEXT_NO_NATIVETEXT) {
309 text_flags |= FXTEXT_NO_NATIVETEXT;
215 LoadGlyphBitmap(const CFX_Font* pFont, uint32_t glyph_index, bool bFontStyle, const CFX_Matrix* pMatrix, int dest_width, int anti_alias, int& text_flags) argument
H A Dcfx_renderdevice.cpp336 bool ShouldDrawDeviceText(const CFX_Font* pFont, uint32_t text_flags) { argument
338 if (text_flags & FXFONT_CIDFONT)
873 uint32_t text_flags) {
874 int nativetext_flags = text_flags;
876 if (!(text_flags & FXTEXT_PRINTGRAPHICTEXT)) {
877 if (ShouldDrawDeviceText(pFont, text_flags) &&
885 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) {
886 if (ShouldDrawDeviceText(pFont, text_flags) &&
902 !(text_flags & FXTEXT_PRINTIMAGETEXT))) {
905 (text_flags
867 DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, float font_size, const CFX_Matrix* pText2Device, uint32_t fill_color, uint32_t text_flags) argument
[all...]

Completed in 129 milliseconds