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

  /external/ImageMagick/MagickCore/
matrix.h 38 SetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,const void *);
vision.c 216 (void) SetMatrixElement(equivalences,n,0,&n);
320 status=SetMatrixElement(equivalences,oy,0,&ox);
325 status=SetMatrixElement(equivalences,ox,0,&oy);
333 status=SetMatrixElement(equivalences,ox,0,&root);
340 status=SetMatrixElement(equivalences,oy,0,&root);
342 status=SetMatrixElement(equivalences,y*image->columns+x,0,&root);
391 status=SetMatrixElement(equivalences,offset,0,&id);
shear.c 260 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse)
265 if (SetMatrixElement(q,x+2*i+1,y,&neighbor) == MagickFalse)
275 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse)
277 if (SetMatrixElement(q,x+2*i+1,y,&element) == MagickFalse)
284 if (SetMatrixElement(q,x+2*i,y,&element) == MagickFalse)
286 if (SetMatrixElement(q,x+2*i+1,y,&element) == MagickFalse)
426 (void) SetMatrixElement(source_matrixs,--i,y,&value);
436 (void) SetMatrixElement(source_matrixs,--i,y,&value);
483 (void) SetMatrixElement(source_matrixs,i++,y,&value);
493 (void) SetMatrixElement(source_matrixs,i++,y,&value)
    [all...]
matrix.c     [all...]
feature.c 187 if (SetMatrixElement(canny_cache,0,0,&edge) == MagickFalse)
228 status=SetMatrixElement(canny_cache,i,0,&edge);
411 if (SetMatrixElement(canny_cache,x,y,&pixel) == MagickFalse)
499 (void) SetMatrixElement(canny_cache,x,y,&pixel);
    [all...]
methods.h     [all...]

Completed in 424 milliseconds