HomeSort by: relevance | last modified time | path
    Searched defs:public (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libXft/dist/src/
xftdpy.c 212 XftFont *public; local
217 for (public = info->fonts; public; public = font->next)
219 font = (XftFontInt *) public;
232 XftFont *public; local
247 public = info->fonts;
248 while (public)
250 font = (XftFontInt *) public;
254 _XftFontUncacheGlyph (dpy, public);
    [all...]
xftcore.c 236 _XftSharpGlyphFind (XftDraw *draw _X_UNUSED, XftFont *public)
238 XftFontInt *font = (XftFontInt *) public;
869 _XftSmoothGlyphFind (XftDraw *draw, XftFont *public)
871 XftFontInt *font = (XftFontInt *) public;
922 _XftGlyphDefault (Display *dpy, XftFont *public)
924 XftFontInt *font = (XftFontInt *) public;
929 if (XftFontCheckGlyph (dpy, public, FcTrue, 0, missing, &nmissing))
932 XftFontLoadGlyphs (dpy, public, glyphs_loaded, missing, nmissing);
944 XftFont *public,
951 XftFontInt *font = (XftFontInt *) public;
1248 XftFont *public = glyphs[i].font; local
1355 XftFont *public = glyphs[i].font; local
1378 XftFont *public = glyphs[i].font; local
    [all...]
xftfreetype.c 340 XftLockFace (XftFont *public)
342 XftFontInt *font = (XftFontInt *) public;
359 XftUnlockFace (XftFont *public)
361 XftFontInt *font = (XftFontInt *) public;
814 return &font->public;
920 * Public fields
955 font->public.ascent = ascent;
956 font->public.descent = descent;
957 font->public.height = height;
960 font->public.max_advance_width = fi->char_width
1125 XftFont *public; local
1142 XftFont *public; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 193 struct sna_crtc_public public; member in struct:sna_crtc
424 return crtc->public.flags >> 8 & 0xff;
2136 assert(sna_crtc->public.flags & CRTC_ON);
2142 sna_crtc->public.flags &= ~CRTC_ON;
3082 sna_crtc->public.flags |= CRTC_ON;
3674 list_init(&sna_crtc->public.vblank_queue);
3687 sna_crtc->public.flags |= get_pipe.pipe << 8;

Completed in 15 milliseconds