OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_points
(Results
1 - 5
of
5
) sorted by null
/external/libcups/cups/
ppd-mark.c
866
cparam->current.
custom_points
= (float)_cupsStrScand(choice + 7,
873
cparam->current.
custom_points
*= 72.0f / 2.54f;
875
cparam->current.
custom_points
*= 72.0f / 25.4f;
877
cparam->current.
custom_points
*= 72.0f / 0.0254f;
879
cparam->current.
custom_points
*= 72.0f;
881
cparam->current.
custom_points
*= 12.0f * 72.0f;
943
cparam->current.
custom_points
= (float)_cupsStrScand(val->value,
950
cparam->current.
custom_points
*= 72.0f / 2.54f;
952
cparam->current.
custom_points
*= 72.0f / 25.4f;
954
cparam->current.
custom_points
*= 72.0f / 0.0254f
[
all
...]
ppd-page.c
130
cparam->current.
custom_points
= (float)w;
133
cparam->current.
custom_points
= (float)l;
ppd.h
253
float
custom_points
; /* Measurement value */
member in union:ppd_cplimit_u
265
float
custom_points
; /* Measurement value */
member in union:ppd_cpvalue_u