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:viewport_height
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
vwebp.c
74
int viewport_width,
viewport_height
;
member
283
kParams.
viewport_height
= height;
in HandleReshape()
343
window_y = window_y * kParams.
viewport_height
/ kParams.canvas_height;
in DrawBackgroundScissored()
345
frame_h = frame_h * kParams.
viewport_height
/ kParams.canvas_height;
in DrawBackgroundScissored()
348
window_y = kParams.
viewport_height
- window_y - frame_h;
in DrawBackgroundScissored()
364
(GLfloat)(-1. / kParams.canvas_height * kParams.
viewport_height
));
in HandleDisplay()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_pbo.h
89
unsigned
viewport_height
);
H
A
D
st_pbo.c
169
unsigned
viewport_height
)
in st_pbo_addresses_invert_y()
172
(
viewport_height
- 1 + 2 * addr->constants.yoffset) * addr->constants.stride;
in st_pbo_addresses_invert_y()
168
st_pbo_addresses_invert_y(struct st_pbo_addresses *addr, unsigned
viewport_height
)
st_pbo_addresses_invert_y()
argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcViewportArrayTests.cpp
1519
GLint
viewport_height
= (GLint)data[4 * i + 3];
in iterate()
local
1521
if ((window_width != viewport_width) || (window_height !=
viewport_height
))
in iterate()
1524
<< "] dimennsions: " << viewport_width << " x " <<
viewport_height
in iterate()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 34 milliseconds