Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp986 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()
DGeometry.h60 inline bool inSegment(int x, int width, int border) in inSegment() function