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_lut_t
(Results
1 - 6
of
6
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
lut.c
32
cupsLutDelete(
cups_lut_t
*lut) /* I - Lookup table to free */
in cupsLutDelete()
43
cups_lut_t
* /* O - New lookup table */
97
cups_lut_t
* /* O - New lookup table */
102
cups_lut_t
*lut; /* Lookup table */
in cupsLutNew()
119
if ((lut = (
cups_lut_t
*)calloc((CUPS_MAX_LUT + 1),
in cupsLutNew()
120
sizeof(
cups_lut_t
))) == NULL)
in cupsLutNew()
H
A
D
driver.h
69
}
cups_lut_t
;
typedef
145
extern void cupsDitherLine(cups_dither_t *d, const
cups_lut_t
*lut,
155
extern
cups_lut_t
*cupsLutNew(int num_vals, const float *vals);
156
extern void cupsLutDelete(
cups_lut_t
*lut);
157
extern
cups_lut_t
*cupsLutLoad(ppd_file_t *ppd,
H
A
D
testdither.c
57
cups_lut_t
*lut; /* Dither lookup table */
in main()
H
A
D
dither.c
47
const
cups_lut_t
*lut, /* I - Lookup table */
in cupsDitherLine()
/third_party/cups-filters/filter/
H
A
D
rastertopclx.c
62
cups_lut_t
*DitherLuts[6]; /* Lookup tables for dithering */
H
A
D
rastertoescpx.c
82
cups_lut_t
*DitherLuts[7]; /* Lookup tables for dithering */
Completed in 6 milliseconds