| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | snfstr.h | 98 #define ADDRCharInfoRec( pfi) \ 99 ((snfCharInfoRec *) &(pfi)[1]) 101 #define ADDRCHARGLYPHS( pfi) \ 102 (((char *) &(pfi)[1]) + BYTESOFCHARINFO(pfi)) 107 #define ADDRXFONTPROPS( pfi) \ 108 ((snfFontPropRec *) ((char *)ADDRCHARGLYPHS( pfi) + BYTESOFGLYPHINFO(pfi))) 110 #define ADDRSTRINGTAB( pfi) \ 111 ((char *)ADDRXFONTPROPS( pfi) [all...] |
| H A D | bitscale.c | 754 FontInfoPtr pfi, local in function:ScaleFont 794 pfi = &pf->info; 795 *pfi = *opfi; 800 pfi->allExist = 0; 850 pfi->firstRow = firstRow; 851 pfi->lastRow = lastRow; 852 pfi->firstCol = firstCol; 853 pfi->lastCol = lastCol; 882 pfi->anamorphic = FALSE; 884 pfi 1460 FontInfoPtr pfi; local in function:BitmapScaleBitmaps 1657 FontInfoPtr pfi; local in function:bitmapUnloadScalable [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | snfstr.h | 98 #define ADDRCharInfoRec( pfi) \ 99 ((snfCharInfoRec *) &(pfi)[1]) 101 #define ADDRCHARGLYPHS( pfi) \ 102 (((char *) &(pfi)[1]) + BYTESOFCHARINFO(pfi)) 107 #define ADDRXFONTPROPS( pfi) \ 108 ((snfFontPropRec *) ((char *)ADDRCHARGLYPHS( pfi) + BYTESOFGLYPHINFO(pfi))) 110 #define ADDRSTRINGTAB( pfi) \ 111 ((char *)ADDRXFONTPROPS( pfi) [all...] |
| H A D | bitscale.c | 751 FontInfoPtr pfi, local in function:ScaleFont 791 pfi = &pf->info; 792 *pfi = *opfi; 797 pfi->allExist = 0; 847 pfi->firstRow = firstRow; 848 pfi->lastRow = lastRow; 849 pfi->firstCol = firstCol; 850 pfi->lastCol = lastCol; 879 pfi->anamorphic = FALSE; 881 pfi 1457 FontInfoPtr pfi; local in function:BitmapScaleBitmaps 1654 FontInfoPtr pfi; local in function:bitmapUnloadScalable [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_pixelformat.c | 142 struct stw_pixelformat_info *pfi; local in function:stw_pixelformat_add 151 pfi = util_dynarray_grow(&stw_dev->pixelformats, 155 memset(pfi, 0, sizeof *pfi); 157 pfi->iPixelFormat = util_dynarray_num_elements(&stw_dev->pixelformats, struct stw_pixelformat_info); 158 pfi->pfd.nSize = sizeof pfi->pfd; 159 pfi->pfd.nVersion = 1; 161 pfi->pfd.dwFlags = PFD_SUPPORT_OPENGL; 165 pfi 381 const struct stw_pixelformat_info *pfi; local in function:DrvDescribePixelFormat 457 const struct stw_pixelformat_info *pfi = stw_pixelformat_get_info(index); local in function:stw_pixelformat_choose [all...] |
| H A D | stw_ext_pixelformat.c | 55 const struct stw_pixelformat_info *pfi; local in function:stw_query_attrib 64 pfi = stw_pixelformat_get_info(iPixelFormat); 65 if (!pfi) { 71 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; 79 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; 87 if (pfi->pfd.dwFlags & PFD_SWAP_COPY) 89 else if (pfi->pfd.dwFlags & PFD_SWAP_EXCHANGE) 109 *pvalue = pfi [all...] |
| H A D | stw_framebuffer.h | 87 const struct stw_pixelformat_info *pfi; member in struct:stw_framebuffer
|
| H A D | stw_framebuffer.c | 267 const struct stw_pixelformat_info *pfi; local in function:stw_framebuffer_create 288 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat ); 677 if (!(fb->pfi->pfd.dwFlags & PFD_DOUBLEBUFFER)) {
|
| H A D | stw_context.c | 172 const struct stw_pixelformat_info *pfi; local in function:stw_create_context_attribs 207 pfi = stw_pixelformat_get_info( iPixelFormat ); 222 attribs.visual = pfi->stvis;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_pixelformat.c | 132 struct stw_pixelformat_info *pfi; local in function:stw_pixelformat_add 145 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count]; 147 memset(pfi, 0, sizeof *pfi); 149 pfi->pfd.nSize = sizeof pfi->pfd; 150 pfi->pfd.nVersion = 1; 152 pfi->pfd.dwFlags = PFD_SUPPORT_OPENGL; 156 pfi->pfd.dwFlags |= PFD_DRAW_TO_WINDOW; 160 pfi 349 const struct stw_pixelformat_info *pfi; local in function:DrvDescribePixelFormat 429 const struct stw_pixelformat_info *pfi = stw_pixelformat_get_info(index); local in function:stw_pixelformat_choose [all...] |
| H A D | stw_ext_pixelformat.c | 55 const struct stw_pixelformat_info *pfi; local in function:stw_query_attrib 64 pfi = stw_pixelformat_get_info(iPixelFormat); 65 if (!pfi) { 71 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; 79 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; 87 if (pfi->pfd.dwFlags & PFD_SWAP_COPY) 89 else if (pfi->pfd.dwFlags & PFD_SWAP_EXCHANGE) 109 *pvalue = pfi [all...] |
| H A D | stw_framebuffer.h | 69 const struct stw_pixelformat_info *pfi; member in struct:stw_framebuffer
|
| H A D | stw_framebuffer.c | 256 const struct stw_pixelformat_info *pfi; local in function:stw_framebuffer_create 277 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat ); 632 if (!(fb->pfi->pfd.dwFlags & PFD_DOUBLEBUFFER)) {
|
| H A D | stw_context.c | 169 const struct stw_pixelformat_info *pfi; local in function:stw_create_context_attribs 201 pfi = stw_pixelformat_get_info( iPixelFormat ); 220 attribs.visual = pfi->stvis;
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsconvert.c | 61 _fs_init_fontinfo(FSFpePtr conn, FontInfoPtr pfi) argument 65 n = pfi->firstCol; 66 pfi->firstCol = pfi->firstRow; 67 pfi->firstRow = n; 68 n = pfi->lastCol; 69 pfi->lastCol = pfi->lastRow; 70 pfi->lastRow = n; 71 pfi 89 _fs_convert_props(fsPropInfo * pi,fsPropOffset * po,pointer pd,FontInfoPtr pfi) argument 155 _fs_free_props(FontInfoPtr pfi) argument 166 _fs_convert_lfwi_reply(FSFpePtr conn,FontInfoPtr pfi,fsListFontsWithXInfoReply * fsrep,fsPropInfo * pi,fsPropOffset * po,pointer pd) argument 207 FontInfoPtr pfi = &(pfont->info); local in function:fs_build_range [all...] |
| H A D | fserve.h | 73 extern void _fs_free_props (FontInfoPtr pfi);
|
| H A D | fservestr.h | 179 extern void _fs_init_fontinfo ( FSFpePtr conn, FontInfoPtr pfi ); 181 FontInfoPtr pfi ); 182 extern int _fs_convert_lfwi_reply ( FSFpePtr conn, FontInfoPtr pfi,
|
| H A D | fserve.c | 1907 FontInfoPtr pfi = &pfont->info; local in function:fs_read_glyphs 1984 minchar = (nextrange->min_char_high - pfi->firstRow) * 1985 (pfi->lastCol - pfi->firstCol + 1) + 1986 nextrange->min_char_low - pfi->firstCol; 1987 maxchar = (nextrange->max_char_high - pfi->firstRow) * 1988 (pfi->lastCol - pfi->firstCol + 1) + 1989 nextrange->max_char_low - pfi->firstCol; 2047 minchar = (nextrange->min_char_high - pfi [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsconvert.c | 63 _fs_init_fontinfo(FSFpePtr conn, FontInfoPtr pfi) argument 67 n = pfi->firstCol; 68 pfi->firstCol = pfi->firstRow; 69 pfi->firstRow = n; 70 n = pfi->lastCol; 71 pfi->lastCol = pfi->lastRow; 72 pfi->lastRow = n; 73 pfi 91 _fs_convert_props(fsPropInfo * pi,fsPropOffset * po,pointer pd,FontInfoPtr pfi) argument 157 _fs_free_props(FontInfoPtr pfi) argument 168 _fs_convert_lfwi_reply(FSFpePtr conn,FontInfoPtr pfi,fsListFontsWithXInfoReply * fsrep,fsPropInfo * pi,fsPropOffset * po,pointer pd) argument 209 FontInfoPtr pfi = &(pfont->info); local in function:fs_build_range [all...] |
| H A D | fserve.h | 73 extern void _fs_free_props (FontInfoPtr pfi);
|
| H A D | fservestr.h | 179 extern void _fs_init_fontinfo ( FSFpePtr conn, FontInfoPtr pfi ); 181 FontInfoPtr pfi ); 182 extern int _fs_convert_lfwi_reply ( FSFpePtr conn, FontInfoPtr pfi,
|
| /xsrc/external/mit/xlsfonts/dist/ |
| H A D | xlsfonts.c | 301 XFontStruct *pfi; local in function:show_fonts 316 pfi = font_list[i].info; 317 if (!pfi) { 323 switch (pfi->direction) { 335 if (pfi->min_byte1 == 0 && pfi->max_byte1 == 0) { 336 printf(" %3d ", pfi->min_char_or_byte2); 337 printf(" %3d ", pfi->max_char_or_byte2); 340 printf("*%3d ", pfi->min_byte1); 341 printf("*%3d ", pfi [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/ |
| H A D | d3d12_wgl_framebuffer.cpp | 220 const struct stw_pixelformat_info *pfi = local in function:d3d12_wgl_create_framebuffer 222 if (!(pfi->pfd.dwFlags & PFD_DOUBLEBUFFER) || 223 (pfi->pfd.dwFlags & PFD_SUPPORT_GDI))
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | charinfo.c | 74 #define n2dChars(pfi) (((pfi)->lastRow - (pfi)->firstRow + 1) * \ 75 ((pfi)->lastCol - (pfi)->firstCol + 1))
|
| H A D | fontinfo.c | 165 FontInfoPtr pfi) 203 np->max_char_high = pfi->lastRow; 204 np->max_char_low = pfi->lastCol; 159 build_range(Bool type,pointer src,int item_size,int * num,Bool * all,FontInfoPtr pfi) argument
|