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:bAlphaEnable
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H
A
D
hi_go_gdev.h
200
HI_BOOL
bAlphaEnable
; /* Alpha pixel enable flag. */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
169
HI_BOOL
bAlphaEnable
; /* alpha enable flag */
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hifb.h
144
HI_BOOL
bAlphaEnable
; /* alpha enable flag */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hifb.h
149
HI_BOOL
bAlphaEnable
; /* alpha enable flag */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H
A
D
hifb_vou_drv.c
217
vou_graphics_set_gfx_palpha(g_hifblayer_to_hwlayer[layer_id], alpha.
bAlphaEnable
, HI_TRUE, alpha.u8Alpha0,
in hifb_drv_set_layer_alpha()
H
A
D
hifb_blit.c
343
if (opt->alpha.
bAlphaEnable
) {
in blit_opt_get_alpha()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
2163
if ((alpha.
bAlphaEnable
!= HI_TRUE) && (alpha.
bAlphaEnable
!= HI_FALSE)) {
in hifb_set_layer_alpha()
2164
hifb_error("alpha.
bAlphaEnable
should be HI_TRUE or HI_FALSE!\n");
in hifb_set_layer_alpha()
2609
if ((alpha.
bAlphaEnable
!= HI_TRUE) && (alpha.
bAlphaEnable
!= HI_FALSE)) {
in hifb_set_cursor_alpha()
2610
hifb_error("pstAlphaInfo->
bAlphaEnable
(%d) should be HI_TRUE or HI_FALSE!\n", alpha.
bAlphaEnable
);
in hifb_set_cursor_alpha()
2955
if (surface_ex->stAlpha.
bAlphaEnable
!= HI_TRUE && surface_ex->stAlpha.
bAlphaEnable
!= HI_FALSE) {
in flip_surface_check_param()
2956
hifb_error("alpha.alpha_en(%d) should be HI_TRUE or HI_FALSE!\n", surface_ex->stAlpha.
bAlphaEnable
);
in flip_surface_check_param()
[all...]
Completed in 14 milliseconds