Home
last modified time | relevance | path

Searched refs:DeviceSpace (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkImageFilterTypes.h93 class DeviceSpace {
95 explicit DeviceSpace(const T& data) : fData(data) {} in DeviceSpace() function
96 explicit DeviceSpace(T&& data) : fData(std::move(data)) {} in DeviceSpace() function
431 LayerSpace<T> deviceToLayer(const DeviceSpace<T>& devGeometry) const { in deviceToLayer()
444 DeviceSpace<T> layerToDevice(const LayerSpace<T>& layerGeometry) const { in layerToDevice()
445 return DeviceSpace<T>(map(static_cast<const T&>(layerGeometry), fLayerToDevMatrix)); in layerToDevice()
DSkImageFilter_Base.h74 const skif::Mapping& mapping, const skif::DeviceSpace<SkIRect>& desiredOutput,
101 skif::DeviceSpace<SkIRect> getOutputBounds(
DSkImageFilter.cpp256 const skif::Mapping& mapping, const skif::DeviceSpace<SkIRect>& desiredOutput, in getInputBounds()
292 skif::DeviceSpace<SkIRect> SkImageFilter_Base::getOutputBounds( in getOutputBounds()
DSkDevice.cpp335 skif::DeviceSpace<SkIRect>(this->devClipBounds())); in drawFilteredImage()
/external/skia/samplecode/
DSampleFilterBounds.cpp196 skif::DeviceSpace<SkIRect> targetOutput(target); in onDrawContent()
235 skif::DeviceSpace<SkIRect> hintedOutputBounds = as_IFB(fBlur)->getOutputBounds( in onDrawContent()
DSampleImageFilterDAG.cpp87 skif::DeviceSpace<SkIRect> pseudoDeviceBounds = in computeOutputBounds()
104 skif::DeviceSpace<SkIRect> targetOutput(fMapping.totalMatrix() in computeInputBounds()