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:AspectRatio
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_proc.cpp
442
DXGI_RATIONAL
AspectRatio
= { 1, 1 };
in d3d12_video_processor_check_caps_and_create_processor()
local
505
AspectRatio
, // SourceAspectRatio;
in d3d12_video_processor_check_caps_and_create_processor()
506
AspectRatio
, // DestinationAspectRatio;
in d3d12_video_processor_check_caps_and_create_processor()
/third_party/mesa3d/src/egl/main/
H
A
D
eglsurface.h
149
EGLint
AspectRatio
;
member
H
A
D
eglsurface.c
418
surf->
AspectRatio
= EGL_UNKNOWN;
in _eglInitSurface()
526
*value = surface->
AspectRatio
;
in _eglQuerySurface()
/third_party/skia/src/sfnt/
H
A
D
SkPanose.h
219
enum class
AspectRatio
: SK_OT_BYTE {
class
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_negative.h
1200
real64
AspectRatio
() const
in AspectRatio()
function in dng_negative
H
A
D
dng_render.cpp
1282
real64 ratio = fNegative.
AspectRatio
();
in Render()
H
A
D
dng_negative.cpp
4729
real64 aspectRatio =
AspectRatio
();
Completed in 17 milliseconds