Searched +refs:face +refs:background +refs:pixmap (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32term.c309 gc->background = xgcv->background;
354 hb = CreateSolidBrush (gc->background);
463 #if 0 /* Rows in a current matrix containing glyphs in mouse-face have
466 flag set. So, rows containing mouse-face glyphs are never
503 struct face *face;
511 face = FACE_FROM_ID (f, VERTICAL_BORDER_FACE_ID);
512 if (face)
513 w32_fill_rect (f, hdc, face
498 struct face *face; local
681 struct face *face = p->face; local
711 HBITMAP pixmap = fringe_bmp[p->which]; local
1315 struct face *face; local
1763 COLORREF background = di->relief_background; local
2256 HBITMAP pixmap = 0; local
4991 struct face *face = FACE_FROM_ID (f, cursor_glyph->face_id); local
[all...]
H A Dimage.c117 /* A black pixel in a mask bitmap/pixmap means ``draw a source
160 XGetImage (display, pixmap, x, y, width, height, plane_mask, format)
162 Pixmap pixmap;
173 xassert (EqualRect (&ri, GetPixBounds (GetGWorldPixMap (pixmap), &rp)));
175 xassert (! (pixelsLocked & GetPixelsState (GetGWorldPixMap (pixmap))));
178 LockPixels (GetGWorldPixMap (pixmap));
180 return pixmap;
189 PixMapHandle pixmap = GetGWorldPixMap (ximage); local
190 short depth = GetPixDepth (pixmap);
195 char *base_addr = GetPixBaseAddr (pixmap);
236 PixMapHandle pixmap = GetGWorldPixMap (ximage); local
624 Pixmap pixmap, mask; local
2256 XPutImage (FRAME_X_DISPLAY (f), pixmap, gc, ximg, 0, 0, 0, 0, width, height); local
3271 unsigned long background = FRAME_BACKGROUND_PIXEL (f); local
3375 unsigned long background = FRAME_BACKGROUND_PIXEL (f); local
5038 Pixmap pixmap; local
[all...]
H A Dxterm.c503 #if 0 /* Rows in a current matrix containing glyphs in mouse-face have
506 flag set. So, rows containing mouse-face glyphs are never
542 struct face *face;
544 face = FACE_FROM_ID (f, VERTICAL_BORDER_FACE_ID);
545 if (face)
547 face->foreground);
559 glyphs in mouse-face were overwritten. In that case we have to
588 /* If a row with mouse-face was overwritten, arrange for
707 struct face *fac
538 struct face *face; local
703 struct face *face = p->face; local
744 Pixmap pixmap, clipmask = (Pixmap) 0; local
1059 struct face *face; local
1942 unsigned long background = di->relief_background; local
2438 Pixmap pixmap = None; local
5858 Pixmap pixmap = (Pixmap) event.xclient.data.l[1]; local
7274 struct face *face = FACE_FROM_ID (f, cursor_glyph->face_id); local
[all...]
H A Dmacterm.c302 CG_SET_FILL_COLOR_MAYBE_WITH_CGCOLOR (context, (gc)->xgcv.background, \
450 XFreePixmap (display, pixmap)
452 Pixmap pixmap;
454 DisposeGWorld (pixmap);
761 Pixmap pixmap;
771 err = NewGWorld (&pixmap, depth, &r, NULL, NULL, 0);
775 err = QTNewGWorld (&pixmap, k32ARGBPixelFormat, &r, NULL, NULL, 0);
779 return pixmap;
792 Pixmap pixmap;
801 pixmap
760 Pixmap pixmap; local
791 Pixmap pixmap; local
2023 struct face *face; local
2189 struct face *face = p->face; local
2644 struct face *face; local
3254 unsigned long background = di->relief_background; local
5689 struct face *face = FACE_FROM_ID (f, cursor_glyph->face_id); local
8763 struct face *face; local
[all...]
H A Ddispextern.h346 glyph. This is part of the implementation of the face attribute
372 /* Face of the glyph. This is a realized face ID,
373 an index in the face cache of the frame. */
696 /* Width of the row in pixels without taking face extension at the
790 /* 1 means the face of the last glyph in the text area is drawn to
827 /* 1 means some glyphs in this row are displayed in mouse-face. */
928 /* Non-zero if the face of the last glyph in ROW's text area has
1085 /* Enumeration for overriding/changing the face to use for drawing
1100 /* A sequence of glyphs to be drawn in the same face. */
1110 /* The width of the string, not including a face extensio
1149 struct face *face; member in struct:glyph_string
1423 struct face struct
1457 unsigned long background; member in struct:face
1704 struct face *face; member in struct:draw_fringe_bitmap_params
2421 Pixmap pixmap, mask; member in struct:image
2432 unsigned long background; member in struct:image
[all...]

Completed in 176 milliseconds