Home
last modified time | relevance | path

Searched refs:minRed_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_color_extract.h95 uint32_t minRed_, maxRed_; variable
110 return (maxRed_ - minRed_ + 1) * (maxGreen_ - minGreen_ +1) * (maxBlue_ -minBlue_ + 1); in GetVolume()
169 minRed_ = minR; in fitBox()
192 uint32_t redLen = maxRed_ - minRed_; in GetLongestColorDimension()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_extract.h102 uint32_t minRed_ = UINT32_MAX; variable
121 … return (maxRed_ - minRed_ + 1) * (maxGreen_ - minGreen_ + 1) * (maxBlue_ - minBlue_ + 1); in GetVolume()
186 minRed_ = minR; in fitBox()
209 uint32_t redLen = maxRed_ - minRed_; in GetLongestColorDimension()