OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_real
(Results
1 - 5
of
5
) sorted by null
/external/libcups/cups/
ppd.h
254
float
custom_real
; /* Real value */
member in union:ppd_cplimit_u
266
float
custom_real
; /* Real value */
member in union:ppd_cpvalue_u
ppd-mark.c
847
cparam->current.
custom_real
= (float)_cupsStrScand(choice + 7,
924
cparam->current.
custom_real
= (float)_cupsStrScand(val->value,
ppd-emit.c
811
cparam->current.
custom_real
,
1013
cparam->current.
custom_real
, loc);
testppd.c
1094
cparam->minimum.
custom_real
,
1095
cparam->maximum.
custom_real
);
ppd.c
1075
cparam->minimum.
custom_real
= (float)_cupsStrScand(cminimum, NULL, loc);
1076
cparam->maximum.
custom_real
= (float)_cupsStrScand(cmaximum, NULL, loc);
[
all
...]
Completed in 220 milliseconds