Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_textrenderoptions.h25 : aliasing_type(type) {} in CFX_TextRenderOptions()
32 return aliasing_type == kAntiAliasing || aliasing_type == kLcd; in IsSmooth()
36 AliasingType aliasing_type = kAntiAliasing; member
47 return lhs.aliasing_type == rhs.aliasing_type &&
Dcfx_renderdevice.cpp1079 text_options.aliasing_type = CFX_TextRenderOptions::kAntiAliasing; in DrawNormalText()
1096 options.aliasing_type != CFX_TextRenderOptions::kLcd; in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp37 text_options.aliasing_type = CFX_TextRenderOptions::kAliasing; in GetTextRenderOptionsHelper()
39 text_options.aliasing_type = CFX_TextRenderOptions::kLcd; in GetTextRenderOptionsHelper()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp180 if (text_options.aliasing_type == CFX_TextRenderOptions::kAliasing) in GetFontEdgingType()
183 if (text_options.aliasing_type == CFX_TextRenderOptions::kAntiAliasing) in GetFontEdgingType()
186 DCHECK_EQ(text_options.aliasing_type, CFX_TextRenderOptions::kLcd); in GetFontEdgingType()