Searched refs:getInputBounds (Results 1 – 5 of 5) sorted by relevance
222 skif::LayerSpace<SkIRect> hintedLayerBounds = as_IFB(fBlur)->getInputBounds( in onDrawContent()224 skif::LayerSpace<SkIRect> unhintedLayerBounds = as_IFB(fBlur)->getInputBounds( in onDrawContent()
109 fHintedLayerBounds = as_IFB(fFilter)->getInputBounds(fMapping, targetOutput, &fContent); in computeInputBounds()110 fUnhintedLayerBounds = as_IFB(fFilter)->getInputBounds(fMapping, targetOutput, nullptr); in computeInputBounds()
71 skif::LayerSpace<SkIRect> getInputBounds(
257 skif::LayerSpace<SkIRect> SkImageFilter_Base::getInputBounds( in getInputBounds() function in SkImageFilter_Base
763 layerBounds = as_IFB(filter)->getInputBounds(mapping, targetOutput, contentBounds); in get_layer_mapping_and_bounds()768 auto idealLayerBounds = as_IFB(filter)->getInputBounds(idealMapping, targetOutput, in get_layer_mapping_and_bounds()