Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:GetMatrixElement

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)