Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkImageFilterTypes.h97 class DeviceSpace {
99 DeviceSpace() = default;
100 explicit DeviceSpace(const T& data) : fData(data) {} in DeviceSpace() function
101 explicit DeviceSpace(T&& data) : fData(std::move(data)) {} in DeviceSpace() function
473 LayerSpace<T> deviceToLayer(const DeviceSpace<T>& devGeometry) const { in deviceToLayer()
478 DeviceSpace<T> layerToDevice(const LayerSpace<T>& layerGeometry) const { in layerToDevice()
479 return DeviceSpace<T>(map(static_cast<const T&>(layerGeometry), fLayerToDevMatrix)); in layerToDevice()
DSkImageFilter_Base.h72 const skif::Mapping& mapping, const skif::DeviceSpace<SkIRect>& desiredOutput,
99 skif::DeviceSpace<SkIRect> getOutputBounds(
DSkImageFilter.cpp258 const skif::Mapping& mapping, const skif::DeviceSpace<SkIRect>& desiredOutput, in getInputBounds()
299 skif::DeviceSpace<SkIRect> SkImageFilter_Base::getOutputBounds( in getOutputBounds()
DSkCanvas.cpp693 const skif::DeviceSpace<SkIRect>& targetOutput) { in compute_decomposition_center()
715 const skif::DeviceSpace<SkIRect>& targetOutput, in get_layer_mapping_and_bounds()
858 filter, dst->localToDevice(), skif::DeviceSpace<SkIRect>(dst->devClipBounds()), in internalDrawDeviceWithFilter()
1049 skif::DeviceSpace<SkIRect>(priorDevice->devClipBounds()), in internalSaveLayer()
DSkDevice.cpp338 skif::DeviceSpace<SkIRect>(this->devClipBounds())); in drawFilteredImage()
DSkBlurMF.cpp1034 return GrFragmentProcessor::DeviceSpace(std::move(fp)); in make_rect_blur()
/third_party/skia/src/gpu/
DGrFragmentProcessor.cpp542 std::unique_ptr<GrFragmentProcessor> GrFragmentProcessor::DeviceSpace( in DeviceSpace() function in GrFragmentProcessor
548 class DeviceSpace : GrFragmentProcessor { in DeviceSpace() class
551 return std::unique_ptr<GrFragmentProcessor>(new DeviceSpace(std::move(fp))); in DeviceSpace()
555 DeviceSpace(std::unique_ptr<GrFragmentProcessor> fp) in DeviceSpace() function in GrFragmentProcessor::DeviceSpace::DeviceSpace
563 return std::unique_ptr<GrFragmentProcessor>(new DeviceSpace(std::move(child))); in DeviceSpace()
589 return DeviceSpace::Make(std::move(fp)); in DeviceSpace()
DGrFragmentProcessor.h143 static std::unique_ptr<GrFragmentProcessor> DeviceSpace(std::unique_ptr<GrFragmentProcessor>);
/third_party/skia/samplecode/
DSampleFilterBounds.cpp196 skif::DeviceSpace<SkIRect> targetOutput(target); in onDrawContent()
236 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()
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp198 return GrFragmentProcessor::DeviceSpace(GrMatrixEffect::Make(ctmInv, std::move(base))); in asFragmentProcessor()
/third_party/skia/gm/
Dfp_sample_chaining.cpp165 return GrFragmentProcessor::DeviceSpace(std::move(fp)); in wrap()
/third_party/skia/src/gpu/v1/
DClipStack.cpp1645 fp = GrFragmentProcessor::DeviceSpace(std::move(fp)); in GetSWMaskFP()