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:cropfit
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/
H
A
D
pdftopdf_processor.cc
186
(param.
cropfit
? "none" :
in processPDFTOPDF()
226
param.
cropfit
= true;
in processPDFTOPDF()
232
param.
cropfit
= true;
in processPDFTOPDF()
241
(param.
cropfit
?
in processPDFTOPDF()
250
if (param.
cropfit
)
in processPDFTOPDF()
258
if(param.fillprint||param.
cropfit
){
in processPDFTOPDF()
269
!param.
cropfit
, param.autoRotate);
in processPDFTOPDF()
366
if (param.
cropfit
)
in processPDFTOPDF()
H
A
D
pdftopdf_processor.h
18
cropfit
(false),
in ProcessingParameters()
64
bool
cropfit
; // -o crop-to-fit
member
H
A
D
pdftopdf.cc
337
param.
cropfit
= true;
in getParameters()
357
param.
cropfit
=1;
in getParameters()
361
!param.fillprint && !param.
cropfit
)
in getParameters()
/third_party/cups-filters/filter/
H
A
D
imagetopdf.c
698
int
cropfit
= 0; /* -o crop-to-fit = true */
in main()
local
1015
cropfit
= 1; // none method
in main()
1021
cropfit
= 1; // none method
in main()
1028
cropfit
=1; // none or crop-to-fit
in main()
1055
cropfit
=1;
in main()
1059
if(fillprint||
cropfit
)
in main()
1061
/* For
cropfit
do the math without the unprintable margins to get correct
in main()
1063
if (
cropfit
)
in main()
H
A
D
imagetoraster.c
194
int
cropfit
= 0; /* -o crop-to-fit */
in main()
local
683
cropfit
= 1; // none method
in main()
690
cropfit
= 1; // none method
in main()
697
cropfit
=1; // none or crop-to-fit
in main()
724
cropfit
=1;
in main()
731
if(fillprint||
cropfit
)
in main()
735
/* For
cropfit
do the math without the unprintable margins to get correct
in main()
737
float pw = (
cropfit
? PageWidth : PageRight-PageLeft);
in main()
738
float ph = (
cropfit
? PageLength : PageTop-PageBottom);
in main()
Completed in 9 milliseconds