OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdvanceDistance
(Results
1 - 6
of
6
) sorted by null
/external/libcups/filter/
rastertolabel.c
587
if (header->
AdvanceDistance
!= 1000)
589
if ((int)header->
AdvanceDistance
< 0)
590
printf("~TA%04d\n", (int)header->
AdvanceDistance
);
592
printf("~TA%03d\n", (int)header->
AdvanceDistance
);
637
if (header->
AdvanceDistance
!= 1000)
638
printf("PRESENT-AT %d 1\r\n", (int)header->
AdvanceDistance
);
testraster.c
41
"/
AdvanceDistance
1000"
130
1000, /*
AdvanceDistance
*/
875
if (header->
AdvanceDistance
!= expected->
AdvanceDistance
)
876
printf("
AdvanceDistance
%d, expected %d\n", header->
AdvanceDistance
,
877
expected->
AdvanceDistance
);
interpret.c
[
all
...]
raster.c
[
all
...]
/external/libcups/cups/
raster.h
255
unsigned
AdvanceDistance
; /*
AdvanceDistance
value in points */
304
unsigned
AdvanceDistance
; /*
AdvanceDistance
value in points */
/packages/services/BuiltInPrintService/jni/plugins/
lib_pwg.c
48
h->
AdvanceDistance
= 0;
Completed in 600 milliseconds