Home
last modified time | relevance | path

Searched refs:x_pos (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Demo/curses/
Dxmas.py320 for x_pos in range(70, 62, -1):
321 if x_pos < 66: y_pos = 1
323 dotdeer0.addch(y_pos, x_pos, ord('.'))
333 for x_pos in range(x_pos - 1, 50, -1):
335 if x_pos < 56:
339 stardeer0.addch(y_pos, x_pos, ord('*'))
348 dotdeer0.addch(y_pos, x_pos, ord('*'))
355 x_pos = 58
363 deer_step(lildeer3, y_pos, x_pos)
364 deer_step(lildeer2, y_pos, x_pos)
[all …]
/external/pdfium/third_party/freetype/src/sfnt/
Dttsbit.c549 FT_Int x_pos,
555 FT_Int x_pos,
563 FT_Int x_pos, in tt_sbit_decoder_load_byte_aligned() argument
585 if ( x_pos < 0 || (FT_UInt)( x_pos + width ) > bit_width || in tt_sbit_decoder_load_byte_aligned()
602 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
603 x_pos &= 7; in tt_sbit_decoder_load_byte_aligned()
605 if ( x_pos == 0 ) /* the easy one */ in tt_sbit_decoder_load_byte_aligned()
635 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
645 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
647 if ( x_pos + w > 8 ) in tt_sbit_decoder_load_byte_aligned()
[all …]
/external/freetype/src/sfnt/
Dttsbit.c679 FT_Int x_pos,
688 FT_Int x_pos,
697 FT_Int x_pos, in tt_sbit_decoder_load_byte_aligned() argument
722 if ( x_pos < 0 || (FT_UInt)( x_pos + width ) > bit_width || in tt_sbit_decoder_load_byte_aligned()
739 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
740 x_pos &= 7; in tt_sbit_decoder_load_byte_aligned()
742 if ( x_pos == 0 ) /* the easy one */ in tt_sbit_decoder_load_byte_aligned()
772 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
782 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); in tt_sbit_decoder_load_byte_aligned()
784 if ( x_pos + w > 8 ) in tt_sbit_decoder_load_byte_aligned()
[all …]
/external/libhevc/decoder/
Dihevcd_ittiam_logo.h115 UWORD32 x_pos,
122 …(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf… argument
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
Dihevcd_process_slice.c130 WORD32 x_pos; in ihevcd_proc_map_check() local
136 x_pos = (ps_proc->i4_ctb_tile_x + nctb); in ihevcd_proc_map_check()
137 idx = MIN(x_pos, (ps_tile->u2_wd - 1)); in ihevcd_proc_map_check()
157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()
158 idx = x_pos + (ps_proc->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_proc_map_check()
166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()
167 idx = x_pos + ((ps_proc->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ctb); in ihevcd_proc_map_check()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c77 …(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_logo(buf_y, buf… argument
79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument