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:flip_x
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sga.c
143
int
flip_x
= (tilemap >> 11) & 1;
in decode_index_tilemap()
local
150
if (!
flip_x
&& !flip_y) {
in decode_index_tilemap()
152
} else if (
flip_x
&& flip_y) {
in decode_index_tilemap()
157
} else if (
flip_x
) {
in decode_index_tilemap()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
device9.c
1683
boolean scaled, clamped, ms,
flip_x
= FALSE, flip_y = FALSE;
in NineDevice9_StretchRect()
local
1743
flip_x
= pDestRect->left > pDestRect->right;
in NineDevice9_StretchRect()
1744
if (
flip_x
) {
in NineDevice9_StretchRect()
1771
if (
flip_x
^ (pSourceRect->left > pSourceRect->right)) {
in NineDevice9_StretchRect()
1786
blit.src.box.x =
flip_x
? src->desc.Width : 0;
in NineDevice9_StretchRect()
1788
blit.src.box.width =
flip_x
? -src->desc.Width : src->desc.Width;
in NineDevice9_StretchRect()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_blorp.c
729
bool
flip_x
= flip_coords(&src_x0, &src_x1, &dst_x0, &dst_x1);
in blit_image()
local
753
blorp_filter,
flip_x
, flip_y);
in blit_image()
Completed in 10 milliseconds