Home
last modified time | relevance | path

Searched refs:GetMatrixElement (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
Dvision.c303 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage()
307 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage()
310 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage()
314 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage()
327 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage()
330 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage()
334 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage()
337 status=GetMatrixElement(equivalences,oy,0,&obj); in ConnectedComponentsImage()
380 status=GetMatrixElement(equivalences,offset,0,&id); in ConnectedComponentsImage()
382 status=GetMatrixElement(equivalences,id,0,&id); in ConnectedComponentsImage()
Dmatrix.h36 GetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,void *),
Dfeature.c181 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 …]
Dshear.c252 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()
Dmatrix.c705 MagickExport MagickBooleanType GetMatrixElement(const MatrixInfo *matrix_info, in GetMatrixElement() function
902 (void) GetMatrixElement(matrix_info,0,0,&value); in MatrixToImage()
912 if (GetMatrixElement(matrix_info,x,y,&value) == MagickFalse) in MatrixToImage()
965 if (GetMatrixElement(matrix_info,x,y,&value) == MagickFalse) in MatrixToImage()
Dmethods.h458 #define GetMatrixElement PrependMagickMethod(GetMatrixElement) macro