Searched refs:x_pos (Results 1 – 4 of 4) sorted by relevance
557 if ( x_pos < 0 || x_pos + width > bit_width || in tt_sbit_decoder_load_byte_aligned()574 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()575 x_pos &= 7; in tt_sbit_decoder_load_byte_aligned()577 if ( x_pos == 0 ) /* the easy one */ in tt_sbit_decoder_load_byte_aligned()619 if ( x_pos + w > 8 ) in tt_sbit_decoder_load_byte_aligned()696 if ( x_pos < 0 || x_pos + width > bit_width || in tt_sbit_decoder_load_bit_aligned()716 x_pos &= 7; in tt_sbit_decoder_load_bit_aligned()729 if ( x_pos ) in tt_sbit_decoder_load_bit_aligned()731 w = ( line_bits < 8 - x_pos ) ? line_bits : 8 - x_pos; in tt_sbit_decoder_load_bit_aligned()736 nbits = x_pos; in tt_sbit_decoder_load_bit_aligned()[all …]
566 FT_Int x_pos, y_pos; in pfr_glyph_load_compound() local624 x_pos = 0; in pfr_glyph_load_compound()650 x_pos = PFR_NEXT_SHORT( p ); in pfr_glyph_load_compound()655 x_pos += PFR_NEXT_INT8( p ); in pfr_glyph_load_compound()678 subglyph->x_delta = x_pos; in pfr_glyph_load_compound()
247 int x_pos = duk_get_int(ctx, -6); in native_lcd_show() local260 lcd_draw_str(x_pos, y_pos, (uint8_t *)str, front_size, color, is_newline); in native_lcd_show()
578 uint8_t x_pos = 0; in calculate_touched_day() local579 x_pos = (touched_point->x - days_area.x1) / w; in calculate_touched_day()580 if(x_pos > 6) x_pos = 6; in calculate_touched_day()586 i_pos = (y_pos * 7) + x_pos; in calculate_touched_day()
Completed in 8 milliseconds