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_rgb_t
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
driver.h
94
}
cups_rgb_t
;
typedef
184
extern void cupsRGBDelete(
cups_rgb_t
*rgb);
185
extern void cupsRGBDoGray(
cups_rgb_t
*rgb,
188
extern void cupsRGBDoRGB(
cups_rgb_t
*rgb,
191
extern
cups_rgb_t
*cupsRGBLoad(ppd_file_t *ppd,
195
extern
cups_rgb_t
*cupsRGBNew(int num_samples, cups_sample_t *samples,
H
A
D
rgb.c
33
cupsRGBDelete(
cups_rgb_t
*rgbptr) /* I - Color separation */
in cupsRGBDelete()
51
cupsRGBDoGray(
cups_rgb_t
*rgbptr,
in cupsRGBDoGray()
164
cupsRGBDoRGB(
cups_rgb_t
*rgbptr,
in cupsRGBDoRGB()
306
cups_rgb_t
* /* O - New color profile */
320
cups_rgb_t
*rgbptr; /* RGB color profile */
in cupsRGBLoad()
421
cups_rgb_t
* /* O - New color separation or NULL */
427
cups_rgb_t
*rgbptr; /* New color separation */
in cupsRGBNew()
450
if ((rgbptr = calloc(1, sizeof(
cups_rgb_t
))) == NULL)
in cupsRGBNew()
H
A
D
testrgb.c
109
cups_rgb_t
*rgb; /* Color separation */
in test_gray()
239
cups_rgb_t
*rgb; /* Color separation */
in test_rgb()
/third_party/cups-filters/filter/
H
A
D
rastertopclx.c
52
cups_rgb_t
*RGB; /* RGB color separation data */
H
A
D
rastertoescpx.c
58
cups_rgb_t
*RGB; /* RGB color separation data */
Completed in 6 milliseconds