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:FILL_STYLE
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_canvas.cpp
404
if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::
FILL_STYLE
) {
in DrawRect()
433
if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::
FILL_STYLE
) {
in SetDrawLinePath()
434
DrawRectSetCmd(startPoint, height, width, paint, Paint::PaintStyle::
FILL_STYLE
);
in SetDrawLinePath()
467
} else if (paintStyle == Paint::PaintStyle::
FILL_STYLE
) {
in DrawRectSetCmd()
508
paint.SetStyle(Paint::
FILL_STYLE
);
in ClearRect()
534
if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::
FILL_STYLE
) {
in DrawCircle()
587
if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::
FILL_STYLE
) {
in DrawSector()
591
if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::
FILL_STYLE
) {
in DrawSector()
655
if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::
FILL_STYLE
) {
in DrawLabel()
688
if (static_cast<uint8_t>(paint.GetStyle()) & Paint::PaintStyle::
FILL_STYLE
) {
in DrawImage()
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_canvas.h
148
if (paint.GetStyle() == Paint::
FILL_STYLE
|| paint.GetStyle() == Paint::STROKE_FILL_STYLE) {
in RenderBlendSolid()
H
A
D
draw_canvas.cpp
71
if (paint.GetStyle() == Paint::STROKE_STYLE || paint.GetStyle() == Paint::
FILL_STYLE
||
in DoRender()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H
A
D
paint.h
123
FILL_STYLE
,
enumerator
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_canvas_unit_test.cpp
160
Paint::PaintStyle paintStyle = Paint::PaintStyle::
FILL_STYLE
;
in HWTEST_F()
162
paint_->SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in HWTEST_F()
916
paint.SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in HWTEST_F()
932
paint.SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in HWTEST_F()
1573
paint_->SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in HWTEST_F()
1620
paint_->SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in HWTEST_F()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H
A
D
paint.cpp
119
SetStyle(Paint::
FILL_STYLE
);
in SetFillStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_canvas.h
699
paint.GetStyle() == Paint::
FILL_STYLE
||
in IsSoild()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
canvas_component.cpp
1182
//
FILL_STYLE
: fill rect support fill shapses only
in FillRect()
1183
component->paint_.SetStyle(component->paint_.
FILL_STYLE
);
in FillRect()
1257
//
FILL_STYLE
: fillText support fill shapses only
in FillText()
1258
component->paint_.SetStyle(component->paint_.
FILL_STYLE
);
in FillText()
1310
//
FILL_STYLE
: strokeText support fill shapses only
in StrokeText()
1311
component->paint_.SetStyle(component->paint_.
FILL_STYLE
);
in StrokeText()
/foundation/arkui/ui_lite/test/uitest/test_canvas/
H
A
D
ui_test_canvas.cpp
222
paint.SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in UIKitCanvasTestDrawRect001()
269
paint.SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in UIKitCanvasTestDrawCircle001()
414
paint.SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in UIKitCanvasTestDrawSector001()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
453
paint.SetStyle(Paint::PaintStyle::
FILL_STYLE
);
in UIKitUITestBorderMarginPaddingTest006()
Completed in 15 milliseconds