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:out_scale
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/modules/skottie/src/text/
H
A
D
SkottieShaper.cpp
402
out_scale
= max_scale, // minimum scale that doesn't fit
in ShapeToFit()
local
412
SkASSERT(try_scale >= in_scale && try_scale <=
out_scale
);
in ShapeToFit()
423
out_scale
= try_scale;
in ShapeToFit()
428
: (in_scale +
out_scale
) * 0.5f;
in ShapeToFit()
434
try_scale = (
out_scale
== max_scale)
in ShapeToFit()
435
// initial
out_scale
not found yet - search exponentially
in ShapeToFit()
437
//
out_scale
found - binary search
in ShapeToFit()
438
: (in_scale +
out_scale
) * 0.5f;
in ShapeToFit()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_nnedi.c
87
float
out_scale
;
member
541
const float
out_scale
= s->
out_scale
;
in filter_slice()
local
652
width, slice_height, depth,
out_scale
);
in filter_slice()
1040
s->
out_scale
= 1 << (s->depth - 8);
in config_input()
1041
s->in_scale = 1.f / s->
out_scale
;
in config_input()
/third_party/backends/backend/pixma/
H
A
D
pixma_common.c
1200
double
out_scale
= 255.0;
in pixma_fill_gamma_table()
local
1204
table[i] = (int) (
out_scale
* pow (i * in_scale, r_gamma) + 0.5);
in pixma_fill_gamma_table()
1211
double
out_scale
= 65535.0;
in pixma_fill_gamma_table()
local
1216
value = (uint16_t) (
out_scale
* pow (i * in_scale, r_gamma) + 0.5);
in pixma_fill_gamma_table()
Completed in 5 milliseconds