Searched refs:edge (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rasterizer_scanline_aa.h183 void edge(int x1, int y1, int x2, int y2);
431 void rasterizer_scanline_aa<Clip>::edge(int x1, int y1, int x2, int y2) function in class:agg::rasterizer_scanline_aa
H A Dagg_rasterizer_compound_aa.h137 void edge(int x1, int y1, int x2, int y2);
407 void rasterizer_compound_aa<Clip>::edge(int x1, int y1, int x2, int y2) function in class:agg::rasterizer_compound_aa
/haiku/src/kits/tracker/
H A DTitleView.cpp456 BRect edge(Bounds());
457 edge.left = edge.right - kEdgeSize;
458 edge.right += kEdgeSize;
460 return edge.Contains(where);
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h103 void edge(int x1, int y1, int x2, int y2);
469 void rasterizer_scanline_aa_subpix<Clip>::edge(int x1, int y1, int x2, int y2) function in class:agg::rasterizer_scanline_aa_subpix

Completed in 41 milliseconds