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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DGeometry.h60 inline bool inSegment(int x, int width, int border) function
H A DBlend.cpp1006 if(inSegment(x1, sptr->width, BORDER-1) &&
1007 inSegment(y1, sptr->height, BORDER-1))
1022 if(inSegment(x1, sptr->width, BORDER) && inSegment(y1, sptr->height, BORDER))
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DGeometry.h60 inline bool inSegment(int x, int width, int border) function
H A DBlend.cpp986 if(inSegment(x1, sptr->width, BORDER-1) &&
987 inSegment(y1, sptr->height, BORDER-1))
1002 if(inSegment(x1, sptr->width, BORDER) && inSegment(y1, sptr->height, BORDER))

Completed in 53 milliseconds