OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FXFT_RENDER_MODE_LCD
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp
59
if (anti_alias ==
FXFT_RENDER_MODE_LCD
) {
253
anti_alias =
FXFT_RENDER_MODE_LCD
;
259
anti_alias =
FXFT_RENDER_MODE_LCD
;
262
anti_alias =
FXFT_RENDER_MODE_LCD
;
286
if (anti_alias <
FXFT_RENDER_MODE_LCD
) {
306
if (anti_alias <
FXFT_RENDER_MODE_LCD
&& nChars > 1) {
379
if (anti_alias ==
FXFT_RENDER_MODE_LCD
) {
[
all
...]
/external/pdfium/core/include/fxge/
fx_freetype.h
35
#define
FXFT_RENDER_MODE_LCD
FT_RENDER_MODE_LCD
Completed in 544 milliseconds