Home
last modified time | relevance | path

Searched refs:atarget_offset (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/base/
Dftbitmap.c802 FT_Vector *atarget_offset, in FT_Bitmap_Blend() argument
825 if ( !library || !target || !source_ || !atarget_offset ) in FT_Bitmap_Blend()
849 target_offset.x = FT_PIX_FLOOR( atarget_offset->x ); in FT_Bitmap_Blend()
850 target_offset.y = FT_PIX_FLOOR( atarget_offset->y ); in FT_Bitmap_Blend()
1113 atarget_offset->x = final_llx; in FT_Bitmap_Blend()
1114 atarget_offset->y = final_lly + ( final_rows << 6 ); in FT_Bitmap_Blend()
/external/freetype/include/freetype/
Dftbitmap.h268 FT_Vector *atarget_offset,