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_IMAGE_RGB
(Results
1 - 14
of
14
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
image-jpeg.c
118
img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ?
CUPS_IMAGE_RGB
: primary;
in _cupsImageReadJPEG()
241
case
CUPS_IMAGE_RGB
:
in _cupsImageReadJPEG()
264
case
CUPS_IMAGE_RGB
:
in _cupsImageReadJPEG()
304
case
CUPS_IMAGE_RGB
:
in _cupsImageReadJPEG()
H
A
D
image-png.c
101
img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ?
CUPS_IMAGE_RGB
:
in _cupsImageReadPNG()
257
case
CUPS_IMAGE_RGB
:
in _cupsImageReadPNG()
279
case
CUPS_IMAGE_RGB
:
in _cupsImageReadPNG()
H
A
D
image-pnm.c
146
img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ?
CUPS_IMAGE_RGB
: primary;
in _cupsImageReadPNM()
252
case
CUPS_IMAGE_RGB
:
in _cupsImageReadPNM()
285
case
CUPS_IMAGE_RGB
:
in _cupsImageReadPNM()
H
A
D
image-sgi.c
81
img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ?
CUPS_IMAGE_RGB
: primary;
in _cupsImageReadSGI()
223
case
CUPS_IMAGE_RGB
:
in _cupsImageReadSGI()
257
case
CUPS_IMAGE_RGB
:
in _cupsImageReadSGI()
H
A
D
image-photocd.c
79
img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ?
CUPS_IMAGE_RGB
: primary;
in _cupsImageReadPhotoCD()
291
case
CUPS_IMAGE_RGB
:
in _cupsImageReadPhotoCD()
H
A
D
image-pix.c
86
img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ?
CUPS_IMAGE_RGB
: primary;
in _cupsImageReadPIX()
189
case
CUPS_IMAGE_RGB
:
in _cupsImageReadPIX()
H
A
D
image-tiff.c
227
img->colorspace =
CUPS_IMAGE_RGB
;
in _cupsImageReadTIFF()
489
case
CUPS_IMAGE_RGB
:
in _cupsImageReadTIFF()
641
case
CUPS_IMAGE_RGB
:
in _cupsImageReadTIFF()
799
case
CUPS_IMAGE_RGB
:
in _cupsImageReadTIFF()
932
case
CUPS_IMAGE_RGB
:
in _cupsImageReadTIFF()
1076
case
CUPS_IMAGE_RGB
:
in _cupsImageReadTIFF()
1217
case
CUPS_IMAGE_RGB
:
in _cupsImageReadTIFF()
1457
case
CUPS_IMAGE_RGB
:
in _cupsImageReadTIFF()
1679
case
CUPS_IMAGE_RGB
:
in _cupsImageReadTIFF()
H
A
D
testimage.c
49
primary =
CUPS_IMAGE_RGB
;
in main()
H
A
D
image-gif.c
89
primary =
CUPS_IMAGE_RGB
;
in _cupsImageReadGIF()
183
case
CUPS_IMAGE_RGB
:
in _cupsImageReadGIF()
216
case
CUPS_IMAGE_RGB
:
in _cupsImageReadGIF()
H
A
D
image-bmp.c
176
img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ?
CUPS_IMAGE_RGB
: primary;
in _cupsImageReadBMP()
456
case
CUPS_IMAGE_RGB
:
in _cupsImageReadBMP()
H
A
D
image-sun.c
150
img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ?
CUPS_IMAGE_RGB
: primary;
in _cupsImageReadSunRaster()
327
case
CUPS_IMAGE_RGB
:
in _cupsImageReadSunRaster()
H
A
D
image.h
37
CUPS_IMAGE_RGB
= 3, /* Red, green, and blue */
enumerator
/third_party/cups-filters/filter/
H
A
D
imagetopdf.c
65
#define
CUPS_IMAGE_RGB
IMAGE_RGB
macro
561
case
CUPS_IMAGE_RGB
:
in outImage()
H
A
D
imagetoraster.c
450
primary =
CUPS_IMAGE_RGB
;
in main()
451
secondary =
CUPS_IMAGE_RGB
;
in main()
Completed in 13 milliseconds