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:fillprint
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/
H
A
D
pdftopdf_processor.cc
185
(param.
fillprint
? "fill" :
in processPDFTOPDF()
223
param.
fillprint
= true;
in processPDFTOPDF()
239
(param.
fillprint
?
in processPDFTOPDF()
258
if(param.
fillprint
||param.cropfit){
in processPDFTOPDF()
271
if (param.
fillprint
)
in processPDFTOPDF()
H
A
D
pdftopdf_processor.h
17
fillprint
(false), //print-scaling = fill
in ProcessingParameters()
63
bool
fillprint
; //print-scaling = fill
member
H
A
D
pdftopdf.cc
333
param.
fillprint
= true;
in getParameters()
351
param.
fillprint
= true;
in getParameters()
361
!param.
fillprint
&& !param.cropfit)
in getParameters()
1081
//param.
fillprint
= true;
in main()
/third_party/cups-filters/filter/
H
A
D
imagetopdf.c
697
int
fillprint
= 0; /* print-scaling = fill */
in main()
local
1012
fillprint
= 1; // fill method
in main()
1024
fillprint
= 1; // fill method
in main()
1049
fillprint
= 1;
in main()
1059
if(
fillprint
||cropfit)
in main()
1108
if(
fillprint
){
in main()
H
A
D
imagetoraster.c
193
int
fillprint
= 0; /* print-scaling = fill */
in main()
local
680
fillprint
= 1; // fill method
in main()
693
fillprint
= 1; // fill method
in main()
718
fillprint
= 1;
in main()
731
if(
fillprint
||cropfit)
in main()
736
centering, for
fillprint
, fill the printable area */
in main()
773
if(
fillprint
)
in main()
Completed in 9 milliseconds