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_dither_t
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
dither.c
34
cupsDitherDelete(
cups_dither_t
*d) /* I - Dithering buffer */
in cupsDitherDelete()
46
cupsDitherLine(
cups_dither_t
*d, /* I - Dither data */
in cupsDitherLine()
284
cups_dither_t
* /* O - New state array */
287
cups_dither_t
*d; /* New dithering buffer */
in cupsDitherNew()
290
if ((d = (
cups_dither_t
*)calloc(1, sizeof(
cups_dither_t
) +
in cupsDitherNew()
H
A
D
driver.h
76
}
cups_dither_t
;
typedef
145
extern void cupsDitherLine(
cups_dither_t
*d, const cups_lut_t *lut,
148
extern
cups_dither_t
*cupsDitherNew(int width);
149
extern void cupsDitherDelete(
cups_dither_t
*);
H
A
D
testdither.c
58
cups_dither_t
*dither; /* Dither state */
in main()
/third_party/cups-filters/filter/
H
A
D
rastertopclx.c
63
cups_dither_t
*DitherStates[6]; /* Dither state tables */
H
A
D
rastertoescpx.c
83
cups_dither_t
*DitherStates[7]; /* Dither state tables */
Completed in 9 milliseconds