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:PageLeft
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
common.c
40
float
PageLeft
= 18.0f, /* Left margin */
variable
136
PageLeft
= pagesize->left;
in SetCommonOptions()
141
if (PageWidth <=
PageLeft
)
in SetCommonOptions()
142
PageLeft
= 0.0f;
in SetCommonOptions()
151
if (PageWidth >=
PageLeft
)
in SetCommonOptions()
152
PageRight = PageWidth -
PageLeft
;
in SetCommonOptions()
157
if (
PageLeft
== PageRight)
in SetCommonOptions()
160
PageLeft
, PageRight);
in SetCommonOptions()
161
PageRight = PageWidth -
PageLeft
;
in SetCommonOptions()
162
if (
PageLeft
in SetCommonOptions()
[all...]
H
A
D
imagetopdf.c
777
PageLeft
= h.cupsImagingBBox[0] != 0.0 ? h.cupsImagingBBox[0] :
in main()
971
if(PageLength!=PageTop-PageBottom||PageWidth!=PageRight-
PageLeft
)
in main()
983
float pw = PageRight-
PageLeft
;
in main()
1067
PageLeft
= 0.0;
in main()
1072
float pw = PageRight-
PageLeft
;
in main()
1142
PageLeft
+= (PageWidth - final_h * 72.0 / img->yppi) / 2;
in main()
1143
PageRight =
PageLeft
+ final_h * 72.0 / img->yppi;
in main()
1149
PageLeft
+= (PageWidth - final_w * 72.0 / img->xppi) / 2;
in main()
1150
PageRight =
PageLeft
+ final_w * 72.0 / img->xppi;
in main()
1153
if(
PageLeft
<
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()
823
if (margin >=
PageLeft
)
in main()
824
PageLeft
= margin;
in main()
827
cutoff = (
PageLeft
- margin) * img->yppi / 72.0;
in main()
831
margin =
PageLeft
+ final_h * 72.0 / img->yppi;
in main()
855
if (margin >=
PageLeft
)
in main()
856
PageLeft
= margin;
in main()
859
cutoff = (
PageLeft
in main()
[all...]
H
A
D
texttopdf.c
1031
x =
PageLeft
;
in write_string()
1174
x =
PageLeft
;
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
551
PageLeft
= 72.0f;
in TextMain()
650
SizeColumns = (PageRight -
PageLeft
) / 72.0 * CharsPerInch;
in TextMain()
Completed in 7 milliseconds