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

  /xsrc/external/mit/libXfont/dist/src/util/
private.c 48 FontPtr pFont;
53 pFont = malloc(size);
55 if(pFont) {
56 bzero((char*)pFont, size);
57 pFont->maxPrivate = _FontPrivateAllocateIndex - 1;
59 pFont->devPrivates = (pointer)(&pFont[1]);
62 return pFont;
66 DestroyFontRec (FontPtr pFont)
68 if (pFont->devPrivates && pFont->devPrivates != (pointer)(&pFont[1])
    [all...]
patcache.c 55 FontPtr pFont; /* associated font */
76 cache->entries[i].pFont = 0;
97 cache->entries[i].pFont = 0;
133 FontPtr pFont)
171 e->pFont = pFont;
191 return e->pFont;
199 FontPtr pFont)
206 if ((e = &cache->entries[i])->pFont == pFont)
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/util/
private.c 50 FontPtr pFont;
55 pFont = malloc(size);
57 if(pFont) {
58 bzero((char*)pFont, size);
59 pFont->maxPrivate = _FontPrivateAllocateIndex - 1;
61 pFont->devPrivates = (pointer)(&pFont[1]);
64 return pFont;
68 DestroyFontRec (FontPtr pFont)
70 if (pFont->devPrivates && pFont->devPrivates != (pointer)(&pFont[1])
    [all...]
patcache.c 56 FontPtr pFont; /* associated font */
77 cache->entries[i].pFont = 0;
98 cache->entries[i].pFont = 0;
134 FontPtr pFont)
172 e->pFont = pFont;
192 return e->pFont;
200 FontPtr pFont)
207 if ((e = &cache->entries[i])->pFont == pFont)
    [all...]
  /xsrc/external/mit/libXfont/dist/src/builtins/
