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:colors_used
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
image-bmp.c
66
colors_used
, /* Number of colors used */
in _cupsImageReadBMP()
local
117
colors_used
= read_dword(fp);
in _cupsImageReadBMP()
130
if (
colors_used
< 0 ||
colors_used
> 256)
in _cupsImageReadBMP()
132
fprintf(stderr, "DEBUG: Bad BMP colormap size %d\n",
colors_used
);
in _cupsImageReadBMP()
152
fprintf(stderr, "
colors_used
= %d, colors_important = %d\n",
colors_used
,
in _cupsImageReadBMP()
163
if (
colors_used
== 0 && depth <= 8)
in _cupsImageReadBMP()
164
colors_used
= 1 << depth;
in _cupsImageReadBMP()
166
if (
colors_used
>
in _cupsImageReadBMP()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_shader.c
440
int
colors_used
;
member
1103
ctx->
colors_used
++;
in tgsi_declaration()
3542
ctx.
colors_used
= 0;
in r600_shader_from_tgsi()
3764
if (shader->two_side && ctx.
colors_used
) {
in r600_shader_from_tgsi()
3948
if (shader->two_side && ctx.
colors_used
) {
in r600_shader_from_tgsi()
Completed in 14 milliseconds