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:scaley
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/
H
A
D
nup.cc
182
scaley
=height/ret.sub.height;
in calculate_edit()
local
183
float subwidth=ret.sub.width*
scaley
,
in calculate_edit()
187
if (scalex>
scaley
) {
in calculate_edit()
188
ret.scale=
scaley
;
in calculate_edit()
/third_party/ffmpeg/libavcodec/
H
A
D
ass_split.h
52
float
scaley
;
member
H
A
D
ass_split.c
87
{"ScaleY", ASS_FLT, offsetof(ASSStyle,
scaley
) },
/third_party/skia/src/core/
H
A
D
SkRasterPipeline.h
136
float
scaley
[SkRasterPipeline_kMaxStride];
member
/third_party/skia/src/opts/
H
A
D
SkRasterPipeline_opts.h
2597
* sk_unaligned_load<F>(c->
scaley
);
2624
F
scaley
;
2625
if (kScale == -1) {
scaley
= 1.0f - fy; }
2626
if (kScale == +1) {
scaley
= fy; }
2627
sk_unaligned_store(ctx->
scaley
,
scaley
);
2668
F
scaley
;
2669
if (kScale == -3) {
scaley
= bicubic_far (1.0f - fy); }
2670
if (kScale == -1) {
scaley
= bicubic_near(1.0f - fy); }
2671
if (kScale == +1) {
scaley
[all...]
Completed in 6 milliseconds