Searched defs:FT_LOAD_COLOR (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp25 // FT_LOAD_COLOR and the corresponding FT_Pixel_Mode::FT_PIXEL_MODE_BGRA
28 #ifndef FT_LOAD_COLOR
29 # define FT_LOAD_COLOR ( 1L << 20 ) macro
H A DSkFontHost_FreeType.cpp65 // FT_LOAD_COLOR and the corresponding FT_Pixel_Mode::FT_PIXEL_MODE_BGRA
68 #ifndef FT_LOAD_COLOR
69 # define FT_LOAD_COLOR ( 1L << 20 ) macro
996 loadFlags |= FT_LOAD_COLOR;
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp25 // FT_LOAD_COLOR and the corresponding FT_Pixel_Mode::FT_PIXEL_MODE_BGRA
28 #ifndef FT_LOAD_COLOR
29 # define FT_LOAD_COLOR ( 1L << 20 ) macro
H A DSkFontHost_FreeType.cpp65 // FT_LOAD_COLOR and the corresponding FT_Pixel_Mode::FT_PIXEL_MODE_BGRA
68 #ifndef FT_LOAD_COLOR
69 # define FT_LOAD_COLOR ( 1L << 20 ) macro
997 loadFlags |= FT_LOAD_COLOR;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h2526 * FT_LOAD_COLOR ::
2572 #define FT_LOAD_COLOR ( 1L << 20 ) macro
/external/freetype/include/
H A Dfreetype.h1117 /* use @FT_LOAD_COLOR. */
2591 * FT_LOAD_COLOR ::
2637 #define FT_LOAD_COLOR ( 1L << 20 ) macro
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h2539 * FT_LOAD_COLOR ::
2585 #define FT_LOAD_COLOR ( 1L << 20 ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h2539 * FT_LOAD_COLOR ::
2585 #define FT_LOAD_COLOR ( 1L << 20 ) macro

Completed in 4171 milliseconds