Home
last modified time | relevance | path

Searched refs:FXTEXT_CLEARTYPE (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/reflow/
Dreflowedpage.cpp492 … m_pDisplayMatrix, pCharData->m_pCharState->m_Color + 0xff000000, FXTEXT_CLEARTYPE); in Display()
495 … NULL, pCharData->m_pCharState->m_fFontSize, m_pDisplayMatrix, m_DisplayColor, FXTEXT_CLEARTYPE); in Display()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp661 FXGE_flags |= FXTEXT_CLEARTYPE; in DrawNormalText()
679 FXGE_flags = FXTEXT_CLEARTYPE; in DrawNormalText()
/external/pdfium/core/include/fxge/
Dfx_ge.h289 #define FXTEXT_CLEARTYPE 0x01 macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp183 bClearType = text_flags & FXTEXT_CLEARTYPE; in DrawNormalText()