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:colorDepth
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H
A
D
tga_utils.cpp
32
uint8_t
colorDepth
;
member
70
readBinary(stream, header.
colorDepth
);
in LoadTGAImageFromFile()
76
size_t pixelComponentCount = header.
colorDepth
/ CHAR_BIT;
in LoadTGAImageFromFile()
/third_party/skia/dm/
H
A
D
DMJsonWriter.cpp
87
writer.appendString("color_depth", gBitmapResults[i].
colorDepth
.c_str());
in DumpJson()
134
br.
colorDepth
= options["color_depth"].as<StringValue>().begin();
in ReadJson()
H
A
D
DMJsonWriter.h
36
SkString
colorDepth
;
member
H
A
D
DM.cpp
1342
result.
colorDepth
= ToolUtils::colortype_depth(bitmap->colorType());
in WriteToDisk()
/third_party/backends/backend/
H
A
D
pieusb_scancmd.c
746
DBG (DBG_info_scan, " depth = %02x\n", mode->
colorDepth
);
in sanei_pieusb_cmd_set_mode()
787
_set_byte (mode->
colorDepth
, data, 5);
in sanei_pieusb_cmd_set_mode()
864
mode->
colorDepth
= _get_byte (data, 5);
in sanei_pieusb_cmd_get_mode()
877
DBG (DBG_info_scan, " depth = %02x\n", mode->
colorDepth
);
in sanei_pieusb_cmd_get_mode()
H
A
D
pieusb_scancmd.h
156
SANE_Byte
colorDepth
;
member
H
A
D
pieusb_specific.c
1832
case 1: scanner->mode.
colorDepth
= SCAN_COLOR_DEPTH_1; break;
in sanei_pieusb_set_mode_from_options()
1833
case 8: scanner->mode.
colorDepth
= SCAN_COLOR_DEPTH_8; break;
in sanei_pieusb_set_mode_from_options()
1834
case 16: scanner->mode.
colorDepth
= SCAN_COLOR_DEPTH_16; break;
in sanei_pieusb_set_mode_from_options()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H
A
D
svga_reg.h
496
uint32
colorDepth
: 8;
member
Completed in 13 milliseconds