Home
last modified time | relevance | path

Searched refs:pglyph (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/dports/devel/t1lib/t1lib-5.1.2/lib/t1lib/
H A Dt1x11.c146 GLYPH *pglyph; in T1_SetCharX() local
180 height=pglyph->metrics.ascent-pglyph->metrics.descent; in T1_SetCharX()
233 GLYPH *pglyph; in T1_SetStringX() local
269 height=pglyph->metrics.ascent-pglyph->metrics.descent; in T1_SetStringX()
321 GLYPH *pglyph; in T1_SetRectX() local
355 height=pglyph->metrics.ascent-pglyph->metrics.descent; in T1_SetRectX()
520 height=pglyph->metrics.ascent-pglyph->metrics.descent; in T1_AASetCharX()
743 height=pglyph->metrics.ascent-pglyph->metrics.descent; in T1_AASetStringX()
962 height=pglyph->metrics.ascent-pglyph->metrics.descent; in T1_AASetRectX()
1140 pglyph->metrics.ascent-pglyph->metrics.descent, in T1_XImageFromGlyph()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsfcmap.c284 *pglyph = gs_min_cid_glyph + in code_map_decode_next()
293 *pglyph = in code_map_decode_next()
304 *pglyph = gs_no_glyph; in code_map_decode_next()
450 *pglyph = gs_min_cid_glyph + in code_map_decode_next_multidim_regime()
456 *pglyph = gs_min_cid_glyph + in code_map_decode_next_multidim_regime()
463 *pglyph = in code_map_decode_next_multidim_regime()
477 *pglyph = gs_no_glyph; in code_map_decode_next_multidim_regime()
512 if (code != 0 || *pglyph != gs_no_glyph) in gs_cmap_decode_next()
528 if (code != 0 || *pglyph != gs_no_glyph) in gs_cmap_decode_next()
577 *pglyph = gs_no_glyph; in gs_cmap_decode_next()
[all …]
H A Dgdevpsfu.c31 enumerate_font_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_font_next() argument
36 ppge->glyph_space, pglyph); in enumerate_font_next()
42 enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_glyphs_next() argument
46 *pglyph = ppge->subset.selected.list[ppge->index++]; in enumerate_glyphs_next()
50 enumerate_range_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_range_next() argument
54 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_range_next()
74 enumerate_bits_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_bits_next() argument
78 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_bits_next()
108 psf_enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in psf_enumerate_glyphs_next() argument
110 return ppge->enumerate_next(ppge, pglyph); in psf_enumerate_glyphs_next()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsfcmap.c284 *pglyph = gs_min_cid_glyph + in code_map_decode_next()
293 *pglyph = in code_map_decode_next()
304 *pglyph = gs_no_glyph; in code_map_decode_next()
450 *pglyph = gs_min_cid_glyph + in code_map_decode_next_multidim_regime()
456 *pglyph = gs_min_cid_glyph + in code_map_decode_next_multidim_regime()
463 *pglyph = in code_map_decode_next_multidim_regime()
477 *pglyph = gs_no_glyph; in code_map_decode_next_multidim_regime()
512 if (code != 0 || *pglyph != gs_no_glyph) in gs_cmap_decode_next()
528 if (code != 0 || *pglyph != gs_no_glyph) in gs_cmap_decode_next()
577 *pglyph = gs_no_glyph; in gs_cmap_decode_next()
[all …]
H A Dgdevpsfu.c31 enumerate_font_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_font_next() argument
36 ppge->glyph_space, pglyph); in enumerate_font_next()
42 enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_glyphs_next() argument
46 *pglyph = ppge->subset.selected.list[ppge->index++]; in enumerate_glyphs_next()
50 enumerate_range_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_range_next() argument
54 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_range_next()
74 enumerate_bits_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_bits_next() argument
78 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_bits_next()
108 psf_enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in psf_enumerate_glyphs_next() argument
110 return ppge->enumerate_next(ppge, pglyph); in psf_enumerate_glyphs_next()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mfb/
H A Dmfbplygblt.c133 register unsigned char *pglyph; local
171 pglyph = FONTGLYPHBITS(pglyphBase, pci);
202 getleftbits(pglyph, w, tmpSrc);
204 pglyph += widthGlyph;
215 getleftbits(pglyph, w, tmpSrc);
218 pglyph += widthGlyph;
339 pglyph = FONTGLYPHBITS(pglyphBase, pci);
340 pglyph += (glyphRow * widthGlyph);
366 getshiftedleftbits(pglyph, glyphCol, getWidth, tmpSrc);
368 pglyph += widthGlyph;
[all …]
H A Dmfbimggblt.c133 register unsigned char *pglyph; local
213 pglyph = FONTGLYPHBITS(pglyphBase, pci);
244 getleftbits(pglyph, w, tmpSrc);
246 pglyph += widthGlyph;
257 getleftbits(pglyph, w, tmpSrc);
260 pglyph += widthGlyph;
388 pglyph = FONTGLYPHBITS(pglyphBase, pci);
389 pglyph += (glyphRow * widthGlyph);
415 getshiftedleftbits(pglyph, glyphCol, getWidth, tmpSrc);
417 pglyph += widthGlyph;
[all …]
/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A DCompositorFont.cpp27 if(fontAtlasCursor.x+pglyph->w >= size){ in Update()
35 glyphEntry.pglyph = pglyph; in Update()
38 fontAtlasCursor.x += pglyph->w+1; in Update()
44 TextEngine::Glyph *pglyph = ptextEngine->LoadGlyph(glyphEntry.codepoint); in Update() local
45 for(uint y = 0; y < pglyph->h; ++y){ in Update()
47 uint offsetSrc = pglyph->w*y; in Update()
48 memcpy(pdata+offsetDst,pglyph->pbuffer+offsetSrc,pglyph->w); in Update()
166 glm::vec2 xy1 = xy0+glm::vec2((*m).pglyph->w,(*m).pglyph->h); in Set()
178 pvertices[4*i+1].texc = (*m).texc+glm::uvec2((*m).pglyph->w,0); in Set()
179 pvertices[4*i+2].texc = (*m).texc+glm::uvec2(0,(*m).pglyph->h); in Set()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsfu.c28 enumerate_font_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_font_next() argument
33 ppge->glyph_space, pglyph); in enumerate_font_next()
39 enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_glyphs_next() argument
43 *pglyph = ppge->subset.selected.list[ppge->index++]; in enumerate_glyphs_next()
47 enumerate_range_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_range_next() argument
51 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_range_next()
71 enumerate_bits_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_bits_next() argument
75 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_bits_next()
105 psf_enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in psf_enumerate_glyphs_next() argument
107 return ppge->enumerate_next(ppge, pglyph); in psf_enumerate_glyphs_next()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsfu.c28 enumerate_font_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_font_next() argument
33 ppge->glyph_space, pglyph); in enumerate_font_next()
39 enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_glyphs_next() argument
43 *pglyph = ppge->subset.selected.list[ppge->index++]; in enumerate_glyphs_next()
47 enumerate_range_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_range_next() argument
51 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_range_next()
71 enumerate_bits_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_bits_next() argument
75 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_bits_next()
105 psf_enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in psf_enumerate_glyphs_next() argument
107 return ppge->enumerate_next(ppge, pglyph); in psf_enumerate_glyphs_next()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsfu.c28 enumerate_font_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_font_next() argument
33 ppge->glyph_space, pglyph); in enumerate_font_next()
39 enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_glyphs_next() argument
43 *pglyph = ppge->subset.selected.list[ppge->index++]; in enumerate_glyphs_next()
47 enumerate_range_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_range_next() argument
51 *pglyph = (gs_glyph)(ppge->index++ + GS_MIN_CID_GLYPH); in enumerate_range_next()
71 enumerate_bits_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_bits_next() argument
75 *pglyph = (gs_glyph)(ppge->index++ + GS_MIN_CID_GLYPH); in enumerate_bits_next()
105 psf_enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in psf_enumerate_glyphs_next() argument
107 return ppge->enumerate_next(ppge, pglyph); in psf_enumerate_glyphs_next()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsfu.c28 enumerate_font_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_font_next() argument
33 ppge->glyph_space, pglyph); in enumerate_font_next()
39 enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_glyphs_next() argument
43 *pglyph = ppge->subset.selected.list[ppge->index++]; in enumerate_glyphs_next()
47 enumerate_range_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_range_next() argument
51 *pglyph = (gs_glyph)(ppge->index++ + GS_MIN_CID_GLYPH); in enumerate_range_next()
71 enumerate_bits_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_bits_next() argument
75 *pglyph = (gs_glyph)(ppge->index++ + GS_MIN_CID_GLYPH); in enumerate_bits_next()
105 psf_enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in psf_enumerate_glyphs_next() argument
107 return ppge->enumerate_next(ppge, pglyph); in psf_enumerate_glyphs_next()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsfu.c26 enumerate_font_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_font_next() argument
31 ppge->glyph_space, pglyph); in enumerate_font_next()
37 enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_glyphs_next() argument
41 *pglyph = ppge->subset.selected.list[ppge->index++]; in enumerate_glyphs_next()
45 enumerate_range_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_range_next() argument
49 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_range_next()
69 enumerate_bits_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_bits_next() argument
73 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_bits_next()
103 psf_enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in psf_enumerate_glyphs_next() argument
105 return ppge->enumerate_next(ppge, pglyph); in psf_enumerate_glyphs_next()
H A Dgsfcmap1.c147 gs_char * pchr, gs_glyph * pglyph) in code_map_decode_next_multidim_regime() argument
285 *pglyph = gs_min_cid_glyph + in code_map_decode_next_multidim_regime()
291 *pglyph = gs_min_cid_glyph + in code_map_decode_next_multidim_regime()
295 *pglyph = bytes2int(pvalue, pclr->value_size); in code_map_decode_next_multidim_regime()
298 *pglyph = in code_map_decode_next_multidim_regime()
312 *pglyph = gs_no_glyph; in code_map_decode_next_multidim_regime()
333 gs_char * pchr, gs_glyph * pglyph) in gs_cmap_adobe1_decode_next() argument
349 if (code != 0 || *pglyph != gs_no_glyph) in gs_cmap_adobe1_decode_next()
365 if (code != 0 || *pglyph != gs_no_glyph) in gs_cmap_adobe1_decode_next()
376 *pglyph = gs_min_cid_glyph; /* CID = 0 */ in gs_cmap_adobe1_decode_next()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsfu.c26 enumerate_font_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_font_next() argument
31 ppge->glyph_space, pglyph); in enumerate_font_next()
37 enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_glyphs_next() argument
41 *pglyph = ppge->subset.selected.list[ppge->index++]; in enumerate_glyphs_next()
45 enumerate_range_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_range_next() argument
49 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_range_next()
69 enumerate_bits_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in enumerate_bits_next() argument
73 *pglyph = (gs_glyph)(ppge->index++ + gs_min_cid_glyph); in enumerate_bits_next()
103 psf_enumerate_glyphs_next(psf_glyph_enum_t *ppge, gs_glyph *pglyph) in psf_enumerate_glyphs_next() argument
105 return ppge->enumerate_next(ppge, pglyph); in psf_enumerate_glyphs_next()
H A Dgsfcmap1.c147 gs_char * pchr, gs_glyph * pglyph) in code_map_decode_next_multidim_regime() argument
285 *pglyph = gs_min_cid_glyph + in code_map_decode_next_multidim_regime()
291 *pglyph = gs_min_cid_glyph + in code_map_decode_next_multidim_regime()
295 *pglyph = bytes2int(pvalue, pclr->value_size); in code_map_decode_next_multidim_regime()
298 *pglyph = in code_map_decode_next_multidim_regime()
312 *pglyph = gs_no_glyph; in code_map_decode_next_multidim_regime()
333 gs_char * pchr, gs_glyph * pglyph) in gs_cmap_adobe1_decode_next() argument
349 if (code != 0 || *pglyph != gs_no_glyph) in gs_cmap_adobe1_decode_next()
365 if (code != 0 || *pglyph != gs_no_glyph) in gs_cmap_adobe1_decode_next()
376 *pglyph = gs_min_cid_glyph; /* CID = 0 */ in gs_cmap_adobe1_decode_next()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
/dports/x11-servers/xephyr/xorg-server-1.20.13/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
/dports/x11-servers/xarcan/xarcan-0.6.0/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
/dports/x11-servers/xwayland/xorg-server-1.20.13/fb/
H A Dfbglyph.c65 unsigned char *pglyph; /* pointer bits in glyph */ in fbPolyGlyphBlt() local
95 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
131 unsigned char *pglyph; /* pointer bits in glyph */ in fbImageGlyphBlt() local
197 pglyph = FONTGLYPHBITS(pglyphBase, pci); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()

12345678910>>...18