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:cupsImageGetWidth
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
imagetopdf.c
72
#define
cupsImageGetWidth
(img) (img->xsize)
macro
501
xc0 =
cupsImageGetWidth
(img) * xpage / xpages;
in outPageContents()
502
xc1 =
cupsImageGetWidth
(img) * (xpage + 1) / xpages - 1;
in outPageContents()
981
float w = (float)
cupsImageGetWidth
(img);
in main()
1070
float w = (float)
cupsImageGetWidth
(img);
in main()
1229
xinches = (float)
cupsImageGetWidth
(img) / (float)xppi;
in main()
1283
ysize = xsize * cupsImageGetHeight(img) /
cupsImageGetWidth
(img) / aspect;
in main()
1288
xsize = ysize *
cupsImageGetWidth
(img) * aspect / cupsImageGetHeight(img);
in main()
1292
ysize2 = xsize2 * cupsImageGetHeight(img) /
cupsImageGetWidth
(img) / aspect;
in main()
1297
xsize2 = ysize2 *
cupsImageGetWidth
(im
in main()
[all...]
H
A
D
imagetoraster.c
639
float w = (float)
cupsImageGetWidth
(img);
in main()
733
float w = (float)
cupsImageGetWidth
(img);
in main()
/third_party/cups-filters/cupsfilters/
H
A
D
testimage.c
70
width =
cupsImageGetWidth
(img);
in main()
H
A
D
image.h
79
extern unsigned
cupsImageGetWidth
(cups_image_t *img) _CUPS_API_1_2;
H
A
D
image.c
20
*
cupsImageGetWidth
() - Get the width of an image.
265
* '
cupsImageGetWidth
()' - Get the width of an image.
269
cupsImageGetWidth
(cups_image_t *img) /* I - Image */
in cupsImageGetWidth()
function
834
int image_width =
cupsImageGetWidth
(img);
in cupsImageCrop()
Completed in 8 milliseconds