Searched refs:ft_glyphslot_preset_bitmap (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftrend1.c | 129 if ( ft_glyphslot_preset_bitmap( slot, mode, origin ) ) in ft_raster1_render()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftsdfrend.c | 295 if ( ft_glyphslot_preset_bitmap( slot, FT_RENDER_MODE_NORMAL, origin ) ) in ft_sdf_render()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.29 | 1174 (ft_glyphslot_preset_bitmap): C4244: possible loss of data. 1263 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Integer overflows. 1378 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Fix integer 1419 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Explicitly unsigned 1469 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): New function that 1471 * include/freetype/internal/ftobjs.h (ft_glyphslot_preset_bitmap): 1479 `ft_glyphslot_preset_bitmap'. 1482 is moved to `ft_glyphslot_preset_bitmap'.
|
D | ChangeLog.210 | 6053 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Check glyph format. 6080 * include/freetype/internal/ftobjs.h (ft_glyphslot_preset_bitmap): 6082 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Return the bitmap 6091 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Correct mono. 6130 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Implement it. 7492 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Updated accordingly. 7566 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): If BBox boundaries
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftobjs.h | 705 ft_glyphslot_preset_bitmap( FT_GlyphSlot slot,
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftsmooth.c | 465 if ( ft_glyphslot_preset_bitmap( slot, mode, origin ) ) in ft_smooth_render()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 359 ft_glyphslot_preset_bitmap( FT_GlyphSlot slot, in ft_glyphslot_preset_bitmap() function 1092 ft_glyphslot_preset_bitmap( slot, mode, NULL ); in FT_Load_Glyph()
|