HomeSort by relevance Sort by last modified time
    Searched refs:padvance (Results 1 - 6 of 6) sorted by null

  /external/freetype/include/freetype/
ftadvanc.h 97 /* padvance :: The advance value, in either font units or 16.16 */
120 FT_Fixed *padvance );
144 /* padvance :: The advances, in either font units or 16.16 format. */
  /external/freetype/src/base/
ftadvanc.c 73 FT_Fixed *padvance )
90 error = func( face, gindex, 1, flags, padvance );
92 return _ft_face_scale_advances( face, padvance, 1, flags );
98 return FT_Get_Advances( face, gindex, 1, flags, padvance );
  /system/core/sh/
exec.h 62 extern const char *pathopt; /* set by padvance */
66 char *padvance(const char **, const char *);
exec.c 129 while ((cmdname = padvance(&path, argv[0])) != NULL) {
281 * set to the start of the path before the first call; padvance will update
282 * this value as it proceeds. Successive calls to padvance will return
292 padvance(const char **path, const char *name) function
388 name = padvance(&path, cmdp->cmdname);
512 while ((fullname = padvance(&path, name)) != NULL) {
1012 name = padvance(&path, arg);
main.c 348 while ((fullname = padvance(&path, basename)) != NULL) {
cd.c 124 while ((p = padvance(&path, dest)) != NULL) {

Completed in 265 milliseconds