render.c 38 FontPtr pFont;
49 pFont = malloc(sizeof(FontRec));
50 if (!pFont) {
60 pFont->refcnt = 0;
61 pFont->maxPrivate = -1;
62 pFont->devPrivates = (pointer *) 0;
64 ret = pcfReadFont (pFont, file, bit, byte, glyph, scan);
68 free(pFont);
70 *ppFont = pFont;
91 FontPtr *pFont,
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/builtins/
render.c 39 FontPtr pFont;
50 pFont = malloc(sizeof(FontRec));
51 if (!pFont) {
61 pFont->refcnt = 0;
62 pFont->maxPrivate = -1;
63 pFont->devPrivates = (pointer *) 0;
65 ret = pcfReadFont (pFont, file, bit, byte, glyph, scan);
69 free(pFont);
71 *ppFont = pFont;
92 FontPtr *pFont,
    [all...]
  /xsrc/external/mit/libXfont/dist/src/bitmap/
bitmapfunc.c 50 int (*ReadFont) (FontPtr /* pFont */, FontFilePtr /* file */,
107 FontPtr pFont;
120 if (!(pFont = CreateFontRec())) {
121 fprintf(stderr, "Error: Couldn't allocate pFont (%ld)\n",
132 pFont->refcnt = 0;
134 ret = (*readers[i].ReadFont) (pFont, file, bit, byte, glyph, scan);
138 free(pFont);
140 *ppFont = pFont;
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
bitmapfunc.c 51 int (*ReadFont) (FontPtr /* pFont */, FontFilePtr /* file */,
108 FontPtr pFont;
121 if (!(pFont = CreateFontRec())) {
122 fprintf(stderr, "Error: Couldn't allocate pFont (%ld)\n",
133 pFont->refcnt = 0;
135 ret = (*readers[i].ReadFont) (pFont, file, bit, byte, glyph, scan);
139 free(pFont);
141 *ppFont = pFont;
  /xsrc/external/mit/xorg-server/dist/glx/
xfont.c 107 MakeBitmapsFromFont(FontPtr pFont, int first, int count, int list_base)
113 int encoding = (FONTLASTROW(pFont) == 0) ? Linear16Bit : TwoD16Bit;
125 (*pFont->get_glyphs) (pFont, 1, chs, (FontEncoding) encoding,
133 rv = __glXMakeBitmapFromGlyph(pFont, pci);
150 FontPtr pFont;
176 error = dixLookupFontable(&pFont, req->font, client, DixReadAccess);
180 return MakeBitmapsFromFont(pFont, req->first, req->count, req->listBase);
  /xsrc/external/mit/xorg-server.old/dist/glx/
xfont.c 110 MakeBitmapsFromFont(FontPtr pFont, int first, int count, int list_base)
116 int encoding = (FONTLASTROW(pFont) == 0) ? Linear16Bit : TwoD16Bit;
128 (*pFont->get_glyphs)(pFont, 1, chs, (FontEncoding)encoding,
136 rv = __glXMakeBitmapFromGlyph(pFont, pci);
152 FontPtr pFont;
180 error = dixLookupFontable(&pFont, req->font, client, DixReadAccess);
184 return MakeBitmapsFromFont(pFont, req->first, req->count,
  /xsrc/external/mit/xorg-server.old/dist/dix/
gc.c 287 FontPtr pFont;
288 NEXT_PTR(FontPtr, pFont);
289 pFont->refcnt++;
292 pGC->font = pFont;
dixfonts.c 108 LoadGlyphs(ClientPtr client, FontPtr pfont, unsigned nchars, int item_size,
111 if (fpe_functions[pfont->fpe->type].load_glyphs)
112 return (*fpe_functions[pfont->fpe->type].load_glyphs)
113 (client, pfont, 0, nchars, item_size, data);
227 FontPtr pfont = NullFont; local
287 c->fontid, &pfont, &alias,
329 if (!pfont) {
334 if (pfont->info.firstCol > pfont->info.lastCol ||
335 pfont->info.firstRow > pfont->info.lastRow |
467 FontPtr pfont = (FontPtr)value; local
    [all...]
dispatch.c 1216 FontPtr pFont;
1221 rc = dixLookupResourceByType((pointer *)&pFont, stuff->id, RT_FONT,
1239 FontPtr pFont;
1244 rc = dixLookupFontable(&pFont, stuff->id, client, DixGetAttrAccess);
1249 xCharInfo *pmax = FONTINKMAX(pFont);
1250 xCharInfo *pmin = FONTINKMIN(pFont);
1260 0 : N2dChars(pFont);
1263 FONTINFONPROPS(FONTCHARSET(pFont)) * sizeof(xFontProp) +
1274 QueryFont( pFont, reply, nprotoxcistructs);
1286 FontPtr pFont;
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
gc.c 287 FontPtr pFont;
288 NEXT_PTR(FontPtr, pFont);
290 pFont->refcnt++;
293 pGC->font = pFont;
dixfonts.c 109 LoadGlyphs(ClientPtr client, FontPtr pfont, unsigned nchars, int item_size,
112 if (fpe_functions[pfont->fpe->type]->load_glyphs)
113 return (*fpe_functions[pfont->fpe->type]->load_glyphs)
114 (client, pfont, 0, nchars, item_size, data);
235 FontPtr pfont = NullFont; local
285 c->fontid, &pfont, &alias,
324 if (!pfont) {
329 if (pfont->info.firstCol > pfont->info.lastCol ||
330 pfont->info.firstRow > pfont->info.lastRow |
458 FontPtr pfont = (FontPtr) value; local
    [all...]
dispatch.c 1321 FontPtr pFont;
1327 rc = dixLookupResourceByType((void **) &pFont, stuff->id, RT_FONT,
1343 FontPtr pFont;
1349 rc = dixLookupFontable(&pFont, stuff->id, client, DixGetAttrAccess);
1354 xCharInfo *pmax = FONTINKMAX(pFont);
1355 xCharInfo *pmin = FONTINKMIN(pFont);
1364 0 : N2dChars(pFont);
1367 FONTINFONPROPS(FONTCHARSET(pFont)) * sizeof(xFontProp) +
1377 QueryFont(pFont, reply, nprotoxcistructs);
1389 FontPtr pFont;
    [all...]
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
fntfilst.h 51 FontPtr pFont;
81 FontPtr pFont;
124 FontPtr * /* pFont */,
132 FontPtr * /* pFont */,
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xf86bigfont.c 236 FontPtr pFont)
247 pDesc = (ShmDescPtr) FontGetPrivate(pFont, FontShmdescIndex);
348 FontPtr pFont;
379 if (dixLookupFontable(&pFont, stuff->id, client, DixGetAttrAccess) != Success)
382 pmax = FONTINKMAX(pFont);
383 pmin = FONTINKMIN(pFont);
390 ? 0 : N2dChars(pFont);
400 pDesc = (ShmDescPtr) FontGetPrivate(pFont, FontShmdescIndex);
424 int ncols = pFont->info.lastCol - pFont->info.firstCol + 1
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xext/
xf86bigfont.c 225 XF86BigfontFreeFontShm(FontPtr pFont)
236 pDesc = (ShmDescPtr) FontGetPrivate(pFont, FontShmdescIndex);
326 FontPtr pFont;
360 if (dixLookupFontable(&pFont, stuff->id, client, DixGetAttrAccess) !=
364 pmax = FONTINKMAX(pFont);
365 pmin = FONTINKMIN(pFont);
372 ? 0 : N2dChars(pFont);
382 pDesc = (ShmDescPtr) FontGetPrivate(pFont, FontShmdescIndex);
408 int ncols = pFont->info.lastCol - pFont->info.firstCol + 1
    [all...]
  /xsrc/external/mit/bdftopcf/dist/
fntfilst.h 51 FontPtr pFont;
81 FontPtr pFont;
130 FontPtr * /* pFont */,
138 FontPtr * /* pFont */,
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
fntfilst.h 51 FontPtr pFont;
81 FontPtr pFont;
130 FontPtr * /* pFont */,
138 FontPtr * /* pFont */,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/
shadow.c 1267 ShadowTextExtent(FontPtr pFont, int count, char* chars,
1274 GetGlyphs(pFont, (unsigned long)count, (unsigned char *)chars,
1291 box->y1 = -FONTMAXBOUNDS(pFont,ascent);
1292 box->y2 = FONTMAXBOUNDS(pFont,descent);
1301 FontPtr pFont;
1303 pFont = pGC->font;
1304 if (pFont->info.constantWidth) {
1307 ascent = max(pFont->info.fontAscent, pFont->info.maxbounds.ascent);
1308 descent = max(pFont->info.fontDescent, pFont->info.maxbounds.descent)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxcmds.c 2628 FontPtr pFont;
2650 dixLookupResourceByType((pointer*) &pFont, req->font, RT_FONT,
2652 if (!pFont) {
2661 pFont = pGC->font;
2664 pFontPriv = FontGetPrivate(pFont, dmxFontPrivateIndex);

Completed in 27 milliseconds