Searched refs:v_view (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | fx.c | 3750 CacheView *u_view,CacheView *v_view,RandomInfo *random_info, in PlasmaImageProxy() argument 3794 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy() 3799 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy() 3804 (void) PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy() 3809 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy() 3833 v=GetCacheViewVirtualPixels(v_view,x,(ssize_t) ceil(segment->y2-0.5),1,1, in PlasmaImageProxy() 3856 v=GetCacheViewVirtualPixels(v_view,x,(ssize_t) ceil(segment->y2-0.5), in PlasmaImageProxy() 3885 v=GetCacheViewVirtualPixels(v_view,(ssize_t) ceil(segment->x2-0.5),y, in PlasmaImageProxy() 3909 v=GetCacheViewVirtualPixels(v_view,(ssize_t) ceil(segment->x2-0.5),y, in PlasmaImageProxy() 3937 v=GetCacheViewVirtualPixels(v_view,x,y,1,1,exception); in PlasmaImageProxy() [all …]
|