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
defs:canvasWidth
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_render_engine_unit_test.cpp
63
const int
canvasWidth
= 10;
in SetUpTestCase()
local
193
const int
canvasWidth
= 10;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_render_engine_test.cpp
63
const int
canvasWidth
= 10;
in SetUpTestCase()
local
192
const int
canvasWidth
= 10;
in HWTEST_F()
local
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H
A
D
render_environment.h
207
int
canvasWidth
= 0;
member in OHOS::Media::Effect::RenderEnvironment
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H
A
D
rs_attraction_effect_filter_test.cpp
253
float
canvasWidth
= 10.f;
in HWTEST_F()
local
275
float
canvasWidth
= 10.f;
in HWTEST_F()
local
299
float
canvasWidth
= 10.f;
in HWTEST_F()
local
323
float
canvasWidth
= 10.f;
in HWTEST_F()
local
355
float
canvasWidth
= 10.f;
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H
A
D
apng_image_player.cpp
133
uint32_t
canvasWidth
= pngInfo->header.width;
in GetApngAllFrames()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_attraction_effect_filter.cpp
221
void RSAttractionEffectFilter::GetWindowInitCtrlPoints(Drawing::Point windowCtrlPoints[], float
canvasWidth
,
in GetWindowInitCtrlPoints()
argument
376
void RSAttractionEffectFilter::CalculateWindowStatus(float
canvasWidth
, float canvasHeight, Vector2f destinationPoint)
in CalculateWindowStatus()
argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_properties_painter.cpp
1577
float
canvasWidth
= properties.GetBoundsRect().GetWidth();
in DrawSpherize()
local
H
A
D
rs_properties.cpp
2416
float
canvasWidth
= GetBoundsRect().GetWidth();
in CreateAttractionEffectFilter()
local
Completed in 16 milliseconds