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:cups_izoom_t
(Results
1 - 4
of
4
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
image-zoom.c
34
static void zoom_bilinear(
cups_izoom_t
*z, int iy);
35
static void zoom_nearest(
cups_izoom_t
*z, int iy);
43
_cupsImageZoomDelete(
cups_izoom_t
*z) /* I - Zoom record to free */
in _cupsImageZoomDelete()
58
_cupsImageZoomFill(
cups_izoom_t
*z, /* I - Zoom record to fill */
in _cupsImageZoomFill()
78
cups_izoom_t
*
90
cups_izoom_t
*z; /* New zoom record */
in _cupsImageZoomNew()
100
if ((z = (
cups_izoom_t
*)calloc(1, sizeof(
cups_izoom_t
))) == NULL)
in _cupsImageZoomNew()
211
zoom_bilinear(
cups_izoom_t
*z, /* I - Zoom record to fill */
in zoom_bilinear()
292
zoom_nearest(
cups_izoom_t
*
[all...]
H
A
D
image-private.h
203
extern void _cupsImageZoomDelete(
cups_izoom_t
*z);
204
extern void _cupsImageZoomFill(
cups_izoom_t
*z, int iy);
205
extern
cups_izoom_t
*_cupsImageZoomNew(cups_image_t *img, int xc0, int yc0,
H
A
D
image.h
53
typedef struct cups_izoom_s
cups_izoom_t
;
typedef
/third_party/cups-filters/filter/
H
A
D
imagetoraster.c
175
cups_izoom_t
*z; /* Image zoom buffer */
in main()
Completed in 5 milliseconds