Searched refs:inSegment (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 986 if(inSegment(x1, sptr->width, BORDER-1) && in ProcessPyramidForThisFrame() 987 inSegment(y1, sptr->height, BORDER-1)) in ProcessPyramidForThisFrame() 1002 if(inSegment(x1, sptr->width, BORDER) && inSegment(y1, sptr->height, BORDER)) in ProcessPyramidForThisFrame()
|
D | Geometry.h | 60 inline bool inSegment(int x, int width, int border) in inSegment() function
|