Lines Matching full:because
61 *dsc->header.w + 7 means rounding up to 8 because the lines are byte aligned in lv_img_buf_get_px_color()
72 *dsc->header.w + 3 means rounding up to 4 because the lines are byte aligned in lv_img_buf_get_px_color()
83 *dsc->header.w + 1 means rounding up to 2 because the lines are byte aligned in lv_img_buf_get_px_color()
113 *dsc->header.w + 7 means rounding up to 8 because the lines are byte aligned in lv_img_buf_get_px_alpha()
126 *dsc->header.w + 4 means rounding up to 8 because the lines are byte aligned in lv_img_buf_get_px_alpha()
141 *dsc->header.w + 1 means rounding up to 8 because the lines are byte aligned in lv_img_buf_get_px_alpha()
170 *dsc->header.w + 7 means rounding up to 8 because the lines are byte aligned in lv_img_buf_set_px_alpha()
182 *dsc->header.w + 4 means rounding up to 8 because the lines are byte aligned in lv_img_buf_set_px_alpha()
194 *dsc->header.w + 1 means rounding up to 8 because the lines are byte aligned in lv_img_buf_set_px_alpha()
227 *dsc->header.w + 7 means rounding up to 8 because the lines are byte aligned in lv_img_buf_set_px_color()
239 *dsc->header.w + 3 means rounding up to 4 because the lines are byte aligned in lv_img_buf_set_px_color()
252 *dsc->header.w + 1 means rounding up to 2 because the lines are byte aligned in lv_img_buf_set_px_color()