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:BRIGHTNESS
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
story_cover_info_column.h
36
const std::string
BRIGHTNESS
= "brightness";
member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H
A
D
story_db_sqls.h
69
BRIGHTNESS
+ " REAL, " +
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestJsonHelper.cpp
31
constexpr char const *
BRIGHTNESS
= "Brightness";
member
92
ASSERT_STREQ(filters[0]->GetString(NAME).c_str(),
BRIGHTNESS
);
in HWTEST_F()
149
ASSERT_TRUE(brightness->Put(NAME,
BRIGHTNESS
));
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H
A
D
rs_modifier_type.h
107
BRIGHTNESS
,
member in OHOS::Rosen::RSModifierType
290
case RSModifierType::
BRIGHTNESS
: return "Brightness";
in GetModifierTypeString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H
A
D
canvas_custom_paint_method_test_ng.cpp
163
* @tc.steps3: When FilterType is
BRIGHTNESS
, call the function CheckFilterProperty.
in HWTEST_F()
166
EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::
BRIGHTNESS
, "0"));
in HWTEST_F()
167
EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::
BRIGHTNESS
, "-0"));
in HWTEST_F()
168
EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::
BRIGHTNESS
, "10"));
in HWTEST_F()
169
EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::
BRIGHTNESS
, "10.5"));
in HWTEST_F()
170
EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::
BRIGHTNESS
, "10%"));
in HWTEST_F()
171
EXPECT_TRUE(paintMethod->CheckFilterProperty(FilterType::
BRIGHTNESS
, "10.5%"));
in HWTEST_F()
172
EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::
BRIGHTNESS
, " "));
in HWTEST_F()
173
EXPECT_FALSE(paintMethod->CheckFilterProperty(FilterType::
BRIGHTNESS
, "10px"));
in HWTEST_F()
1431
filter.filterType_ = FilterType::
BRIGHTNESS
;
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
custom_paint_paint_method.h
45
BRIGHTNESS
,
member in OHOS::Ace::NG::FilterType
H
A
D
custom_paint_paint_method.cpp
130
case FilterType::
BRIGHTNESS
:
in CheckFilterProperty()
1464
case FilterType::
BRIGHTNESS
:
in SetFilterParam()
1830
{ "brightness", FilterType::
BRIGHTNESS
},
in FilterStrToFilterType()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
highlight_album_napi.cpp
125
RADIUS, SATURATION,
BRIGHTNESS
, BACKGROUND_COLOR_TYPE, SHADOW_LEVEL, TITLE_SCALE_X,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_story_test/src/
H
A
D
medialibrary_story_test.cpp
200
valuesBucket.Put(
BRIGHTNESS
, 6.5);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_property_drawable.cpp
139
{ RSModifierType::
BRIGHTNESS
, RSPropertyDrawableSlot::COLOR_FILTER },
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_node.cpp
2424
SetProperty<RSBrightnessModifier, RSAnimatableProperty<float>>(RSModifierType::
BRIGHTNESS
, brightness);
in SetBrightness()
Completed in 15 milliseconds