Searched refs:inSegment (Results 1 – 2 of 2) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Geometry.h | 60 inline bool inSegment(int x, int width, int border) in inSegment() function
|
D | Blend.cpp | 988 if(inSegment(x1, sptr->width, BORDER-1) && in ProcessPyramidForThisFrame() 989 inSegment(y1, sptr->height, BORDER-1)) in ProcessPyramidForThisFrame() 1004 if(inSegment(x1, sptr->width, BORDER) && inSegment(y1, sptr->height, BORDER)) in ProcessPyramidForThisFrame()
|