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:UpdateRect
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H
A
D
hifb_blit.c
255
rect->pos_x = img->
UpdateRect
.x;
in drv_blit_init()
256
rect->pos_y = img->
UpdateRect
.y;
in drv_blit_init()
257
rect->width = img->
UpdateRect
.w;
in drv_blit_init()
258
rect->height = img->
UpdateRect
.h;
in drv_blit_init()
547
rect->pos_x = src_img->
UpdateRect
.x;
in drv_rotate_init()
548
rect->pos_y = src_img->
UpdateRect
.y;
in drv_rotate_init()
549
rect->width = src_img->
UpdateRect
.w;
in drv_rotate_init()
550
rect->height = src_img->
UpdateRect
.h;
in drv_rotate_init()
560
rect->pos_x = dst_img->
UpdateRect
.x;
in drv_rotate_init()
561
rect->pos_y = dst_img->
UpdateRect
in drv_rotate_init()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
2762
ret = memcpy_s(&(buf.
UpdateRect
), sizeof(HIFB_RECT), &(refresh_info->user_buffer.
UpdateRect
),
in hifb_get_canvas_buffer()
4095
dst_rect->
UpdateRect
.x = 0;
4096
dst_rect->
UpdateRect
.y = 0;
4097
dst_rect->
UpdateRect
.w = dst_rect->stCanvas.u32Width;
4098
dst_rect->
UpdateRect
.h = dst_rect->stCanvas.u32Height;
4101
dst_rect->
UpdateRect
= canvas_buf->
UpdateRect
;
4116
ret = memcpy_s((void *)&compress_info->update_rect, sizeof(HIFB_RECT), &dst_rect->
UpdateRect
,
4301
inner_src_rect.pos_x = canvas_buf->
UpdateRect
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
271
HIFB_RECT
UpdateRect
; /* refresh region */
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hifb.h
246
HIFB_RECT
UpdateRect
; /* refresh region */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hifb.h
251
HIFB_RECT
UpdateRect
; /* refresh region */
member
Completed in 15 milliseconds