HomeSort by relevance Sort by last modified time
    Searched refs:FT_Pixel_Mode (Results 1 - 5 of 5) sorted by null

  /external/freetype/include/freetype/
ftimage.h 126 /* FT_Pixel_Mode */
193 } FT_Pixel_Mode;
196 /* these constants are deprecated; use the corresponding `FT_Pixel_Mode' */
251 /* See @FT_Pixel_Mode for possible values. */
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 126 /* FT_Pixel_Mode */
193 } FT_Pixel_Mode;
196 /* these constants are deprecated; use the corresponding `FT_Pixel_Mode' */
251 /* See @FT_Pixel_Mode for possible values. */
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 25 // FT_LOAD_COLOR and the corresponding FT_Pixel_Mode::FT_PIXEL_MODE_BGRA
53 FT_Pixel_Mode compute_pixel_mode(SkMask::Format format) {
175 SkDEBUGF(("FT_Pixel_Mode %d", bitmap.pixel_mode));
176 SkDEBUGFAIL("unsupported FT_Pixel_Mode for LCD16");
212 const FT_Pixel_Mode srcFormat = static_cast<FT_Pixel_Mode>(srcFTBitmap.pixel_mode);
275 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
276 SkDEBUGFAIL("unsupported combination of FT_Pixel_Mode and SkMask::Format");
338 inline SkColorType SkColorType_for_FTPixelMode(FT_Pixel_Mode pixel_mode) {
346 SkDEBUGFAIL("unsupported FT_PIXEL_MODE");
    [all...]
  /external/skqp/src/ports/
SkFontHost_FreeType_common.cpp 25 // FT_LOAD_COLOR and the corresponding FT_Pixel_Mode::FT_PIXEL_MODE_BGRA
53 FT_Pixel_Mode compute_pixel_mode(SkMask::Format format) {
175 SkDEBUGF(("FT_Pixel_Mode %d", bitmap.pixel_mode));
176 SkDEBUGFAIL("unsupported FT_Pixel_Mode for LCD16");
212 const FT_Pixel_Mode srcFormat = static_cast<FT_Pixel_Mode>(srcFTBitmap.pixel_mode);
275 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
276 SkDEBUGFAIL("unsupported combination of FT_Pixel_Mode and SkMask::Format");
338 inline SkColorType SkColorType_for_FTPixelMode(FT_Pixel_Mode pixel_mode) {
346 SkDEBUGFAIL("unsupported FT_PIXEL_MODE");
    [all...]
  /external/freetype/src/base/
ftobjs.c 341 FT_Pixel_Mode pixel_mode;
    [all...]

Completed in 155 milliseconds