Home
last modified time | relevance | path

Searched refs:minG (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.h135 uint32_t minG = UINT32_MAX; in fitBox() local
159 if (g < minG) { in fitBox()
160 minG = g; in fitBox()
171 minGreen_ = minG; in fitBox()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_extract.h152 uint32_t minG = UINT32_MAX; in fitBox() local
176 if (g < minG) { in fitBox()
177 minG = g; in fitBox()
188 minGreen_ = minG; in fitBox()