Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PageBottom
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
common.c
42
PageBottom
= 36.0f, /* Bottom margin */
variable
97
if (PageLength >=
PageBottom
)
in SetCommonOptions()
98
PageTop = PageLength -
PageBottom
;
in SetCommonOptions()
104
PageBottom
= pagesize->bottom;
in SetCommonOptions()
109
if (PageLength <=
PageBottom
)
in SetCommonOptions()
110
PageBottom
= 0.0f;
in SetCommonOptions()
113
if (
PageBottom
== PageTop)
in SetCommonOptions()
116
PageBottom
, PageTop);
in SetCommonOptions()
117
PageTop = PageLength -
PageBottom
;
in SetCommonOptions()
118
if (
PageBottom
in SetCommonOptions()
[all...]
H
A
D
imagetopdf.c
779
PageBottom
= h.cupsImagingBBox[1] != 0.0 ? h.cupsImagingBBox[1] :
in main()
971
if(PageLength!=PageTop-
PageBottom
||PageWidth!=PageRight-PageLeft)
in main()
984
float ph = PageTop-
PageBottom
;
in main()
1065
PageBottom
= 0.0;
in main()
1073
float ph = PageTop-
PageBottom
;
in main()
1140
PageBottom
+= (PageLength - final_w * 72.0 / img->xppi) / 2;
in main()
1141
PageTop =
PageBottom
+ final_w * 72.0 / img->xppi;
in main()
1147
PageBottom
+= (PageLength - final_h * 72.0 / img->yppi) / 2;
in main()
1148
PageTop =
PageBottom
+ final_h * 72.0 / img->yppi;
in main()
1152
if(
PageBottom
<
in main()
[all...]
H
A
D
imagetoraster.c
625
if(PageLength!=PageTop-
PageBottom
||PageWidth!=PageRight-PageLeft)
in main()
642
float ph = PageTop-
PageBottom
;
in main()
738
float ph = (cropfit ? PageLength : PageTop-
PageBottom
);
in main()
809
if (margin >=
PageBottom
)
in main()
810
PageBottom
= margin;
in main()
813
cutoff = (
PageBottom
- margin) * img->xppi / 72.0;
in main()
817
margin =
PageBottom
+ final_w * 72.0 / img->xppi;
in main()
841
if (margin >=
PageBottom
)
in main()
842
PageBottom
= margin;
in main()
845
cutoff = (
PageBottom
in main()
[all...]
H
A
D
textcommon.c
553
PageBottom
=
PageBottom
> 36.0f ?
PageBottom
: 36.0f;
in TextMain()
651
SizeLines = (PageTop -
PageBottom
) / 72.0 * LinesPerInch;
in TextMain()
H
A
D
texttopdf.c
328
PageBottom
+= 36;
in WriteProlog()
Completed in 7 milliseconds