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:SetAlphaF
(Results
1 - 25
of
57
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H
A
D
mock_canvas_paint.h
37
MOCK_METHOD1(
SetAlphaF
, void(float alpha));
54
MOCK_METHOD1(
SetAlphaF
, void(float a));
H
A
D
canvas_custom_paint_method_testtwo_ng.cpp
173
EXPECT_CALL(brush,
SetAlphaF
(_)).WillRepeatedly(Return());
in HWTEST_F()
211
EXPECT_CALL(brush,
SetAlphaF
(_)).WillRepeatedly(Return());
in HWTEST_F()
340
EXPECT_CALL(brush,
SetAlphaF
(_)).WillRepeatedly(Return());
in HWTEST_F()
413
EXPECT_CALL(brush,
SetAlphaF
(_)).WillRepeatedly(Return());
in HWTEST_F()
461
EXPECT_CALL(brush,
SetAlphaF
(_)).WillRepeatedly(Return());
in HWTEST_F()
515
EXPECT_CALL(brush,
SetAlphaF
(_)).WillRepeatedly(Return());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
shape_painter.cpp
70
rSColor.
SetAlphaF
(static_cast<RSScalar>(shapePaintProperty.GetStrokeOpacityValue()));
in SetPen()
101
rSColor.
SetAlphaF
(static_cast<RSScalar>(shapePaintProperty.GetFillOpacityValue()));
in SetBrush()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H
A
D
texgine_paint.cpp
57
brush_->
SetAlphaF
(alpha);
in SetAlphaf()
58
pen_->
SetAlphaF
(alpha);
in SetAlphaf()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H
A
D
testing_brush.h
42
virtual void
SetAlphaF
(float a) {}
in SetAlphaF()
function in OHOS::Ace::Testing::TestingBrush
H
A
D
testing_pen.h
57
virtual void
SetAlphaF
(float alpha) {}
in SetAlphaF()
function in OHOS::Ace::Testing::TestingPen
H
A
D
testing_color.h
83
void
SetAlphaF
(float alpha) {}
in SetAlphaF()
function in OHOS::Ace::Testing::TestingColor
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
brush.cpp
97
void Brush::
SetAlphaF
(scalar a)
in SetAlphaF()
function in OHOS::Rosen::Drawing::Brush
99
color_.
SetAlphaF
(a);
in SetAlphaF()
H
A
D
pen.cpp
97
void Pen::
SetAlphaF
(scalar a)
in SetAlphaF()
function in OHOS::Rosen::Drawing::Pen
99
return brush_.
SetAlphaF
(a);
in SetAlphaF()
H
A
D
paint.cpp
169
void Paint::
SetAlphaF
(scalar a)
in SetAlphaF()
function in OHOS::Rosen::Drawing::Paint
171
color_.
SetAlphaF
(a);
in SetAlphaF()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_circle_drawing_manager.cpp
239
outCircleBrush.
SetAlphaF
(OUT_CIRCLE_BACKGROUND_ALPHA);
in DrawingProgressByRosenDrawing()
251
centerCircleBrush.
SetAlphaF
(CENTER_CIRCLE_BACKGROUND_ALPHA);
in DrawingProgressByRosenDrawing()
263
progressPen.
SetAlphaF
(PROGRESS_BACKGROUND_ALPHA);
in DrawingProgressByRosenDrawing()
276
progressArcPen.
SetAlphaF
(PROGRESS_BAR_BACKGROUND_ALPHA);
in DrawingProgressByRosenDrawing()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H
A
D
color_test.cpp
510
color->
SetAlphaF
(55.0f);
in HWTEST_F()
526
color->
SetAlphaF
(-1.0f);
in HWTEST_F()
542
color->
SetAlphaF
(0.6f);
in HWTEST_F()
H
A
D
pen_test.cpp
387
pen->
SetAlphaF
(alpha);
in HWTEST_F()
418
pen->
SetAlphaF
(0.5f);
in HWTEST_F()
432
pen->
SetAlphaF
(15.0f);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H
A
D
scroll_fade_painter.cpp
43
brush.
SetAlphaF
(opacity_);
in Paint()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_divided_render_util.cpp
37
params.paint.
SetAlphaF
(node.GetGlobalAlpha());
in CreateBufferDrawParam()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
brush.h
130
void
SetAlphaF
(scalar a);
H
A
D
pen.h
137
void
SetAlphaF
(scalar a);
H
A
D
paint.h
60
void
SetAlphaF
(scalar a);
H
A
D
color.h
138
void
SetAlphaF
(scalar a);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_hps_blur.cpp
85
brush.
SetAlphaF
(alpha);
in ApplyHpsBlur()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_paint_method.cpp
102
brush.
SetAlphaF
(FADE_ALPHA);
in PaintFade()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/
H
A
D
color_fuzzer.cpp
108
color.
SetAlphaF
(alpha);
in ColorFuzzTest003()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H
A
D
brush_fuzzer.cpp
51
brush.
SetAlphaF
(scalarG);
in BrushFuzzTestInner01()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H
A
D
paint_fuzzer.cpp
74
paint.
SetAlphaF
(f);
in PaintFuzzTest001()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H
A
D
pen_fuzzer.cpp
49
pen.
SetAlphaF
(alpha2);
in PenFuzzTestInner02()
Completed in 13 milliseconds
1
2
3