Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_textrenderer.cpp31 CFX_TextRenderOptions text_options; in GetTextRenderOptionsHelper() local
146 CFX_TextRenderOptions text_options = in DrawNormalText() local
/aosp_15_r20/external/googleapis/google/apps/drive/labels/v2/
H A Dfield.proto310 TextOptions text_options = 16; field
H A Drequests.proto233 Field.TextOptions text_options = 3; field
/aosp_15_r20/external/googleapis/google/apps/drive/labels/v2beta/
H A Dfield.proto310 TextOptions text_options = 16; field
H A Drequests.proto233 Field.TextOptions text_options = 3; field
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_glyphcache.cpp258 CFX_TextRenderOptions* text_options) { in LoadGlyphBitmap()
H A Dcfx_renderdevice.cpp1019 CFX_TextRenderOptions text_options(options); in DrawNormalText() local
/aosp_15_r20/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp182 SkFont::Edging GetFontEdgingType(const CFX_TextRenderOptions& text_options) { in GetFontEdgingType()