| /vim-8.2.3635/src/ |
| H A D | gui_beval.c | 789 guicolor_T pixel; in set_printable_label_text() local 801 pixel = (aep != NULL) ? aep->ae_u.gui.fg_color : INVALCOLOR; in set_printable_label_text() 802 if (pixel != INVALCOLOR) in set_printable_label_text() 805 color.red = ((pixel & 0xff0000) >> 16) / 255.0; in set_printable_label_text() 806 color.green = ((pixel & 0xff00) >> 8) / 255.0; in set_printable_label_text() 807 color.blue = (pixel & 0xff) / 255.0; in set_printable_label_text() 812 (unsigned long)pixel, &color); in set_printable_label_text() 855 if (pixel != INVALCOLOR) in set_printable_label_text()
|
| H A D | vim.h | 1680 # define GUI_FUNCTION2(f, pixel) (gui.in_use \ argument 1681 ? ((pixel) != INVALCOLOR \ 1682 ? gui_##f((pixel)) \ 1684 : termgui_##f((pixel))) 1688 # define GUI_FUNCTION2(f,pixel) ((pixel) != INVALCOLOR \ argument 1689 ? gui_##f((pixel)) \ 1696 # define GUI_FUNCTION2(f, pixel) termgui_##f((pixel)) argument 1707 # define GUI_MCH_GET_RGB2(pixel) GUI_FUNCTION2(mch_get_rgb, (pixel)) argument
|
| H A D | gui_xmebw.c | 367 color[0].pixel = eb->core.background_pixel; in set_pixmap() 368 color[1].pixel = eb->core.background_pixel; in set_pixmap() 369 color[2].pixel = eb->core.background_pixel; in set_pixmap() 370 color[3].pixel = eb->primitive.foreground; in set_pixmap() 371 color[4].pixel = eb->core.background_pixel; in set_pixmap() 372 color[5].pixel = eb->primitive.top_shadow_color; in set_pixmap() 373 color[6].pixel = eb->primitive.highlight_color; in set_pixmap() 374 color[7].pixel = eb->pushbutton.arm_color; in set_pixmap() 411 color[4].pixel = eb->primitive.bottom_shadow_color; in set_pixmap()
|
| H A D | gui_athena.c | 507 &color[BACKGROUND].pixel, in createXpmImages() 508 &color[FOREGROUND].pixel, in createXpmImages() 509 &color[BOTTOM_SHADOW].pixel, in createXpmImages() 510 &color[TOP_SHADOW].pixel, in createXpmImages() 511 &color[HIGHLIGHT].pixel); in createXpmImages() 535 gcvalues.foreground = color[BACKGROUND].pixel; in createXpmImages()
|
| H A D | gui_x11.c | 2236 return (guicolor_T)available.pixel; in gui_mch_get_rgb_color() 2244 return (guicolor_T)available.pixel; in gui_mch_get_rgb_color() 3082 gui_mch_get_rgb(guicolor_T pixel) in gui_mch_get_rgb() argument 3088 xc.pixel = pixel; in gui_mch_get_rgb() 3221 attrs.colorsymbols[0].pixel = gui.back_pixel; in gui_mch_register_sign() 3222 attrs.colorsymbols[1].pixel = gui.norm_pixel; in gui_mch_register_sign()
|
| H A D | gui_gtk_x11.c | 3974 color.pixel = gui.back_pixel; in gui_mch_new_colors() 5145 return ret != 0 ? (guicolor_T)gcolor.pixel : INVALCOLOR; in gui_mch_get_rgb_color() 5158 gui.fgcolor->pixel = (unsigned long)color; in gui_mch_set_fg_color() 5171 gui.bgcolor->pixel = (unsigned long)color; in gui_mch_set_bg_color() 5184 gui.spcolor->pixel = (unsigned long)color; in gui_mch_set_sp_color() 6006 values.foreground.pixel = gui.norm_pixel ^ gui.back_pixel; in gui_mch_flash() 6007 values.background.pixel = gui.norm_pixel ^ gui.back_pixel; in gui_mch_flash() 6374 color.pixel = gui.back_pixel; in gui_mch_clear_block() 6761 gui_mch_get_rgb(guicolor_T pixel) in gui_mch_get_rgb() argument 6764 return (long_u)pixel; in gui_mch_get_rgb() [all …]
|
| H A D | gui_photon.c | 1953 gui_mch_get_rgb(guicolor_T pixel) in gui_mch_get_rgb() argument 1955 return (guicolor_T)(PgRGB(PgRedValue(pixel), in gui_mch_get_rgb() 1956 PgGreenValue(pixel), PgBlueValue(pixel))); in gui_mch_get_rgb()
|
| H A D | gui_motif.c | 2473 XmNbackground, &color[0].pixel, in create_pixmap_label() 2474 XmNforeground, &color[1].pixel, in create_pixmap_label() 2475 XmNbottomShadowColor, &color[2].pixel, in create_pixmap_label() 2476 XmNtopShadowColor, &color[3].pixel, in create_pixmap_label() 2477 XmNhighlight, &color[4].pixel, in create_pixmap_label()
|
| H A D | gui_w32.c | 2275 gui_mch_get_rgb(guicolor_T pixel) in gui_mch_get_rgb() argument 2277 return (guicolor_T)((GetRValue(pixel) << 16) + (GetGValue(pixel) << 8) in gui_mch_get_rgb() 2278 + GetBValue(pixel)); in gui_mch_get_rgb()
|
| H A D | gui.c | 4796 gui_get_lightness(guicolor_T pixel) in gui_get_lightness() argument 4798 long_u rgb = (long_u)gui_mch_get_rgb(pixel); in gui_get_lightness()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xpm.vim | 40 " get the 4th value: cpp = number of character per pixel 46 " Highlight the Values string as normal string (no pixel string). 94 " highlight the color string as normal string (no pixel string) 105 " and create the syntax item contained in the pixel strings
|
| H A D | xpm2.vim | 47 " get the 4th value: cpp = number of character per pixel 53 " Highlight the Values string as normal string (no pixel string). 105 " highlight the color string as normal string (no pixel string) 116 " and create the syntax item contained in the pixel strings
|
| H A D | euphoria3.vim | 42 syn keyword euphoria3Builtin not_bits pixel get_pixel mem_copy mem_set
|
| H A D | euphoria4.vim | 46 syn keyword euphoria4Builtin peek2s peek2u peek4s peek4u peek_string peeks pixel
|
| H A D | 8th.vim | 263 Builtin layout-ratio-from-pixel nk:layout-ratio-from-pixel layout-reset-row-height nk:layout-reset…
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | simx.h | 80 Pixel pixel; member
|
| H A D | xpm.h | 113 Pixel pixel; /* Color pixel */ member
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui.pro | 52 int gui_get_lightness(guicolor_T pixel);
|
| H A D | gui_x11.pro | 62 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
|
| H A D | gui_gtk_x11.pro | 73 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
|
| H A D | gui_photon.pro | 30 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
|
| H A D | gui_haiku.pro | 14 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
|
| H A D | gui_w32.pro | 39 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | netbeans.txt | 752 x number pixel position on screen 753 y number pixel position on screen
|
| H A D | gui_w32.txt | 48 fonts that have the same point size don't have the same pixel size!
|