Searched refs:FT_Pixel_Mode (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp25 // FT_LOAD_COLOR and the corresponding FT_Pixel_Mode::FT_PIXEL_MODE_BGRA
35 static FT_Pixel_Mode compute_pixel_mode(SkMask::Format format) {
157 SkDEBUGF(("FT_Pixel_Mode %d", bitmap.pixel_mode));
158 SkDEBUGFAIL("unsupported FT_Pixel_Mode for LCD16");
184 const FT_Pixel_Mode srcFormat = static_cast<FT_Pixel_Mode>(srcFTBitmap.pixel_mode);
247 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
248 SkDEBUGFAIL("unsupported combination of FT_Pixel_Mode and SkMask::Format");
310 inline SkColorType SkColorType_for_FTPixelMode(FT_Pixel_Mode pixel_mode) {
391 FT_Pixel_Mode pixel_mod
[all...]
/external/freetype/include/freetype/
H A Dftimage.h126 /* FT_Pixel_Mode */
193 } FT_Pixel_Mode; typedef in typeref:enum:FT_Pixel_Mode_
196 /* these constants are deprecated; use the corresponding `FT_Pixel_Mode' */
251 /* See @FT_Pixel_Mode for possible values. */
/external/pdfium/third_party/freetype/include/freetype/
H A Dftimage.h126 /* FT_Pixel_Mode */
193 } FT_Pixel_Mode; typedef in typeref:enum:FT_Pixel_Mode_
196 /* these constants are deprecated; use the corresponding `FT_Pixel_Mode' */
251 /* See @FT_Pixel_Mode for possible values. */

Completed in 35 milliseconds