| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miglblt.c | 84 miPolyGlyphBlt(DrawablePtr pDrawable, GC * pGC, int x, int y, unsigned int nglyph, CharInfoPtr * pp… in miPolyGlyphBlt() argument 141 while (nglyph--) { in miPolyGlyphBlt() 185 miImageGlyphBlt(DrawablePtr pDrawable, GC * pGC, int x, int y, unsigned int nglyph, CharInfoPtr * p… in miImageGlyphBlt() argument 195 xfont2_query_glyph_extents(pGC->font, ppci, (unsigned long) nglyph, &info); in miImageGlyphBlt() 224 (*pGC->ops->PolyGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in miImageGlyphBlt()
|
| H A D | mi.h | 267 unsigned int nglyph, 276 unsigned int nglyph,
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_composite_glyphs.c | 46 int nglyph; member 138 atlas->nglyph = 0; in glamor_glyph_atlas_init() 175 atlas->nglyph++; in glamor_glyph_add() 235 struct glamor_glyph_atlas *atlas, int nglyph) in glamor_glyphs_flush() argument 278 glDrawArraysInstanced(GL_TRIANGLE_STRIP, 0, 4, nglyph); in glamor_glyphs_flush() 280 glamor_glDrawArrays_GL_QUADS(glamor_priv, nglyph); in glamor_glyphs_flush() 366 int nglyph = 0; in glamor_composite_glyphs() local 370 nglyph += list[n].len; in glamor_composite_glyphs() 456 v = glamor_glyph_start(screen, nglyph); in glamor_composite_glyphs() 500 nglyph--; in glamor_composite_glyphs()
|
| H A D | glamor_glyphblt.c | 42 int start_x, int y, unsigned int nglyph, in glamor_poly_glyph_blt_gl() argument 86 for (n = 0; n < nglyph; n++) { in glamor_poly_glyph_blt_gl() 155 int start_x, int y, unsigned int nglyph, in glamor_poly_glyph_blt() argument 159 glamor_poly_glyph_blt_gl(drawable, gc, start_x, y, nglyph, ppci, in glamor_poly_glyph_blt() 162 miPolyGlyphBlt(drawable, gc, start_x, y, nglyph, in glamor_poly_glyph_blt()
|
| H A D | glamor_text.c | 102 int nglyph; in glamor_text() local 135 nglyph = 0; in glamor_text() 181 nglyph++; in glamor_text() 187 if (nglyph != 0) { in glamor_text() 209 glDrawArraysInstanced(GL_TRIANGLE_STRIP, 0, 4, nglyph); in glamor_text()
|
| H A D | glamor_priv.h | 828 int x, int y, unsigned int nglyph, 832 int x, int y, unsigned int nglyph,
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbglyph.c | 61 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) in fbPolyGlyphBlt() argument 93 while (nglyph--) { in fbPolyGlyphBlt() 126 unsigned int nglyph, CharInfoPtr * ppciInit, void *pglyphBase) in fbImageGlyphBlt() argument 171 n = nglyph; in fbImageGlyphBlt() 195 while (nglyph--) { in fbImageGlyphBlt()
|
| H A D | fb.h | 883 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase); 891 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase);
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 217 unsigned int nglyph, 225 unsigned int nglyph,
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.h | 80 int x, int y, unsigned int nglyph, 83 int x, int y, unsigned int nglyph,
|
| H A D | dmxpict.c | 488 int nglyph; in dmxProcRenderCompositeGlyphs() local 551 nglyph = 0; in dmxProcRenderCompositeGlyphs() 561 nglyph += elt->len; in dmxProcRenderCompositeGlyphs() 576 glyphs = xallocarray(nglyph, size); in dmxProcRenderCompositeGlyphs()
|
| H A D | dmxgcops.c | 510 int x, int y, unsigned int nglyph, in dmxImageGlyphBlt() argument 519 int x, int y, unsigned int nglyph, in dmxPolyGlyphBlt() argument
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 118 unsigned int nglyph, CharInfoPtr * ppci, 1368 unsigned int nglyph = nglyphInit; in RootlessImageGlyphBlt() local 1377 box.x2 = ppci[nglyph - 1]->metrics.rightSideBearing - in RootlessImageGlyphBlt() 1378 ppci[nglyph - 1]->metrics.characterWidth; in RootlessImageGlyphBlt() 1385 while (nglyph--) { in RootlessImageGlyphBlt() 1421 int x, int y, unsigned int nglyph, in RootlessPolyGlyphBlt() argument 1428 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in RootlessPolyGlyphBlt() 1430 if (nglyph > 0) { in RootlessPolyGlyphBlt() 1435 box.x2 = dst->x + x + ppci[nglyph - 1]->metrics.rightSideBearing; in RootlessPolyGlyphBlt() 1437 if (nglyph > 1) { in RootlessPolyGlyphBlt() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiterPriv.h | 246 int yInit, unsigned int nglyph, 249 int yInit, unsigned int nglyph,
|
| H A D | xf86VGAarbiter.c | 860 unsigned int nglyph, in VGAarbiterImageGlyphBlt() argument 868 nglyph, ppci, pglyphBase); in VGAarbiterImageGlyphBlt() 877 unsigned int nglyph, in VGAarbiterPolyGlyphBlt() argument 885 nglyph, ppci, pglyphBase); in VGAarbiterPolyGlyphBlt()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 320 int x, int y, unsigned int nglyph, in ExaCheckImageGlyphBlt() argument 327 pGC->ops->ImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckImageGlyphBlt() 335 int x, int y, unsigned int nglyph, in ExaCheckPolyGlyphBlt() argument 343 pGC->ops->PolyGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in ExaCheckPolyGlyphBlt()
|
| H A D | exa_priv.h | 420 int x, int y, unsigned int nglyph, 426 int x, int y, unsigned int nglyph,
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 467 int x, int y, unsigned int nglyph, in DRIPolyGlyphBlt() argument 476 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in DRIPolyGlyphBlt()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 1400 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) in damageImageGlyphBlt() argument 1404 nglyph, ppci, TRUE, pGC->subWindowMode); in damageImageGlyphBlt() 1405 (*pGC->ops->ImageGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in damageImageGlyphBlt() 1415 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) in damagePolyGlyphBlt() argument 1419 nglyph, ppci, FALSE, pGC->subWindowMode); in damagePolyGlyphBlt() 1420 (*pGC->ops->PolyGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in damagePolyGlyphBlt()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | render.c | 1201 int rc, nglyph; in ProcRenderFreeGlyphs() local 1212 nglyph = in ProcRenderFreeGlyphs() 1215 while (nglyph-- > 0) { in ProcRenderFreeGlyphs() 1239 int nglyph; in ProcRenderCompositeGlyphs() local 1287 nglyph = 0; in ProcRenderCompositeGlyphs() 1298 nglyph += elt->len; in ProcRenderCompositeGlyphs() 1305 if (nglyph <= NLOCALGLYPH) in ProcRenderCompositeGlyphs() 1308 glyphsBase = xallocarray(nglyph, sizeof(GlyphPtr)); in ProcRenderCompositeGlyphs()
|