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:rect_x
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_blt.h
61
uint16_t
rect_x
;
member
H
A
D
etnaviv_blt.c
125
etna_set_state(stream, VIVS_BLT_DEST_POS, VIVS_BLT_DEST_POS_X(op->
rect_x
) | VIVS_BLT_DEST_POS_Y(op->rect_y));
in emit_blt_clearimage()
244
clr.
rect_x
= 0; /* What about scissors? */
in etna_blit_clear_color_blt()
323
clr.
rect_x
= 0; /* What about scissors? */
in etna_blit_clear_zs_blt()
/third_party/ffmpeg/libavcodec/
H
A
D
vmnc.c
291
int
rect_x
, rect_y, rect_w, rect_h;
in decode_hextile()
local
297
rect_x
= xy >> 4;
in decode_hextile()
302
if (
rect_x
+ rect_w > w - i || rect_y + rect_h > h - j) {
in decode_hextile()
307
paint_rect(dst2,
rect_x
, rect_y,
in decode_hextile()
Completed in 3 milliseconds