HomeSort by relevance Sort by last modified time
    Searched full:ft_glyphslot_free_bitmap (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 626 ft_glyphslot_free_bitmap( FT_GlyphSlot slot );
636 /* will not be freed by a later call to ft_glyphslot_free_bitmap. */
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 653 ft_glyphslot_free_bitmap( FT_GlyphSlot slot );
663 /* will not be freed by a later call to ft_glyphslot_free_bitmap. */
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 263 ft_glyphslot_free_bitmap( FT_GlyphSlot slot ) function
286 ft_glyphslot_free_bitmap( slot );
316 ft_glyphslot_free_bitmap( slot );
326 /* `slot->bitmap.buffer' has been handled by ft_glyphslot_free_bitmap */
356 ft_glyphslot_free_bitmap( slot );
    [all...]
  /external/freetype/src/base/
ftobjs.c 290 ft_glyphslot_free_bitmap( FT_GlyphSlot slot ) function
313 ft_glyphslot_free_bitmap( slot );
343 ft_glyphslot_free_bitmap( slot );
353 /* `slot->bitmap.buffer' has been handled by ft_glyphslot_free_bitmap */
383 ft_glyphslot_free_bitmap( slot );
    [all...]

Completed in 597 milliseconds