Searched refs:x_pos (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Dmask4.c11 //VGint x_pos = -10, y_pos = -10;
12 VGint x_pos = 0, y_pos = 4; variable in typeref:typename:VGint
48 x_pos +=1;
51 x_pos -=1;
70 fprintf(stderr, "Posi = %dx%d\n", x_pos, y_pos);
113 vgMask(image, VG_SET_MASK, x_pos, y_pos, 100, 100);
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttsbit.c691 FT_Int x_pos,
700 FT_Int x_pos,
709 FT_Int x_pos,
734 if ( x_pos < 0 || (FT_UInt)( x_pos + width ) > bit_width ||
751 line += y_pos * pitch + ( x_pos >> 3 );
752 x_pos &= 7;
754 if ( x_pos == 0 ) /* the easy one */
772 else /* x_pos > 0 */
784 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
706 tt_sbit_decoder_load_byte_aligned(TT_SBitDecoder decoder,FT_Byte * p,FT_Byte * limit,FT_Int x_pos,FT_Int y_pos,FT_UInt recurse_count) argument
848 tt_sbit_decoder_load_bit_aligned(TT_SBitDecoder decoder,FT_Byte * p,FT_Byte * limit,FT_Int x_pos,FT_Int y_pos,FT_UInt recurse_count) argument
981 tt_sbit_decoder_load_compound(TT_SBitDecoder decoder,FT_Byte * p,FT_Byte * limit,FT_Int x_pos,FT_Int y_pos,FT_UInt recurse_count) argument
1055 tt_sbit_decoder_load_png(TT_SBitDecoder decoder,FT_Byte * p,FT_Byte * limit,FT_Int x_pos,FT_Int y_pos,FT_UInt recurse_count) argument
1104 tt_sbit_decoder_load_bitmap(TT_SBitDecoder decoder,FT_UInt glyph_format,FT_ULong glyph_start,FT_ULong glyph_size,FT_Int x_pos,FT_Int y_pos,FT_UInt recurse_count,FT_Bool metrics_only) argument
1254 tt_sbit_decoder_load_image(TT_SBitDecoder decoder,FT_UInt glyph_index,FT_Int x_pos,FT_Int y_pos,FT_UInt recurse_count,FT_Bool metrics_only) argument
[all...]
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrgload.c568 FT_Int x_pos, y_pos; local in function:pfr_glyph_load_compound
627 x_pos = 0;
653 x_pos = PFR_NEXT_SHORT( p );
658 x_pos += PFR_NEXT_INT8( p );
681 subglyph->x_delta = x_pos;

Completed in 6 milliseconds