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 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
sp15c.c
364
dev->
bitsperpixel
= 1;
in sane_open()
617
scanner->
bitsperpixel
= 1;
in sane_control_option()
628
scanner->
bitsperpixel
= 1;
in sane_control_option()
639
scanner->
bitsperpixel
= 4;
in sane_control_option()
649
scanner->
bitsperpixel
= 8;
in sane_control_option()
659
scanner->
bitsperpixel
= 8;
in sane_control_option()
1840
set_WD_bitsperpixel (buffer_r, s->
bitsperpixel
);
in sp15c_set_window_param()
2111
if (s->
bitsperpixel
== 1)
in bytes_per_line()
2177
(s->
bitsperpixel
* pixels) % (8 * 4))
in adjust_width()
2186
(s->
bitsperpixel
* pixel
in adjust_width()
[all...]
H
A
D
sp15c.h
165
int
bitsperpixel
; /* at the scanner interface */
member
H
A
D
bh.h
806
SANE_Byte
bitsperpixel
; /* 26 */
member
H
A
D
st400.c
319
SANE_Byte
bitsperpixel
, reserved6[13]; /* bpp: 1 or 8 */
in st400_set_window()
member
350
scsi_cmd.
bitsperpixel
= dev->val[OPT_DEPTH];
in st400_set_window()
H
A
D
bh.c
1027
set_window_cmd.window.
bitsperpixel
= 0x01;
in set_window()
1033
/* reverse image format (valid when
bitsperpixel
=1)
in set_window()
/third_party/cups-filters/cupsfilters/
H
A
D
raster.c
801
bitsperpixel
, /* Bits per pixel */
in cupsRasterParseIPPOptions()
local
946
bitsperpixel
= bitspercolor * numcolors;
in cupsRasterParseIPPOptions()
949
if (
bitsperpixel
== 3 &&
in cupsRasterParseIPPOptions()
951
bitsperpixel
= 4;
in cupsRasterParseIPPOptions()
953
h->cupsBitsPerPixel =
bitsperpixel
;
in cupsRasterParseIPPOptions()
Completed in 12 milliseconds