Searched refs:path_size (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/freetype/dist/builds/mac/ |
| H A D | ftmac.c | 838 int path_size ) 857 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) ) 860 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size ) 889 if ( ft_strlen( (char *)path_fond ) > path_size ) 898 if ( i + 1 + base_lwfn[0] > path_size ) 835 lookup_lwfn_by_fond(const UInt8 * path_fond,ConstStr255Param base_lwfn,UInt8 * path_lwfn,int path_size) argument
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftmac.c | 505 size_t path_size ) 521 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) ) 524 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size ) 502 lookup_lwfn_by_fond(const UInt8 * path_fond,ConstStr255Param base_lwfn,UInt8 * path_lwfn,size_t path_size) argument
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | encode.c | 1279 size_t path_size; local in function:BrotliCompressBufferQuality10 1285 path_size = BrotliZopfliComputeShortestPath(m, block_size, block_start, 1298 num_commands + path_size + 1); 1311 num_commands += path_size;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_atombios.c | 1914 int i, j, path_size, device_support; local in function:RADEONGetATOMConnectorInfoFromBIOSObject 1935 path_size = 0; 1939 addr += path_size; 1941 path_size += le16_to_cpu(path->usSize);
|
Completed in 11 milliseconds