Searched refs:DeviceSpace (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/src/core/ |
D | SkImageFilterTypes.h | 97 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()
|
D | SkImageFilter_Base.h | 72 const skif::Mapping& mapping, const skif::DeviceSpace<SkIRect>& desiredOutput, 99 skif::DeviceSpace<SkIRect> getOutputBounds(
|
D | SkImageFilter.cpp | 258 const skif::Mapping& mapping, const skif::DeviceSpace<SkIRect>& desiredOutput, in getInputBounds() 299 skif::DeviceSpace<SkIRect> SkImageFilter_Base::getOutputBounds( in getOutputBounds()
|
D | SkCanvas.cpp | 693 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()
|
D | SkDevice.cpp | 338 skif::DeviceSpace<SkIRect>(this->devClipBounds())); in drawFilteredImage()
|
D | SkBlurMF.cpp | 1034 return GrFragmentProcessor::DeviceSpace(std::move(fp)); in make_rect_blur()
|
/third_party/skia/src/gpu/ |
D | GrFragmentProcessor.cpp | 542 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()
|
D | GrFragmentProcessor.h | 143 static std::unique_ptr<GrFragmentProcessor> DeviceSpace(std::unique_ptr<GrFragmentProcessor>);
|
/third_party/skia/samplecode/ |
D | SampleFilterBounds.cpp | 196 skif::DeviceSpace<SkIRect> targetOutput(target); in onDrawContent() 236 skif::DeviceSpace<SkIRect> hintedOutputBounds = as_IFB(fBlur)->getOutputBounds( in onDrawContent()
|
D | SampleImageFilterDAG.cpp | 87 skif::DeviceSpace<SkIRect> pseudoDeviceBounds = in computeOutputBounds() 104 skif::DeviceSpace<SkIRect> targetOutput(fMapping.totalMatrix() in computeInputBounds()
|
/third_party/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 198 return GrFragmentProcessor::DeviceSpace(GrMatrixEffect::Make(ctmInv, std::move(base))); in asFragmentProcessor()
|
/third_party/skia/gm/ |
D | fp_sample_chaining.cpp | 165 return GrFragmentProcessor::DeviceSpace(std::move(fp)); in wrap()
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.cpp | 1645 fp = GrFragmentProcessor::DeviceSpace(std::move(fp)); in GetSWMaskFP()
|