Home
last modified time | relevance | path

Searched refs:ft_glyphslot_alloc_bitmap (Results 1 – 9 of 9) sorted by relevance

/external/freetype/src/sfnt/
Dpngshim.c420 error = ft_glyphslot_alloc_bitmap( slot, size ); in Load_SBit_Png()
Dttcolr.c300 error = ft_glyphslot_alloc_bitmap( dstSlot, size ); in tt_face_colr_blend_layer()
Dttsbit.c628 error = ft_glyphslot_alloc_bitmap( decoder->face->root.glyph, size ); in tt_sbit_decoder_alloc_bitmap()
/external/freetype/include/freetype/internal/
Dftobjs.h722 ft_glyphslot_alloc_bitmap( FT_GlyphSlot slot,
/external/freetype/src/pfr/
Dpfrsbit.c787 error = ft_glyphslot_alloc_bitmap( &glyph->root, len ); in pfr_slot_load_bitmap()
/external/freetype/src/pcf/
Dpcfdrivr.c572 error = ft_glyphslot_alloc_bitmap( slot, (FT_ULong)bytes ); in PCF_Glyph_Load()
/external/freetype/src/base/
Dftobjs.c484 ft_glyphslot_alloc_bitmap( FT_GlyphSlot slot, in ft_glyphslot_alloc_bitmap() function
/external/freetype/
DChangeLog.216004 ft_glyphslot_alloc_bitmap
6011 ft_glyphslot_alloc_bitmap, ft_glyphslot_set_bitmap): New functions.
6021 `ft_glyphslot_alloc_bitmap'.
6026 Use `ft_glyphslot_alloc_bitmap'.
DChangeLog.231131 to FT_ALLOC(), via ft_glyphslot_alloc_bitmap(). At