Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 25 of 40) sorted by relevance

12

/vim-8.2.3635/src/
H A Dgui_beval.c789 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 Dvim.h1680 # 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 Dgui_xmebw.c367 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 Dgui_athena.c507 &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 Dgui_x11.c2236 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 Dgui_gtk_x11.c3974 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 Dgui_photon.c1953 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 Dgui_motif.c2473 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 Dgui_w32.c2275 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 Dgui.c4796 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 Dxpm.vim40 " 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 Dxpm2.vim47 " 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 Deuphoria3.vim42 syn keyword euphoria3Builtin not_bits pixel get_pixel mem_copy mem_set
H A Deuphoria4.vim46 syn keyword euphoria4Builtin peek2s peek2u peek4s peek4u peek_string peeks pixel
H A D8th.vim263 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 Dsimx.h80 Pixel pixel; member
H A Dxpm.h113 Pixel pixel; /* Color pixel */ member
/vim-8.2.3635/src/proto/
H A Dgui.pro52 int gui_get_lightness(guicolor_T pixel);
H A Dgui_x11.pro62 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
H A Dgui_gtk_x11.pro73 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
H A Dgui_photon.pro30 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
H A Dgui_haiku.pro14 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
H A Dgui_w32.pro39 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
/vim-8.2.3635/runtime/doc/
H A Dnetbeans.txt752 x number pixel position on screen
753 y number pixel position on screen
H A Dgui_w32.txt48 fonts that have the same point size don't have the same pixel size!

12