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

  /external/libcups/cups/
ppd.c 933 profile->density = (float)_cupsStrScand(string, &sptr, loc);
934 profile->gamma = (float)_cupsStrScand(sptr, &sptr, loc);
935 profile->matrix[0][0] = (float)_cupsStrScand(sptr, &sptr, loc);
936 profile->matrix[0][1] = (float)_cupsStrScand(sptr, &sptr, loc);
937 profile->matrix[0][2] = (float)_cupsStrScand(sptr, &sptr, loc);
938 profile->matrix[1][0] = (float)_cupsStrScand(sptr, &sptr, loc);
939 profile->matrix[1][1] = (float)_cupsStrScand(sptr, &sptr, loc);
940 profile->matrix[1][2] = (float)_cupsStrScand(sptr, &sptr, loc);
941 profile->matrix[2][0] = (float)_cupsStrScand(sptr, &sptr, loc);
942 profile->matrix[2][1] = (float)_cupsStrScand(sptr, &sptr, loc)
    [all...]
string-private.h 205 extern double _cupsStrScand(const char *buf, char **bufptr,
ppd-page.c 82 w = _cupsStrScand(name + 7, &nameptr, loc);
86 l = _cupsStrScand(nameptr + 1, &nameptr, loc);
ppd-mark.c 861 cparam->current.custom_real = (float)_cupsStrScand(choice + 7,
866 cparam->current.custom_points = (float)_cupsStrScand(choice + 7,
938 cparam->current.custom_real = (float)_cupsStrScand(val->value,
943 cparam->current.custom_points = (float)_cupsStrScand(val->value,
testlang.c 102 number = _cupsStrScand(tests[i], NULL, loc);
104 printf("_cupsStrScand(\"%s\") number=%f\n", tests[i], number);
string.c 392 * '_cupsStrScand()' - Scan a string for a floating-point number.
399 _cupsStrScand(const char *buf, /* I - Pointer to number */
ppd-cache.c     [all...]
http.c 854 qvalue = _cupsStrScand(end + 3, NULL, loc);
    [all...]
  /external/libcups/filter/
interpret.c 1305 obj.value.number = _cupsStrScand(start, &cur, localeconv());
    [all...]

Completed in 369 milliseconds