Searched refs:hor (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_cont.h | 121 static inline void lv_cont_set_fit2(lv_obj_t * cont, lv_fit_t hor, lv_fit_t ver) in lv_cont_set_fit2() argument 123 lv_cont_set_fit4(cont, hor, hor, ver, ver); in lv_cont_set_fit2()
|
A D | lv_btn.h | 177 static inline void lv_btn_set_fit2(lv_obj_t * btn, lv_fit_t hor, lv_fit_t ver) in lv_btn_set_fit2() argument 179 lv_cont_set_fit2(btn, hor, ver); in lv_btn_set_fit2()
|
A D | lv_page.h | 188 static inline void lv_page_set_scrl_fit2(lv_obj_t * page, lv_fit_t hor, lv_fit_t ver) in lv_page_set_scrl_fit2() argument 190 lv_cont_set_fit2(lv_page_get_scrl(page), hor, ver); in lv_page_set_scrl_fit2()
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_line.c | 34 bool hor; /*Rather horizontal or vertical*/ member 144 if(main_line.hor) { in lv_draw_line() 237 if(main_line->hor) { in line_draw_skew() 314 if(main_line->hor && main_line->p1.y >= main_line->p2.y + dir_ori) pattern[0].y--; in line_draw_skew() 315 if(!main_line->hor && main_line->p1.x >= main_line->p2.x + dir_ori) pattern[0].x--; in line_draw_skew() 325 if(main_line->hor) { in line_draw_skew() 378 if(main_line->hor) { in line_draw_skew() 428 if(main_line->hor == false) { in line_draw_skew() 454 if(main_line->hor) { in line_draw_skew() 586 line->hor = line->dx > line->dy ? true : false; /*Rather horizontal or vertical*/ in line_init()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2pdf.c | 2699 uint16 hor = 0, ver = 0; in t2p_readwrite_pdf_image() local 2700 if (TIFFGetField(input, TIFFTAG_YCBCRSUBSAMPLING, &hor, &ver) !=0 ) { in t2p_readwrite_pdf_image() 2701 if(hor != 0 && ver != 0){ in t2p_readwrite_pdf_image() 2702 TIFFSetField(output, TIFFTAG_YCBCRSUBSAMPLING, hor, ver); in t2p_readwrite_pdf_image() 3171 uint16 hor = 0, ver = 0; in t2p_readwrite_pdf_image_tile() local 3172 if (TIFFGetField(input, TIFFTAG_YCBCRSUBSAMPLING, &hor, &ver)!=0) { in t2p_readwrite_pdf_image_tile() 3173 if (hor != 0 && ver != 0) { in t2p_readwrite_pdf_image_tile() 3174 TIFFSetField(output, TIFFTAG_YCBCRSUBSAMPLING, hor, ver); in t2p_readwrite_pdf_image_tile()
|
Completed in 15 milliseconds