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:cubic
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
sampling_options.h
79
CubicResampler
cubic
= {0, 0};
member in OHOS::Rosen::Drawing::SamplingOptions
94
inline SamplingOptions::SamplingOptions(const CubicResampler& c) noexcept : useCubic(true),
cubic
(c) {}
in cubic()
function
113
return
cubic
.cubicCoffB;
in GetCubicCoffB()
118
return
cubic
.cubicCoffC;
in GetCubicCoffC()
123
return a.useCubic == b.useCubic && a.
cubic
.cubicCoffB == b.
cubic
.cubicCoffB &&
in operator ==()
124
a.
cubic
.cubicCoffC == b.
cubic
.cubicCoffC && a.filter == b.filter && a.mipmap == b.mipmap;
in operator ==()
135
out += "
cubic
";
in Dump()
136
cubic
in Dump()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
window_scene_config_test.cpp
67
spring, interactiveSpring,
cubic
(float float float float)-->
86
<curve name="
cubic
">0.2 0.0 0.2 1.0</curve>
94
<curve name="
cubic
">0.2 0.0 0.2 1.0</curve>
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_manager_config_test.cpp
64
spring, interactiveSpring,
cubic
(float float float float)-->
84
<curve name="
cubic
">0.2 0.0 0.2 1.0</curve>
Completed in 3 milliseconds