Searched defs:map_width (Results 1 – 4 of 4) sorted by relevance
187 size_t map_width = width / kMapDimensionScaleFactorDefault; in process() local
304 size_t map_width = width / ((gm_scale_factor <= 0) ? 1 : gm_scale_factor); in process() local
380 pub fn map_width<F>(self, f: F) -> Size<T> in map_width() method
693 unsigned int map_width = image_width / mMapDimensionScaleFactor; in generateGainMap() local