Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:GetMatrixElement

183   if (GetMatrixElement(canny_cache,0,0,&edge) == MagickFalse)
195 status=GetMatrixElement(canny_cache,i,0,&edge);
216 status=GetMatrixElement(canny_cache,edge.x+u,edge.y+v,&pixel);
422 (void) GetMatrixElement(canny_cache,0,0,&element);
454 (void) GetMatrixElement(canny_cache,x,y,&pixel);
463 (void) GetMatrixElement(canny_cache,x,y-1,&alpha_pixel);
464 (void) GetMatrixElement(canny_cache,x,y+1,&beta_pixel);
472 (void) GetMatrixElement(canny_cache,x-1,y-1,&alpha_pixel);
473 (void) GetMatrixElement(canny_cache,x+1,y+1,&beta_pixel);
481 (void) GetMatrixElement(canny_cache,x-1,y,&alpha_pixel);
482 (void) GetMatrixElement(canny_cache,x+1,y,&beta_pixel);
490 (void) GetMatrixElement(canny_cache,x+1,y-1,&beta_pixel);
491 (void) GetMatrixElement(canny_cache,x-1,y+1,&alpha_pixel);
546 status=GetMatrixElement
1938 (void) GetMatrixElement(accumulator,i,(ssize_t)
2002 (void) GetMatrixElement(accumulator,x,y,&count);
2027 (void) GetMatrixElement(accumulator,x+u,y+v,&count);
2038 (void) GetMatrixElement(accumulator,x,y,&count);