Lines Matching refs:pdst
1257 void *dst = NULL, *pdst; in load_bmp_logo_legacy() local
1298 pdst = get_display_buffer(size); in load_bmp_logo_legacy()
1301 pdst = get_display_buffer(size); in load_bmp_logo_legacy()
1302 dst = pdst; in load_bmp_logo_legacy()
1305 len = rockchip_read_resource_file(pdst, bmp_name, 0, size); in load_bmp_logo_legacy()
1323 if (bmpdecoder(pdst, dst, logo->bpp)) { in load_bmp_logo_legacy()
1378 u8 *pdst = (u8 *)dst; in bmp_copy() local
1385 *pdst++ = image[z + 2]; in bmp_copy()
1386 *pdst++ = image[z + 1]; in bmp_copy()
1387 *pdst++ = image[z + 0]; in bmp_copy()
1388 *pdst++ = image[z + 3]; in bmp_copy()