| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-color.c | 26 /* Colorspace constants and their values. */ 91 if (!PyUnicode_CompareWithASCIIString (attr_name, "colorspace")) 93 int value = static_cast<int> (color.colorspace ()); 168 Use: __init__(VALUE = None, COLORSPACE = None) 172 COLORSPACE is the color space index. 182 color_space colorspace = color_space::MONOCHROME; local 199 if (!color_space_safe_cast (&colorspace, colorspace_id)) 200 error (_("colorspace %ld is out of range."), colorspace_id); 205 error (_("colorspace must be None or integer")); 209 obj->color = ui_file_style::color (colorspace, -1) [all...] |
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-color.c | 48 static const char *coscm_colorspace_name (color_space colorspace); 60 gdbscm_printf (port, " %s", coscm_colorspace_name (color.colorspace ())); 136 /* Return COLORSPACE as a string. */ 139 coscm_colorspace_name (color_space colorspace) 143 if (colorspaces[i].value == static_cast<int> (colorspace)) 161 [#:color-space colorspace]]) -> <gdb:color> 166 COLORSPACE is the color space of the VALUE. It should be one of the 175 color_space colorspace = color_space::MONOCHROME; local 187 if (!color_space_safe_cast (&colorspace, colorspace_int)) 190 _("invalid colorspace argument")) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-style.h | 162 color_space colorspace () const function in class:ui_file_style::color
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| atom.h | 204 u8 colorspace:2; member in struct:nv50_wndw_atom::__anon5124
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_connector.h | 263 * respective protocol). Userspace will set the colorspace through 264 * a colorspace property which will be created and exposed to 268 /* For Default case, driver will set the colorspace */ 630 * @colorspace: State variable for Connector property to request 631 * colorspace change on Sink. This is most commonly used to switch 634 u32 colorspace; member in struct:drm_connector_state 1242 * colorspace supported by the sink.
|
| /src/sys/external/bsd/drm2/include/linux/ |
| hdmi.h | 267 enum hdmi_colorspace colorspace; member in struct:hdmi_avi_infoframe
|
| /src/sys/sys/ |
| videoio.h | 1187 * Default colorspace, i.e. let the driver figure it out. 1208 * NTSC 1953 colorspace. This only makes sense when dealing with 1214 * EBU Tech 3213 PAL/SECAM colorspace. This only makes sense when 1229 /* AdobeRGB colorspace */ 1232 /* BT.2020 colorspace, used for UHDTV. */ 1235 /* Raw colorspace: for RAW unprocessed images */ 1238 /* DCI-P3 colorspace, used by cinema projectors */ 1243 * Determine how COLORSPACE_DEFAULT should map to a proper colorspace. 1282 * This depends on the colorspace. 1355 * This depends on the colorspace 1485 u_int32_t colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_pix_format 2027 u_int32_t colorspace; \/* enum v4l2_colorspace *\/ member in struct:v4l2_framebuffer::__anon7726 3097 u_int32_t colorspace; member in struct:v4l2_pix_format_mplane [all...] |