Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DMosaicTypes.h40 inline int Width() in Width() function
DBlend.cpp368 …m_pMosaicYPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevs,(unsigned short)rect.Width(),(unsig… in DoMergeAndBlend()
369 …m_pMosaicUPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsi… in DoMergeAndBlend()
370 …m_pMosaicVPyr = PyramidShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsi… in DoMergeAndBlend()
567 if (cropping_rect.Width() <= 0 || cropping_rect.Height() <= 0) in DoMergeAndBlend()