Searched refs:DeviceSpace (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/core/ |
D | SkImageFilterTypes.h | 106 class DeviceSpace { 108 DeviceSpace() = default; 109 explicit DeviceSpace(const T& data) : fData(data) {} in DeviceSpace() function 110 explicit DeviceSpace(T&& data) : fData(std::move(data)) {} in DeviceSpace() function 541 LayerSpace<T> deviceToLayer(const DeviceSpace<T>& devGeometry) const { in deviceToLayer() 546 DeviceSpace<T> layerToDevice(const LayerSpace<T>& layerGeometry) const { in layerToDevice() 547 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 | 261 const skif::Mapping& mapping, const skif::DeviceSpace<SkIRect>& desiredOutput, in getInputBounds() 302 skif::DeviceSpace<SkIRect> SkImageFilter_Base::getOutputBounds( in getOutputBounds()
|
D | SkCanvas.cpp | 733 const skif::DeviceSpace<SkIRect>& targetOutput) { in compute_decomposition_center() 755 const skif::DeviceSpace<SkIRect>& targetOutput, in get_layer_mapping_and_bounds() 917 filter, dst->localToDevice(), skif::DeviceSpace<SkIRect>(dst->devClipBounds()), in internalDrawDeviceWithFilter() 1160 skif::DeviceSpace<SkIRect>(priorDevice->devClipBounds()), in internalSaveLayer()
|
D | SkDevice.cpp | 335 skif::DeviceSpace<SkIRect>(this->devClipBounds())); in drawFilteredImage()
|
D | SkBlurMF.cpp | 1043 return GrFragmentProcessor::DeviceSpace(std::move(fp)); in make_rect_blur()
|
/external/skia/src/gpu/ganesh/ |
D | GrFragmentProcessor.cpp | 540 std::unique_ptr<GrFragmentProcessor> GrFragmentProcessor::DeviceSpace( in DeviceSpace() function in GrFragmentProcessor 546 class DeviceSpace : GrFragmentProcessor { in DeviceSpace() class 549 return std::unique_ptr<GrFragmentProcessor>(new DeviceSpace(std::move(fp))); in DeviceSpace() 553 DeviceSpace(std::unique_ptr<GrFragmentProcessor> fp) in DeviceSpace() function in GrFragmentProcessor::DeviceSpace::DeviceSpace 561 return std::unique_ptr<GrFragmentProcessor>(new DeviceSpace(std::move(child))); in DeviceSpace() 587 return DeviceSpace::Make(std::move(fp)); in DeviceSpace()
|
D | GrFragmentProcessor.h | 145 static std::unique_ptr<GrFragmentProcessor> DeviceSpace(std::unique_ptr<GrFragmentProcessor>);
|
D | ClipStack.cpp | 1656 fp = GrFragmentProcessor::DeviceSpace(std::move(fp)); in GetSWMaskFP()
|
/external/skia/tools/viewer/ |
D | FilterBoundsSlide.cpp | 194 skif::DeviceSpace<SkIRect> targetOutput(target); in draw() 234 skif::DeviceSpace<SkIRect> hintedOutputBounds = as_IFB(fBlur)->getOutputBounds( in draw()
|
D | ImageFilterDAGSlide.cpp | 84 skif::DeviceSpace<SkIRect> pseudoDeviceBounds = in computeOutputBounds() 101 skif::DeviceSpace<SkIRect> targetOutput(fMapping.totalMatrix() in computeInputBounds()
|
/external/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 210 return GrFragmentProcessor::DeviceSpace(GrMatrixEffect::Make(ctmInv, std::move(base))); in asFragmentProcessor()
|
D | SkPerlinNoiseShader.cpp | 973 return GrFragmentProcessor::DeviceSpace( in asFragmentProcessor()
|
/external/skia/gm/ |
D | fp_sample_chaining.cpp | 166 return GrFragmentProcessor::DeviceSpace(std::move(fp)); in wrap()
|