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()
372 FT_Fixed ptsize, in T1_Get_Track_Kerning() argument391 if ( ptsize < tk->min_ptsize ) in T1_Get_Track_Kerning()393 else if ( ptsize > tk->max_ptsize ) in T1_Get_Track_Kerning()397 *kerning = FT_MulDiv( ptsize - tk->min_ptsize, in T1_Get_Track_Kerning()
45 FT_Fixed ptsize,