Lines Matching refs:getCrop
364 srcX = grallocMapper.getCrop().x; in getTTMMapper()
365 srcY = grallocMapper.getCrop().y; in getTTMMapper()
366 srcW = grallocMapper.getCrop().w; in getTTMMapper()
367 srcH = grallocMapper.getCrop().h; in getTTMMapper()
495 if (mapper->getCrop().x != srcX || mapper->getCrop().y != srcY || in getTTMMapper()
496 mapper->getCrop().w != srcW || mapper->getCrop().h != srcH) { in getTTMMapper()
697 uint32_t srcX= mapper.getCrop().x; in bufferOffsetSetup()
698 uint32_t srcY= mapper.getCrop().y; in bufferOffsetSetup()
822 uint32_t width = mapper.getCrop().w; in coordinateSetup()
823 uint32_t height = mapper.getCrop().h; in coordinateSetup()
1031 uint32_t srcWidth = mapper.getCrop().w; in scalingSetup()
1032 uint32_t srcHeight = mapper.getCrop().h; in scalingSetup()
1220 srcW = grallocMapper.getCrop().w - grallocMapper.getCrop().x; in setDataBuffer()
1221 srcH = grallocMapper.getCrop().h - grallocMapper.getCrop().y; in setDataBuffer()