Lines Matching refs:getCrop
360 srcX = grallocMapper.getCrop().x; in getTTMMapper()
361 srcY = grallocMapper.getCrop().y; in getTTMMapper()
362 srcW = grallocMapper.getCrop().w; in getTTMMapper()
363 srcH = grallocMapper.getCrop().h; in getTTMMapper()
476 if (mapper->getCrop().x != srcX || mapper->getCrop().y != srcY || in getTTMMapper()
477 mapper->getCrop().w != srcW || mapper->getCrop().h != srcH) { in getTTMMapper()
672 uint32_t srcX= mapper.getCrop().x; in bufferOffsetSetup()
673 uint32_t srcY= mapper.getCrop().y; in bufferOffsetSetup()
797 uint32_t width = mapper.getCrop().w; in coordinateSetup()
798 uint32_t height = mapper.getCrop().h; in coordinateSetup()
1006 uint32_t srcWidth = mapper.getCrop().w; in scalingSetup()
1007 uint32_t srcHeight = mapper.getCrop().h; in scalingSetup()