Home
last modified time | relevance | path

Searched defs:text_options (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp31 CFX_TextRenderOptions text_options; in GetTextRenderOptionsHelper() local
146 CFX_TextRenderOptions text_options = in DrawNormalText() local
/external/pdfium/core/fxge/
Dcfx_glyphcache.cpp258 CFX_TextRenderOptions* text_options) { in LoadGlyphBitmap()
Dcfx_renderdevice.cpp1019 CFX_TextRenderOptions text_options(options); in DrawNormalText() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp240 SkFont::Edging GetFontEdgingType(const CFX_TextRenderOptions& text_options) { in GetFontEdgingType()