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:IMAGE_SIZE
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_image_animator_unit_test.cpp
29
const uint8_t
IMAGE_SIZE
= 3;
member
56
static ImageAnimatorInfo g_imageAnimatorInfo[
IMAGE_SIZE
] = {
125
const uint8_t imageSize =
IMAGE_SIZE
;
in HWTEST_F()
144
imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo,
IMAGE_SIZE
);
in HWTEST_F()
297
imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo,
IMAGE_SIZE
);
in HWTEST_F()
318
imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo,
IMAGE_SIZE
);
in HWTEST_F()
339
imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo,
IMAGE_SIZE
);
in HWTEST_F()
360
imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo,
IMAGE_SIZE
);
in HWTEST_F()
378
const uint8_t imageSize =
IMAGE_SIZE
;
in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H
A
D
toolbar.js
46
const
IMAGE_SIZE
= '24vp';
520
Image.width(
IMAGE_SIZE
);
521
Image.height(
IMAGE_SIZE
);
648
SymbolGlyph.fontSize(
IMAGE_SIZE
);
664
Image.width(
IMAGE_SIZE
);
665
Image.height(
IMAGE_SIZE
);
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H
A
D
editabletitlebar.js
45
const
IMAGE_SIZE
= '64vp';
1283
Image.width(
IMAGE_SIZE
);
1284
Image.height(
IMAGE_SIZE
);
1346
Image.width(
IMAGE_SIZE
);
1347
Image.height(
IMAGE_SIZE
);
/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H
A
D
selecttitlebar.js
29
const
IMAGE_SIZE
= '64vp';
1464
Image.width(
IMAGE_SIZE
);
1465
Image.height(
IMAGE_SIZE
);
1557
Image.width(
IMAGE_SIZE
);
1558
Image.height(
IMAGE_SIZE
);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H
A
D
composetitlebar.js
27
const
IMAGE_SIZE
= '64vp';
1286
Image.width(
IMAGE_SIZE
);
1287
Image.height(
IMAGE_SIZE
);
1350
Image.width(
IMAGE_SIZE
);
1351
Image.height(
IMAGE_SIZE
);
/foundation/ability/form_fwk/services/src/
H
A
D
form_cache_mgr.cpp
46
const std::string
IMAGE_SIZE
= "
IMAGE_SIZE
";
member
81
+ " (IMAGE_ID INTEGER PRIMARY KEY AUTOINCREMENT, IMAGE_BIT BLOB,
IMAGE_SIZE
TEXT);";
in CreateFormCacheTable()
494
valuesBucket.PutInt(
IMAGE_SIZE
, size);
in SaveImgCacheToDb()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
constants.cpp
43
const char
IMAGE_SIZE
[] = "imageSize";
member
H
A
D
constants.h
48
extern const char
IMAGE_SIZE
[];
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H
A
D
tabtitlebar.js
25
const
IMAGE_SIZE
= '64vp';
1423
Image.width(
IMAGE_SIZE
);
1424
Image.height(
IMAGE_SIZE
);
1475
Image.width(
IMAGE_SIZE
);
1476
Image.height(
IMAGE_SIZE
);
/foundation/multimedia/camera_lite/services/impl/src/
H
A
D
camera_device.cpp
46
const int32_t
IMAGE_SIZE
= 5; // "DATA_PIX_FORMAT"
variable
Completed in 13 milliseconds