Home
last modified time | relevance | path

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

/dports/graphics/c-a-i-r/c-a-i-r-2.19/
H A DCAIR.cpp352 int Convolve_Pixel( CML_image_ptr * Source, int x, int y, edge_safe safety, CAIR_convolution convol… in Convolve_Pixel() function
458 … (*(edge_area.Source))(0,y)->edge = Convolve_Pixel( edge_area.Source, 0, y, SAFE, edge_area.conv ); in Edge_Quadrant()
464 …(*(edge_area.Source))(x,y)->edge = Convolve_Pixel( edge_area.Source, x, y, UNSAFE, edge_area.conv … in Edge_Quadrant()
468 …(*(edge_area.Source))(width-1,y)->edge = Convolve_Pixel( edge_area.Source, width-1, y, SAFE, edge_… in Edge_Quadrant()
513 (*Source)(x,0)->edge = Convolve_Pixel( Source, x, 0, SAFE, conv ); in Edge_Detect()
514 (*Source)(x,height-1)->edge = Convolve_Pixel( Source, x, height-1, SAFE, conv ); in Edge_Detect()
992 …(*(remove_area.Source))(MIN(MAX(x,0),width-1),y)->edge = Convolve_Pixel(remove_area.Source, MIN(MA… in Remove_Quadrant()