Searched refs:AST_MAX_HWC_HEIGHT (Results 1 – 2 of 2) sorted by relevance
203 #define AST_MAX_HWC_HEIGHT 64 macro205 #define AST_HWC_SIZE (AST_MAX_HWC_WIDTH*AST_MAX_HWC_HEIGHT*2)
1116 dstxor = (u8 *)dst + last_alpha_dst_delta + (AST_MAX_HWC_HEIGHT - height) * alpha_dst_delta; in copy_cursor_image()1173 if (width > AST_MAX_HWC_WIDTH || height > AST_MAX_HWC_HEIGHT) in ast_cursor_set()