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:BitsPerPixel
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
wrgif.c
256
int
BitsPerPixel
, ColorMapSize, InitCodeSize, FlagByte;
in emit_header()
local
263
BitsPerPixel
= 1;
in emit_header()
264
while (num_colors > (1 <<
BitsPerPixel
))
in emit_header()
265
BitsPerPixel
++;
in emit_header()
266
ColorMapSize = 1 <<
BitsPerPixel
;
in emit_header()
267
if (
BitsPerPixel
<= 1)
in emit_header()
270
InitCodeSize =
BitsPerPixel
;
in emit_header()
285
FlagByte |= (
BitsPerPixel
- 1) << 4; /* color resolution */
in emit_header()
286
FlagByte |= (
BitsPerPixel
- 1); /* size of global color table */
in emit_header()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.c
414
&& v->
BitsPerPixel
== 32) {
in choose_pixel_format()
426
&& v->
BitsPerPixel
== 32) {
in choose_pixel_format()
438
&& v->
BitsPerPixel
== 32) {
in choose_pixel_format()
451
&& v->
BitsPerPixel
== 16) {
in choose_pixel_format()
651
v->
BitsPerPixel
= bits_per_pixel(v);
in initialize_visual_and_buffer()
652
assert(v->
BitsPerPixel
> 0);
in initialize_visual_and_buffer()
664
if (v->
BitsPerPixel
== 32) {
in initialize_visual_and_buffer()
680
printf("X/Mesa bits per pixel = %d\n", v->
BitsPerPixel
);
in initialize_visual_and_buffer()
H
A
D
xm_api.h
294
GLint
BitsPerPixel
; /* True bits per pixel for XImages */
member
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
anim_util.c
491
if (cmap == NULL || cmap->ColorCount != (1 << cmap->
BitsPerPixel
)) {
in ReadFrameGIF()
Completed in 5 milliseconds