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:scale_
(Results
1 - 3
of
3
) sorted by relevance
/base/web/webview/ohos_nweb/include/
H
A
D
nweb_init_params.h
282
: width_(width), height_(height),
scale_
(scale), marginTop_(marginTop), marginBottom_(marginBottom),
in NWebPDFConfigArgsImpl()
298
return
scale_
;
324
double
scale_
;
member in OHOS::NWeb::NWebPDFConfigArgsImpl
/base/msdp/device_status/services/interaction/drag/include/
H
A
D
drag_drawing.h
94
std::shared_ptr<Rosen::RSAnimatableProperty<float>>
scale_
{ nullptr };
109
std::shared_ptr<Rosen::RSAnimatableProperty<float>>
scale_
{ nullptr };
124
std::shared_ptr<Rosen::RSAnimatableProperty<float>>
scale_
{ nullptr };
135
std::shared_ptr<Rosen::RSAnimatableProperty<float>>
scale_
{ nullptr };
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_drawing.cpp
3314
CHKPV(
scale_
);
in Draw()
3315
g_drawingInfo.parentNode->SetScale(
scale_
->Get(),
scale_
->Get());
in Draw()
3335
if (
scale_
== nullptr) {
in SetScale()
3336
scale_
= std::make_shared<Rosen::RSAnimatableProperty<float>>(scale);
in SetScale()
3337
Rosen::RSModifier::AttachProperty(
scale_
);
in SetScale()
3340
scale_
->Set(scale);
in SetScale()
3360
if (
scale_
== nullptr) {
in Draw()
3363
dragStyleNode->SetScale(
scale_
->Get());
in Draw()
3391
if (
scale_
in SetScale()
[all...]
Completed in 6 milliseconds