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:height64
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
jpegxl_probe.c
116
uint64_t
height64
= height; /* avoid integer overflow */
in jpegxl_width_from_ratio()
local
121
return (uint32_t)((
height64
* 12) / 10);
in jpegxl_width_from_ratio()
123
return (uint32_t)((
height64
* 4) / 3);
in jpegxl_width_from_ratio()
125
return (uint32_t)((
height64
* 3) / 2);
in jpegxl_width_from_ratio()
127
return (uint32_t)((
height64
* 16) / 9);
in jpegxl_width_from_ratio()
129
return (uint32_t)((
height64
* 5) / 4);
in jpegxl_width_from_ratio()
131
return (uint32_t)(
height64
* 2);
in jpegxl_width_from_ratio()
/third_party/skia/docs/examples/
H
A
D
IRect_height64.cpp
8
SkDebugf("height: %d
height64
: %" PRId64 "\n", large.height(), large.
height64
());
in REG_FIDDLE()
/third_party/skia/include/core/
H
A
D
SkRect.h
192
int64_t
height64
() const { return (int64_t)fBottom - (int64_t)fTop; }
in height64()
function
196
width64() or
height64
().
198
@return true if width64() or
height64
() are zero or negative
208
int64_t h = this->
height64
();
in isEmpty()
/third_party/skia/src/core/
H
A
D
SkCanvas.cpp
763
SkIRect(targetOutput).
height64
())),
in get_layer_mapping_and_bounds()
Completed in 8 milliseconds