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:bmih
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_debug_image.c
242
struct bmp_info_header
bmih
;
in debug_dump_float_rgba_bmp()
local
254
bmih
.biSize = 40;
in debug_dump_float_rgba_bmp()
255
bmih
.biWidth = width;
in debug_dump_float_rgba_bmp()
256
bmih
.biHeight = height;
in debug_dump_float_rgba_bmp()
257
bmih
.biPlanes = 1;
in debug_dump_float_rgba_bmp()
258
bmih
.biBitCount = 32;
in debug_dump_float_rgba_bmp()
259
bmih
.biCompression = 0;
in debug_dump_float_rgba_bmp()
260
bmih
.biSizeImage = height*width*4;
in debug_dump_float_rgba_bmp()
261
bmih
.biXPelsPerMeter = 0;
in debug_dump_float_rgba_bmp()
262
bmih
in debug_dump_float_rgba_bmp()
298
struct bmp_info_header
bmih
;
debug_dump_ubyte_rgba_bmp()
local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H
A
D
rpng-win.c
160
static BITMAPINFOHEADER *
bmih
;
variable
520
bmih
= (BITMAPINFOHEADER *)dib;
in rpng_win_create_window()
521
bmih
->biSize = sizeof(BITMAPINFOHEADER);
in rpng_win_create_window()
522
bmih
->biWidth = image_width;
in rpng_win_create_window()
523
bmih
->biHeight = -((long)image_height);
in rpng_win_create_window()
524
bmih
->biPlanes = 1;
in rpng_win_create_window()
525
bmih
->biBitCount = 24;
in rpng_win_create_window()
526
bmih
->biCompression = 0;
in rpng_win_create_window()
712
wimage_data, (BITMAPINFO *)
bmih
,
in rpng_win_wndproc()
H
A
D
rpng2-win.c
266
static BITMAPINFOHEADER *
bmih
;
variable
726
bmih
= (BITMAPINFOHEADER *)dib;
727
bmih
->biSize = sizeof(BITMAPINFOHEADER);
728
bmih
->biWidth = rpng2_info.width;
729
bmih
->biHeight = -((long)rpng2_info.height);
730
bmih
->biPlanes = 1;
731
bmih
->biBitCount = 24;
732
bmih
->biCompression = 0;
1239
wimage_data, (BITMAPINFO *)
bmih
,
Completed in 4 milliseconds