Searched refs:fsd (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsconvert.c | 204 FSFontDataPtr fsd = (FSFontDataPtr) (pfont->fpePrivate); local in function:fs_build_range 216 if (!fsd->glyphs_to_get) 424 FSFontDataPtr fsd = (FSFontDataPtr) pFont->fpePrivate; local in function:_fs_get_glyphs 448 fsd->glyphs_to_get ? \ 617 FSFontDataPtr fsd = (FSFontDataPtr) pfont->fpePrivate; local in function:_fs_unload_font 634 if (find_old_font(fsd->fontid)) 635 DeleteFontClientID (fsd->fontid); 653 FSFontDataPtr fsd; local in function:fs_create_font 665 fsd = (FSFontDataPtr) (fsfont + 1); 667 bzero((char *) fsd, sizeo [all...] |
| H A D | fserve.c | 571 FSFontDataRec *fsd; local in function:fs_cleanup_bfont 575 fsd = (FSFontDataRec *) bfont->pfont->fpePrivate; 596 fsd->generation = -1; 1018 FSFontDataPtr fsd = (FSFontDataPtr) bfont->pfont->fpePrivate; local in function:fs_read_extent_info 1091 fsd->glyphs_to_get = 0; 1101 fpe->name, fsd->name, 1108 fpe->name, fsd->name, 1123 fsd->glyphs_to_get++; 1161 fpe->name, fsd->name, 1169 fpe->name, fsd 1626 FSFontDataPtr fsd; local in function:fs_send_open_font 1869 FSFontDataPtr fsd = (FSFontDataPtr) pfont->fpePrivate; local in function:fs_close_font 1905 FSFontDataPtr fsd = (FSFontDataPtr) (pfont->fpePrivate); local in function:fs_read_glyphs [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsconvert.c | 206 FSFontDataPtr fsd = (FSFontDataPtr) (pfont->fpePrivate); local in function:fs_build_range 218 if (!fsd->glyphs_to_get) 426 FSFontDataPtr fsd = (FSFontDataPtr) pFont->fpePrivate; local in function:_fs_get_glyphs 450 fsd->glyphs_to_get ? \ 619 FSFontDataPtr fsd = (FSFontDataPtr) pfont->fpePrivate; local in function:_fs_unload_font 636 if (find_old_font(fsd->fontid)) 637 DeleteFontClientID (fsd->fontid); 655 FSFontDataPtr fsd; local in function:fs_create_font 667 fsd = (FSFontDataPtr) (fsfont + 1); 669 bzero((char *) fsd, sizeo [all...] |
| H A D | fserve.c | 596 FSFontDataRec *fsd = (FSFontDataRec *)bfont->pfont->fpePrivate; local in function:fs_cleanup_bfont 597 fsd->generation = -1; 1020 FSFontDataPtr fsd = (FSFontDataPtr) bfont->pfont->fpePrivate; local in function:fs_read_extent_info 1093 fsd->glyphs_to_get = 0; 1103 fpe->name, fsd->name, 1110 fpe->name, fsd->name, 1125 fsd->glyphs_to_get++; 1163 fpe->name, fsd->name, 1171 fpe->name, fsd->name, 1623 FSFontDataPtr fsd; local in function:fs_send_open_font 1856 FSFontDataPtr fsd = (FSFontDataPtr) pfont->fpePrivate; local in function:fs_close_font 1892 FSFontDataPtr fsd = (FSFontDataPtr) (pfont->fpePrivate); local in function:fs_read_glyphs [all...] |
| /xsrc/external/mit/libdrm/dist/tests/util/ |
| H A D | pattern.c | 862 struct fsd { struct 872 static struct fsd *fsd_alloc(unsigned int width) 875 struct fsd *fsd = malloc(sizeof(*fsd) + n * sizeof(fsd->error[0])); local in function:fsd_alloc 877 fsd->width = width; 878 fsd->x = 0; 879 fsd->i = 0; 880 memset(fsd 894 fsd_dither(struct fsd * fsd,struct drm_color_lut * color) argument 907 fsd_update(struct fsd * fsd,const struct drm_color_lut * actual) argument 959 write_color_1(struct fsd * fsd,uint8_t * mem,unsigned int x,unsigned int index) argument 984 struct fsd *fsd = fsd_alloc(width); local in function:fill_smpte_c1 1024 write_color_2(struct fsd * fsd,uint8_t * mem,unsigned int stride,unsigned int x,unsigned int index) argument 1066 struct fsd *fsd = fsd_alloc(width); local in function:fill_smpte_c2 [all...] |
Completed in 123 milliseconds