HomeSort by relevance Sort by last modified time
    Searched refs:GetMatrixElement (Results 1 - 6 of 6) sorted by null

  /external/ImageMagick/MagickCore/
matrix.h 36 GetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,void *),
vision.c 305 status=GetMatrixElement(equivalences,ox,0,&obj);
309 status=GetMatrixElement(equivalences,ox,0,&obj);
312 status=GetMatrixElement(equivalences,oy,0,&obj);
316 status=GetMatrixElement(equivalences,oy,0,&obj);
329 status=GetMatrixElement(equivalences,ox,0,&obj);
332 status=GetMatrixElement(equivalences,ox,0,&obj);
336 status=GetMatrixElement(equivalences,oy,0,&obj);
339 status=GetMatrixElement(equivalences,oy,0,&obj);
382 status=GetMatrixElement(equivalences,offset,0,&id);
384 status=GetMatrixElement(equivalences,id,0,&id)
    [all...]
matrix.c 635 % GetMatrixElement() returns the specifed element in the matrix.
637 % The format of the GetMatrixElement method is:
639 % MagickBooleanType GetMatrixElement(const MatrixInfo *matrix_info,
713 MagickExport MagickBooleanType GetMatrixElement(const MatrixInfo *matrix_info,
913 (void) GetMatrixElement(matrix_info,0,0,&value);
923 if (GetMatrixElement(matrix_info,x,y,&value) == MagickFalse)
    [all...]
feature.c 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)
    [all...]
shear.c 255 if (GetMatrixElement(p,x+i,y,&element) == MagickFalse)
257 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse)
262 if (GetMatrixElement(p,x+i+step,y+i+1,&neighbor) == MagickFalse)
270 if (GetMatrixElement(p,x+i,y,&element) == MagickFalse)
272 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse)
282 if (GetMatrixElement(p,x+i,y,&element) == MagickFalse)
317 if (GetMatrixElement(p,x,y,&element) == MagickFalse)
319 if (GetMatrixElement(p,x,y+1,&neighbor) == MagickFalse)
    [all...]
methods.h 458 #define GetMatrixElement PrependMagickMethod(GetMatrixElement)
    [all...]

Completed in 81 milliseconds