Home
last modified time | relevance | path

Searched refs:is_rgb (Results 1 – 6 of 6) sorted by relevance

/external/fmtlib/include/fmt/
Dcolor.h205 FMT_CONSTEXPR color_type() FMT_NOEXCEPT : is_rgb(), value{} {} in color_type()
206 FMT_CONSTEXPR color_type(color rgb_color) FMT_NOEXCEPT : is_rgb(true), in color_type()
210 FMT_CONSTEXPR color_type(rgb rgb_color) FMT_NOEXCEPT : is_rgb(true), value{} { in color_type()
214 FMT_CONSTEXPR color_type(terminal_color term_color) FMT_NOEXCEPT : is_rgb(), in color_type()
218 bool is_rgb; member
239 if (!foreground_color.is_rgb || !rhs.foreground_color.is_rgb)
248 if (!background_color.is_rgb || !rhs.background_color.is_rgb)
268 if (!foreground_color.is_rgb || !rhs.foreground_color.is_rgb)
277 if (!background_color.is_rgb || !rhs.background_color.is_rgb)
360 if (!text_color.is_rgb) { in ansi_color_escape()
/external/drm_hwcomposer/platform/
Dplatformhisi.cpp53 bool is_rgb) { in ConvertGrallocFormatToDrmModifiers() argument
69 if (is_rgb) in ConvertGrallocFormatToDrmModifiers()
101 bool is_rgb; in ConvertBoInfo() local
115 is_rgb = HisiImporter::IsDrmFormatRgb(fmt); in ConvertBoInfo()
117 ConvertGrallocFormatToDrmModifiers(hnd->internal_format, is_rgb); in ConvertBoInfo()
Dplatformhisi.h37 uint64_t ConvertGrallocFormatToDrmModifiers(uint64_t flags, bool is_rgb);
/external/webp/src/dec/
Dio_dec.c553 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local
568 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); in CustomSetup()
576 if (is_rgb) { in CustomSetup()
600 : is_rgb ? EmitAlphaRGB in CustomSetup()
602 if (is_rgb) { in CustomSetup()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local
515 is_rgb = 1; in merge_presub_sources()
520 is_rgb = 0; in merge_presub_sources()
543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources()
558 free_source = rc_pair_alloc_source(dst_full, is_rgb, in merge_presub_sources()
/external/webp/src/enc/
Dpicture_csp_enc.c855 const int is_rgb = (r_ptr < b_ptr); // otherwise it's bgr in ImportYUVAFromRGBA() local
912 if (is_rgb) { in ImportYUVAFromRGBA()