Searched refs:buf_static (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcformat.c | 548 FcChar8 buf_static[64]; local in function:interpret_count 562 snprintf ((char *) buf_static, sizeof (buf_static), "%d", count); 563 FcStrBufString (buf, buf_static); 976 FcChar8 buf_static[8192]; local in function:interpret_convert 1014 FcStrBufInit (&new_buf, buf_static, sizeof (buf_static)); 1185 FcChar8 buf_static[8192 - 1024]; local in function:FcPatternFormat 1192 FcStrBufInit (&buf, buf_static, sizeof (buf_static)); [all...] |
| H A D | fcname.c | 645 FcChar8 buf_static[8192], buf2_static[256]; local in function:FcNameUnparseEscaped 649 FcStrBufInit (&buf, buf_static, sizeof (buf_static));
|
| H A D | fccharset.c | 900 FcChar8 buf_static[64]; local in function:FcNameUnparseUnicode 901 snprintf ((char *) buf_static, sizeof (buf_static), "%x", u); 902 FcStrBufString (buf, buf_static);
|
| H A D | fcstr.c | 837 buf->buf = buf->buf_static; 838 buf->size = sizeof (buf->buf_static);
|
| H A D | fcint.h | 406 FcChar8 buf_static[16 * sizeof (void *)]; member in struct:_FcStrBuf
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcint.h | 423 FcChar8 buf_static[16 * sizeof (void *)]; member in struct:_FcStrBuf
|
Completed in 11 milliseconds