Home
last modified time | relevance | path

Searched refs:borderColor_ (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/Magick++/lib/
DMontage.cpp254 void Magick::MontageFramed::borderColor(const Magick::Color &borderColor_) in borderColor() argument
256 _borderColor=borderColor_; in borderColor()
DSTL.cpp444 const Magick::Color &borderColor_,const bool invert_) in floodFillColorImage() argument
448 _borderColor(borderColor_), in floodFillColorImage()
454 const Color &fillColor_,const Color &borderColor_,const bool invert_) in floodFillColorImage() argument
458 _borderColor(borderColor_), in floodFillColorImage()
493 const Magick::Color &borderColor_,const bool invert_) in floodFillTextureImage() argument
497 _borderColor(borderColor_), in floodFillTextureImage()
504 const Magick::Color &borderColor_,const bool invert_) in floodFillTextureImage() argument
508 _borderColor(borderColor_), in floodFillTextureImage()
DImage.cpp427 void Magick::Image::borderColor(const Color &borderColor_) in borderColor() argument
431 if (borderColor_.isValid()) in borderColor()
432 image()->border_color=borderColor_; in borderColor()
436 options()->borderColor(borderColor_); in borderColor()
3050 const Magick::Color &fillColor_,const Magick::Color &borderColor_, in floodFillColor() argument
3053 floodFillColor(point_.xOff(),point_.yOff(),fillColor_,borderColor_,invert_); in floodFillColor()
3057 const Magick::Color &fillColor_,const Magick::Color &borderColor_, in floodFillColor() argument
3065 pixel=static_cast<PixelInfo>(borderColor_); in floodFillColor()
3088 const Magick::Image &texture_,const Magick::Color &borderColor_, in floodFillTexture() argument
3091 floodFillTexture(point_.xOff(),point_.yOff(),texture_,borderColor_,invert_); in floodFillTexture()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h128 void borderColor(const Color &borderColor_);
DImage.h923 const Color &borderColor_,const bool invert_=false);
925 const Color &fillColor_,const Color &borderColor_,
940 const Color &borderColor_,const bool invert_=false);
942 const Image &texture_,const Color &borderColor_,
DSTL.h492 const Color &borderColor_,const bool invert_=false);
494 const Color &fillColor_,const Color &borderColor_,
524 const Image &texture_,const Color &borderColor_,
528 const Color &borderColor_,const bool invert_=false);
/external/deqp/framework/common/
DtcuTexture.hpp296 const Vec4& borderColor_ = Vec4(0.0f, 0.0f, 0.0f, 0.0f), in Sampler() argument
310 , borderColor (borderColor_) in Sampler()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp59824 …VULKAN_HPP_NAMESPACE::BorderColor borderColor_ = VULKAN_HPP_NAMESPACE::BorderColor::eFloatT…
59840 , borderColor( borderColor_ )
59950 …SamplerCreateInfo & setBorderColor( VULKAN_HPP_NAMESPACE::BorderColor borderColor_ ) VULKAN_HPP_NO… in setBorderColor()
59952 borderColor = borderColor_; in setBorderColor()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp41385 …t minLod_ = {}, float maxLod_ = {}, VULKAN_HPP_NAMESPACE::BorderColor borderColor_ = VULKAN_HPP_NA… in SamplerCreateInfo()
41386 …eOp( compareOp_ ), minLod( minLod_ ), maxLod( maxLod_ ), borderColor( borderColor_ ), unnormalized…
41499 …SamplerCreateInfo & setBorderColor( VULKAN_HPP_NAMESPACE::BorderColor borderColor_ ) VULKAN_HPP_NO… in setBorderColor()
41501 borderColor = borderColor_; in setBorderColor()
/external/swiftshader/include/vulkan/
Dvulkan.hpp41547 …t minLod_ = {}, float maxLod_ = {}, VULKAN_HPP_NAMESPACE::BorderColor borderColor_ = VULKAN_HPP_NA… in SamplerCreateInfo()
41548 …eOp( compareOp_ ), minLod( minLod_ ), maxLod( maxLod_ ), borderColor( borderColor_ ), unnormalized…
41661 …SamplerCreateInfo & setBorderColor( VULKAN_HPP_NAMESPACE::BorderColor borderColor_ ) VULKAN_HPP_NO… in setBorderColor()
41663 borderColor = borderColor_; in setBorderColor()