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:PageRight
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
common.c
41
PageRight
= 594.0f, /* Right margin */
variable
146
PageRight
= pagesize->right;
in SetCommonOptions()
152
PageRight
= PageWidth - PageLeft;
in SetCommonOptions()
154
PageRight
= PageWidth;
in SetCommonOptions()
157
if (PageLeft ==
PageRight
)
in SetCommonOptions()
160
PageLeft,
PageRight
);
in SetCommonOptions()
161
PageRight
= PageWidth - PageLeft;
in SetCommonOptions()
162
if (PageLeft ==
PageRight
)
in SetCommonOptions()
165
PageRight
= PageWidth;
in SetCommonOptions()
169
if (PageLeft >
PageRight
)
in SetCommonOptions()
[all...]
H
A
D
imagetopdf.c
781
PageRight
= h.cupsImagingBBox[2] != 0.0 ? h.cupsImagingBBox[2] :
in main()
971
if(PageLength!=PageTop-PageBottom||PageWidth!=
PageRight
-PageLeft)
in main()
983
float pw =
PageRight
-PageLeft;
in main()
1068
PageRight
= PageWidth;
in main()
1072
float pw =
PageRight
-PageLeft;
in main()
1143
PageRight
= PageLeft + final_h * 72.0 / img->yppi;
in main()
1150
PageRight
= PageLeft + final_w * 72.0 / img->xppi;
in main()
1218
yprint = (
PageRight
- PageLeft) / 72.0;
in main()
1222
xprint = (
PageRight
- PageLeft) / 72.0;
in main()
1272
xprint = (
PageRight
in main()
[all...]
H
A
D
imagetoraster.c
625
if(PageLength!=PageTop-PageBottom||PageWidth!=
PageRight
-PageLeft)
in main()
641
float pw =
PageRight
-PageLeft;
in main()
737
float pw = (cropfit ? PageWidth :
PageRight
-PageLeft);
in main()
832
if (margin <=
PageRight
)
in main()
833
PageRight
= margin;
in main()
835
final_h -= (margin -
PageRight
) * img->yppi / 72.0;
in main()
864
if (margin <=
PageRight
)
in main()
865
PageRight
= margin;
in main()
867
final_w -= (margin -
PageRight
) * img->xppi / 72.0;
in main()
912
yprint = (
PageRight
in main()
[all...]
H
A
D
texttopdf.c
1026
x = PageWidth -
PageRight
;
in write_string()
1171
x = PageWidth -
PageRight
;
in write_pretty_header()
1180
PageRight
- PageLeft, 144.0f / LinesPerInch);
in write_pretty_header()
1184
x =
PageRight
- PageLeft - 36.0f / LinesPerInch - stringwidth_x(Title);
in write_pretty_header()
1192
x = (-stringwidth_x(Date) +
PageRight
- PageLeft) * 0.5;
in write_pretty_header()
1204
x =
PageRight
- PageLeft - 36.0f / LinesPerInch - stringwidth_x(pagestr);
in write_pretty_header()
H
A
D
textcommon.c
552
PageRight
= PageWidth - 36.0f;
in TextMain()
650
SizeColumns = (
PageRight
- PageLeft) / 72.0 * CharsPerInch;
in TextMain()
Completed in 6 milliseconds