Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttsbit.c557 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 …]
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrgload.c566 FT_Int x_pos, y_pos; in pfr_glyph_load_compound() local
624 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()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/
A Dmodule_lcd.c247 int x_pos = duk_get_int(ctx, -6); in native_lcd_show() local
260 lcd_draw_str(x_pos, y_pos, (uint8_t *)str, front_size, color, is_newline); in native_lcd_show()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_calendar.c578 uint8_t x_pos = 0; in calculate_touched_day() local
579 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