Searched defs:max_width (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv_sse41.c | 409 const int max_width = width & ~31; in ConvertRGB24ToY_SSE41() local 443 const int max_width = width & ~31; in ConvertBGR24ToY_SSE41() local 477 const int max_width = width & ~15; in ConvertARGBToY_SSE41() local 507 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE41() local 573 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE41() local
|
A D | yuv_sse2.c | 563 const int max_width = width & ~31; in ConvertRGB24ToY_SSE2() local 597 const int max_width = width & ~31; in ConvertBGR24ToY_SSE2() local 631 const int max_width = width & ~15; in ConvertARGBToY_SSE2() local 661 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE2() local 717 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE2() local
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_txt.c | 93 lv_coord_t line_space, lv_coord_t max_width, lv_txt_flag_t flag) in lv_txt_get_size() 142 …_next_line(const char * txt, const lv_font_t * font, lv_coord_t letter_space, lv_coord_t max_width, in lv_txt_get_next_line()
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftwinfnt.h | 205 FT_UShort max_width; member
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | tttypes.h | 527 FT_Byte max_width; member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 5102 uint32 i, max_width, max_length, zwidth, zlength, buffsize; in computeInputPixelOffsets() local
|
Completed in 28 milliseconds