Searched refs:GetMatrixElement (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | matrix.h | 36 GetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,void *),
|
D | vision.c | 307 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage() 311 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage() 314 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage() 318 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage() 331 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage() 334 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage() 338 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage() 341 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage() 382 status=GetMatrixElement(equivalences,offset,0,&id); in ConnectedComponentsImage() 384 status=GetMatrixElement(equivalences,id,0,&id); in ConnectedComponentsImage()
|
D | feature.c | 181 if (GetMatrixElement(canny_cache,0,0,&edge) == MagickFalse) in TraceEdges() 193 status=GetMatrixElement(canny_cache,i,0,&edge); in TraceEdges() 214 status=GetMatrixElement(canny_cache,edge.x+u,edge.y+v,&pixel); in TraceEdges() 420 (void) GetMatrixElement(canny_cache,0,0,&element); in CannyEdgeImage() 452 (void) GetMatrixElement(canny_cache,x,y,&pixel); in CannyEdgeImage() 461 (void) GetMatrixElement(canny_cache,x,y-1,&alpha_pixel); in CannyEdgeImage() 462 (void) GetMatrixElement(canny_cache,x,y+1,&beta_pixel); in CannyEdgeImage() 470 (void) GetMatrixElement(canny_cache,x-1,y-1,&alpha_pixel); in CannyEdgeImage() 471 (void) GetMatrixElement(canny_cache,x+1,y+1,&beta_pixel); in CannyEdgeImage() 479 (void) GetMatrixElement(canny_cache,x-1,y,&alpha_pixel); in CannyEdgeImage() [all …]
|
D | matrix.c | 706 MagickExport MagickBooleanType GetMatrixElement(const MatrixInfo *matrix_info, in GetMatrixElement() function 902 (void) GetMatrixElement(matrix_info,0,0,&min_value); in MatrixToImage() 914 if (GetMatrixElement(matrix_info,x,y,&value) == MagickFalse) in MatrixToImage() 967 if (GetMatrixElement(matrix_info,x,y,&value) == MagickFalse) in MatrixToImage()
|
D | shear.c | 252 if (GetMatrixElement(p,x+i,y,&element) == MagickFalse) in RadonProjection() 254 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse) in RadonProjection() 259 if (GetMatrixElement(p,x+i+step,y+i+1,&neighbor) == MagickFalse) in RadonProjection() 267 if (GetMatrixElement(p,x+i,y,&element) == MagickFalse) in RadonProjection() 269 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse) in RadonProjection() 279 if (GetMatrixElement(p,x+i,y,&element) == MagickFalse) in RadonProjection() 314 if (GetMatrixElement(p,x,y,&element) == MagickFalse) in RadonProjection() 316 if (GetMatrixElement(p,x,y+1,&neighbor) == MagickFalse) in RadonProjection()
|
D | methods.h | 521 #define GetMatrixElement PrependMagickMethod(GetMatrixElement) macro
|