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

  /external/chromium_org/third_party/freetype/include/freetype/
ftadvanc.h 96 /* padvance :: The advance value. If scaling is performed (based on */
120 FT_Fixed *padvance );
143 /* padvance :: The advance values. This array, to be provided by the */
  /external/freetype/include/freetype/
ftadvanc.h 96 /* padvance :: The advance value. If scaling is performed (based on */
120 FT_Fixed *padvance );
143 /* padvance :: The advance values. This array, to be provided by the */
  /external/chromium_org/third_party/freetype/src/base/
ftadvanc.c 75 FT_Fixed *padvance )
92 error = func( face, gindex, 1, flags, padvance );
94 return _ft_face_scale_advances( face, padvance, 1, flags );
100 return FT_Get_Advances( face, gindex, 1, flags, padvance );
  /external/freetype/src/base/
ftadvanc.c 75 FT_Fixed *padvance )
92 error = func( face, gindex, 1, flags, padvance );
94 return _ft_face_scale_advances( face, padvance, 1, flags );
100 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 75 milliseconds