Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DGeometry.h60 inline bool inSegment(int x, int width, int border) in inSegment() function
DBlend.cpp988 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()