Searched defs:y_pos (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttsbit.c | 537 FT_Int y_pos ) in tt_sbit_decoder_load_byte_aligned() 675 FT_Int y_pos ) in tt_sbit_decoder_load_bit_aligned() 798 FT_Int y_pos ) in tt_sbit_decoder_load_compound() 865 FT_Int y_pos ) in tt_sbit_decoder_load_png() 911 FT_Int y_pos ) in tt_sbit_decoder_load_bitmap() 1052 FT_Int y_pos ) in tt_sbit_decoder_load_image()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | io_dec.c | 355 static int ExportRGB(WebPDecParams* const p, int y_pos) { in ExportRGB() 404 static int ExportAlpha(WebPDecParams* const p, int y_pos, int max_lines_out) { in ExportAlpha() 431 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos, in ExportAlphaRGBA4444()
|
A D | vp8l_dec.c | 637 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA() 663 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA() 681 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA() local 700 int y_pos = dec->last_out_row_; in EmitRowsYUVA() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/ |
A D | module_lcd.c | 248 int y_pos = duk_get_int(ctx, -5); in native_lcd_show() local
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrgload.c | 566 FT_Int x_pos, y_pos; in pfr_glyph_load_compound() local
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_calendar.c | 581 uint8_t y_pos = 0; in calculate_touched_day() local
|
Completed in 17 milliseconds