Searched defs:x_pos (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/sfnt/
H A Dttsbit.c549 FT_Int x_pos,
555 FT_Int x_pos,
563 FT_Int x_pos,
585 if ( x_pos < 0 || (FT_UInt)( x_pos + width ) > bit_width ||
602 line += y_pos * pitch + ( x_pos >> 3 );
603 x_pos &= 7;
605 if ( x_pos == 0 ) /* the easy one */
623 else /* x_pos > 0 */
635 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
560 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
699 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
823 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
890 tt_sbit_decoder_load_png( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
935 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 ) argument
1078 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
/external/libhevc/decoder/
H A Dihevcd_process_slice.c130 WORD32 x_pos; local
136 x_pos = (ps_proc->i4_ctb_tile_x + nctb);
137 idx = MIN(x_pos, (ps_tile->u2_wd - 1));
157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1;
158 idx = x_pos + (ps_proc->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb);
166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1;
167 idx = x_pos + ((ps_proc->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ctb);
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c545 FT_Int x_pos,
551 FT_Int x_pos,
559 FT_Int x_pos,
580 if ( x_pos < 0 || x_pos + width > bit_width ||
597 line += y_pos * pitch + ( x_pos >> 3 );
598 x_pos &= 7;
600 if ( x_pos == 0 ) /* the easy one */
618 else /* x_pos > 0 */
630 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
556 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
694 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
817 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
884 tt_sbit_decoder_load_png( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
929 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 ) argument
1072 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1440 FX_FLOAT x_pos = 0; local
1454 pText_matrix->Transform(x_pos, 0, x1, y1);
1457 x_pos += (FX_FLOAT)w / em;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 176 milliseconds