Lines Matching defs:width
78 * @width: Image width (in pixels)86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width,101 last = ~(0xffffffffU >> ((dst_idx+width) % 32));105 w = width;106 if (dst_idx+width <= 32) {110 memcpy(d.pixels+dst_idx, c, width);111 c += width;118 w = width;129 w = width-w;