Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dreflowedpage.cpp495 … m_pDisplayMatrix, pCharData->m_pCharState->m_Color + 0xff000000, FXTEXT_CLEARTYPE); in Display()
498 … NULL, pCharData->m_pCharState->m_fFontSize, m_pDisplayMatrix, m_DisplayColor, FXTEXT_CLEARTYPE); in Display()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp675 FXGE_flags |= FXTEXT_CLEARTYPE; in DrawNormalText()
693 FXGE_flags = FXTEXT_CLEARTYPE; in DrawNormalText()
/external/pdfium/core/include/fxge/
Dfx_ge.h293 #define FXTEXT_CLEARTYPE 0x01 macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp205 bClearType = text_flags & FXTEXT_CLEARTYPE; in DrawNormalText()