Home | History | Annotate | Download | only in util

Lines Matching refs:Abs

40 static __inline uint32 Abs(int32 v) {
152 dst_width = Abs(image_width);
153 dst_height = Abs(image_height);
224 int org_size = Abs(image_width) * Abs(image_height) * 4; // ARGB
227 const int y_size = Abs(image_width) * Abs(image_height);
229 ((Abs(image_width) + 1) / 2) * ((Abs(image_height) + 1) / 2);
290 int src_width = Abs(image_width);
291 int src_height = Abs(image_height);
305 TileARGBScale(ch_org, Abs(image_width) * 4, image_width, image_height,