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:PageTop
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
common.c
43
PageTop
= 756.0f, /* Top margin */
variable
92
PageTop
= pagesize->top;
in SetCommonOptions()
98
PageTop
= PageLength - PageBottom;
in SetCommonOptions()
100
PageTop
= PageLength;
in SetCommonOptions()
113
if (PageBottom ==
PageTop
)
in SetCommonOptions()
116
PageBottom,
PageTop
);
in SetCommonOptions()
117
PageTop
= PageLength - PageBottom;
in SetCommonOptions()
118
if (PageBottom ==
PageTop
)
in SetCommonOptions()
121
PageTop
= PageLength;
in SetCommonOptions()
125
if (PageBottom >
PageTop
)
in SetCommonOptions()
[all...]
H
A
D
imagetopdf.c
783
PageTop
= h.cupsImagingBBox[3] != 0.0 ? h.cupsImagingBBox[3] :
in main()
971
if(PageLength!=
PageTop
-PageBottom||PageWidth!=PageRight-PageLeft)
in main()
984
float ph =
PageTop
-PageBottom;
in main()
1066
PageTop
= PageLength;
in main()
1073
float ph =
PageTop
-PageBottom;
in main()
1141
PageTop
= PageBottom + final_w * 72.0 / img->xppi;
in main()
1148
PageTop
= PageBottom + final_h * 72.0 / img->yppi;
in main()
1217
xprint = (
PageTop
- PageBottom) / 72.0;
in main()
1223
yprint = (
PageTop
- PageBottom) / 72.0;
in main()
1273
yprint = (
PageTop
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()
818
if (margin <=
PageTop
)
in main()
819
PageTop
= margin;
in main()
821
final_w -= (margin -
PageTop
) * img->xppi / 72.0;
in main()
850
if (margin <=
PageTop
)
in main()
851
PageTop
= margin;
in main()
853
final_h -= (margin -
PageTop
) * img->yppi / 72.0;
in main()
911
xprint = (
PageTop
in main()
[all...]
H
A
D
texttopdf.c
329
PageTop
-= 36;
in WriteProlog()
1027
y =
PageTop
;
in write_string()
1032
y =
PageTop
;
in write_string()
1172
y =
PageTop
+ 72.0f / LinesPerInch;
in write_pretty_header()
1175
y =
PageTop
+ 72.0f / LinesPerInch;
in write_pretty_header()
H
A
D
textcommon.c
554
PageTop
= PageLength - 36.0f;
in TextMain()
644
PageTop
-= 216.0f / LinesPerInch;
in TextMain()
651
SizeLines = (
PageTop
- PageBottom) / 72.0 * LinesPerInch;
in TextMain()
Completed in 7 milliseconds