Home
last modified time | relevance | path

Searched refs:FT_PIXEL_MODE_BGRA (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftbitmap.c369 case FT_PIXEL_MODE_BGRA: in FT_Bitmap_Embolden()
543 case FT_PIXEL_MODE_BGRA: in FT_Bitmap_Convert()
759 case FT_PIXEL_MODE_BGRA: in FT_Bitmap_Convert()
831 ( target->pixel_mode == FT_PIXEL_MODE_BGRA && in FT_Bitmap_Blend()
839 if ( target->pixel_mode == FT_PIXEL_MODE_BGRA && in FT_Bitmap_Blend()
953 target->pixel_mode = FT_PIXEL_MODE_BGRA; in FT_Bitmap_Blend()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dpngshim.c290 map->pixel_mode != FT_PIXEL_MODE_BGRA ) ) in Load_SBit_Png()
350 map->pixel_mode = FT_PIXEL_MODE_BGRA; in Load_SBit_Png()
Dttsbit.c612 map->pixel_mode = FT_PIXEL_MODE_BGRA; in tt_sbit_decoder_alloc_bitmap()
1651 map->pixel_mode == FT_PIXEL_MODE_BGRA ) in tt_face_load_sbit_image()
Dttcolr.c1140 dstSlot->bitmap.pixel_mode = FT_PIXEL_MODE_BGRA; in tt_face_colr_blend_layer()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftimage.h184 FT_PIXEL_MODE_BGRA, enumerator
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp265 out_glyph_info->IsColored = (ft_bitmap->pixel_mode == FT_PIXEL_MODE_BGRA); in RenderGlyphAndGetInfo()
313 case FT_PIXEL_MODE_BGRA: in BlitGlyph()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp42 # define FT_PIXEL_MODE_BGRA 7 macro
273 } else if (FT_PIXEL_MODE_BGRA == srcFormat && SkMask::kARGB32_Format == dstFormat) { in copyFTBitmap()
360 case FT_PIXEL_MODE_BGRA: in SkColorType_for_FTPixelMode()
1450 FT_PIXEL_MODE_BGRA == pixel_mode); in generateGlyphImage()
DSkFontHost_FreeType.cpp1241 if (fFace->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_BGRA) { in generateMetrics()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.254905 are stored in the new FT_PIXEL_MODE_BGRA format to represent BGRA
4922 `FT_PIXEL_MODE_BGRA'.
4928 (FT_Bitmap_Convert): Handle FT_PIXEL_MODE_BGRA.
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES1595 bitmaps are stored in the new FT_PIXEL_MODE_BGRA format to