Searched refs:ptsize (Results 1 – 3 of 3) sorted by relevance
63 size_t ptsize, upsize; in getcwd() local73 ptsize = 0; in getcwd()80 if ((pt = malloc(ptsize = MAXPATHLEN)) == NULL) in getcwd()82 ept = pt + ptsize; in getcwd()194 if (!ptsize) { in getcwd()199 if ((npt = realloc(pt, ptsize *= 2)) == NULL) in getcwd()203 ept = pt + ptsize; in getcwd()229 if (ptsize) in getcwd()
371 FT_Fixed ptsize, in T1_Get_Track_Kerning() argument390 if ( ptsize < tk->min_ptsize ) in T1_Get_Track_Kerning()392 else if ( ptsize > tk->max_ptsize ) in T1_Get_Track_Kerning()396 *kerning = FT_MulDiv( ptsize - tk->min_ptsize, in T1_Get_Track_Kerning()
44 FT_Fixed ptsize,