Home
last modified time | relevance | path

Searched refs:getInputBounds (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/samplecode/
DSampleFilterBounds.cpp222 skif::LayerSpace<SkIRect> hintedLayerBounds = as_IFB(fBlur)->getInputBounds( in onDrawContent()
224 skif::LayerSpace<SkIRect> unhintedLayerBounds = as_IFB(fBlur)->getInputBounds( in onDrawContent()
DSampleImageFilterDAG.cpp109 fHintedLayerBounds = as_IFB(fFilter)->getInputBounds(fMapping, targetOutput, &fContent); in computeInputBounds()
110 fUnhintedLayerBounds = as_IFB(fFilter)->getInputBounds(fMapping, targetOutput, nullptr); in computeInputBounds()
/third_party/skia/src/core/
DSkImageFilter_Base.h71 skif::LayerSpace<SkIRect> getInputBounds(
DSkImageFilter.cpp257 skif::LayerSpace<SkIRect> SkImageFilter_Base::getInputBounds( in getInputBounds() function in SkImageFilter_Base
DSkCanvas.cpp763 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()