Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftbitmap.c803 FT_Vector *atarget_offset, in FT_Bitmap_Blend() argument
827 if ( !library || !target || !source_ || !atarget_offset ) in FT_Bitmap_Blend()
858 target_offset.x = FT_PIX_FLOOR( atarget_offset->x ); in FT_Bitmap_Blend()
859 target_offset.y = FT_PIX_FLOOR( atarget_offset->y ); in FT_Bitmap_Blend()
1128 atarget_offset->x = final_llx; in FT_Bitmap_Blend()
1129 atarget_offset->y = final_lly + ( final_rows << 6 ); in FT_Bitmap_Blend()
/external/freetype/include/freetype/
Dftbitmap.h252 FT_Vector *atarget_offset,