Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
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()
DMontage.cpp254 void Magick::MontageFramed::borderColor(const Magick::Color &borderColor_) in borderColor() argument
256 _borderColor=borderColor_; in borderColor()
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.hpp283 const Vec4& borderColor_ = Vec4(0.0f, 0.0f, 0.0f, 0.0f), in Sampler() argument
297 , borderColor (borderColor_) in Sampler()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp43848 BorderColor borderColor_ = BorderColor::eFloatTransparentBlack, in SamplerCreateInfo()
43864 , borderColor( borderColor_ ) in SamplerCreateInfo()
43969 SamplerCreateInfo & setBorderColor( BorderColor borderColor_ ) in setBorderColor()
43971 borderColor = borderColor_; in setBorderColor()
/external/swiftshader/include/vulkan/
Dvulkan.hpp11126 BorderColor borderColor_ = BorderColor::eFloatTransparentBlack, in SamplerCreateInfo()
11142 , borderColor( borderColor_ ) in SamplerCreateInfo()
11247 SamplerCreateInfo& setBorderColor( BorderColor borderColor_ ) in setBorderColor()
11249 borderColor = borderColor_; in setBorderColor()