Searched refs:y_pos (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | mask4.c | 11 //VGint x_pos = -10, y_pos = -10; 12 VGint x_pos = 0, y_pos = 4; variable in typeref:typename:VGint 54 y_pos +=1; 57 y_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 D | ttsbit.c | 692 FT_Int y_pos, 701 FT_Int y_pos, 710 FT_Int y_pos, 735 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height ) 751 line += y_pos * pitch + ( x_pos >> 3 ); 852 FT_Int y_pos, 878 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height ) 902 line += y_pos * pitc 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 D | pfrgload.c | 568 FT_Int x_pos, y_pos; local in function:pfr_glyph_load_compound 628 y_pos = 0; 669 y_pos = PFR_NEXT_SHORT( p ); 674 y_pos += PFR_NEXT_INT8( p ); 682 subglyph->y_delta = y_pos;
|
| /xsrc/external/mit/xman/dist/ |
| H A D | handler.c | 166 int x_root, y_root, y_pos, garbage; local in function:Popup 173 y_pos = OFF_OF_TOP - Height(w) / 2 - BorderWidth(w); 174 PositionCenter(w, x_root, y_root, y_pos, 0, 2, 2);
|
Completed in 5 milliseconds