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:BI_RGB
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H
A
D
Win32Pixmap.cpp
36
bitmapInfo.bmiHeader.biCompression =
BI_RGB
;
in initialize()
H
A
D
Win32Window.cpp
683
bitmapInfo.biCompression =
BI_RGB
;
in takeScreenshot()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H
A
D
Win32SurfaceKHR.cpp
148
bitmapInfo.bmiHeader.biCompression =
BI_RGB
;
in lazyCreateFrameBuffer()
/third_party/skia/tools/sk_app/win/
H
A
D
RasterWindowContext_win.cpp
67
bmpInfo->bmiHeader.biCompression =
BI_RGB
;
in resize()
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
H
A
D
gdi_sw_winsys.c
157
gdt->bmi.bmiHeader.biCompression =
BI_RGB
;
in gdi_sw_displaytarget_create()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H
A
D
FrameBufferGDI.cpp
147
bitmapInfo.bmiHeader.biCompression =
BI_RGB
;
in init()
/third_party/ffmpeg/libavdevice/
H
A
D
vfwcap.c
64
case
BI_RGB
:
in vfw_pixfmt()
401
if(biCompression ==
BI_RGB
) {
in vfw_read_header()
H
A
D
gdigrab.c
376
bmi.bmiHeader.biCompression =
BI_RGB
;
in gdigrab_read_header()
H
A
D
dshow.c
63
case
BI_RGB
:
in dshow_pixfmt()
1593
if (bih->biCompression ==
BI_RGB
|| bih->biCompression == BI_BITFIELDS) {
in dshow_add_device()
/third_party/vk-gl-cts/framework/platform/win32/
H
A
D
tcuWin32EGLNativeDisplayFactory.cpp
165
bitmapInfo.bmiHeader.biCompression =
BI_RGB
;
in NativePixmap()
340
bitmapInfo.biCompression =
BI_RGB
;
in readScreenPixels()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
DxgiFns.cpp
115
bmi.bmiHeader.biCompression =
BI_RGB
;
in _Present()
/third_party/cups-filters/cupsfilters/
H
A
D
image-bmp.c
31
# define
BI_RGB
0 /* No compression - straight BGR data */
macro
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_win32.c
330
info.bmiHeader.biCompression =
BI_RGB
;
in wsi_win32_image_init()
/third_party/skia/gm/
H
A
D
rasterhandleallocator.cpp
193
hdr.biCompression =
BI_RGB
; // No compression.
in Create()
/third_party/skia/src/ports/
H
A
D
SkFontHost_win.cpp
520
info.bmiHeader.biCompression =
BI_RGB
;
in draw()
Completed in 14 milliseconds