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:GetLineDash
(Results
1 - 25
of
37
) sorted by relevance
1
2
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_canvas.h
179
dashStyle.AddDash(paint.
GetLineDash
()[i], paint.
GetLineDash
()[i + 1]);
in LineDashStyleCalc()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
offscreen_canvas_paint_method.h
38
LineDashParam
GetLineDash
() const override;
H
A
D
offscreen_canvas_paint_method.cpp
231
LineDashParam OffscreenCanvasPaintMethod::
GetLineDash
() const
in GetLineDash()
function in OHOS::Ace::NG::OffscreenCanvasPaintMethod
233
return state_.strokeState.
GetLineDash
();
in GetLineDash()
H
A
D
offscreen_canvas_pattern.h
97
LineDashParam
GetLineDash
() const;
H
A
D
offscreen_canvas_pattern.cpp
209
LineDashParam OffscreenCanvasPattern::
GetLineDash
() const
in GetLineDash()
function in OHOS::Ace::NG::OffscreenCanvasPattern
211
return offscreenPaintMethod_->
GetLineDash
();
in GetLineDash()
H
A
D
canvas_rendering_context_2d_model_ng.h
43
std::vector<double>
GetLineDash
() override;
H
A
D
offscreen_canvas_rendering_context_2d_model_ng.h
40
std::vector<double>
GetLineDash
() override;
H
A
D
offscreen_canvas_rendering_context_2d_model_ng.cpp
73
std::vector<double> OffscreenCanvasRenderingContext2DModelNG::
GetLineDash
()
in GetLineDash()
function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
75
return pattern_ ? pattern_->
GetLineDash
().lineDash : std::vector<double> {};
in GetLineDash()
H
A
D
canvas_pattern.h
138
LineDashParam
GetLineDash
() const;
H
A
D
rendering_context_2d_model.h
44
virtual std::vector<double>
GetLineDash
() = 0;
H
A
D
canvas_rendering_context_2d_model_ng.cpp
153
std::vector<double> CanvasRenderingContext2DModelNG::
GetLineDash
()
in GetLineDash()
function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
156
return pattern ? pattern->
GetLineDash
().lineDash : std::vector<double> {};
in GetLineDash()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H
A
D
svg_graphic.cpp
377
if (!strokeState.
GetLineDash
().lineDash.empty()) {
in UpdateLineDash()
378
auto lineDashState = strokeState.
GetLineDash
().lineDash;
in UpdateLineDash()
384
SkScalar phase = SkDoubleToScalar(strokeState.
GetLineDash
().dashOffset);
in UpdateLineDash()
392
RSScalar phase = static_cast<RSScalar>(strokeState.
GetLineDash
().dashOffset);
in UpdateLineDash()
405
RSScalar phase = static_cast<RSScalar>(strokeState.
GetLineDash
().dashOffset);
in UpdateLineDash()
H
A
D
svg_node.cpp
92
return attr.strokeState.
GetLineDash
().dashOffset;
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
svg_paint_state.h
243
const LineDashParam&
GetLineDash
() const
in GetLineDash()
function in OHOS::Ace::StrokeState
316
lineDash_.lineDash = strokeState.
GetLineDash
().lineDash;
in Inherit()
319
lineDash_.dashOffset = strokeState.
GetLineDash
().dashOffset;
in Inherit()
H
A
D
paint_state.h
371
LineDashParam
GetLineDash
() const
in GetLineDash()
function in OHOS::Ace::StrokePaintState
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H
A
D
render_custom_paint.h
210
LineDashParam
GetLineDash
() const
in GetLineDash()
function in OHOS::Ace::RenderCustomPaint
212
return strokeState_.
GetLineDash
();
in GetLineDash()
H
A
D
offscreen_canvas.h
125
LineDashParam
GetLineDash
() const
in GetLineDash()
function in OHOS::Ace::OffscreenCanvas
127
return strokeState_.
GetLineDash
();
in GetLineDash()
H
A
D
custom_paint_component.h
121
LineDashParam
GetLineDash
() const;
H
A
D
custom_paint_component.cpp
351
LineDashParam CanvasTaskPool::
GetLineDash
() const
in GetLineDash()
function in OHOS::Ace::CanvasTaskPool
358
return paint->
GetLineDash
();
in GetLineDash()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_svg_painter.cpp
388
if (!strokeState.
GetLineDash
().lineDash.empty()) {
in UpdateLineDash()
389
auto lineDashState = strokeState.
GetLineDash
().lineDash;
in UpdateLineDash()
394
SkScalar phase = SkDoubleToScalar(strokeState.
GetLineDash
().dashOffset);
in UpdateLineDash()
401
if (!strokeState.
GetLineDash
().lineDash.empty()) {
in UpdateLineDash()
402
auto lineDashState = strokeState.
GetLineDash
().lineDash;
in UpdateLineDash()
407
RSScalar phase = static_cast<RSScalar>(strokeState.
GetLineDash
().dashOffset);
in UpdateLineDash()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H
A
D
canvas_rendering_context_2d_model_impl.cpp
72
std::vector<double> CanvasRenderingContext2DModelImpl::
GetLineDash
()
in GetLineDash()
function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
74
return pattern_ ? pattern_->
GetLineDash
().lineDash : std::vector<double> {};
in GetLineDash()
H
A
D
offscreen_canvas_rendering_context_2d_model_impl.cpp
74
std::vector<double> OffscreenCanvasRenderingContext2DModelImpl::
GetLineDash
()
in GetLineDash()
function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
76
return pattern_ ? pattern_->
GetLineDash
().lineDash : std::vector<double> {};
in GetLineDash()
H
A
D
offscreen_canvas_rendering_context_2d_model_impl.h
41
std::vector<double>
GetLineDash
() override;
H
A
D
canvas_rendering_context_2d_model_impl.h
41
std::vector<double>
GetLineDash
() override;
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H
A
D
paint.h
425
float*
GetLineDash
() const
in GetLineDash()
function in OHOS::Paint
Completed in 20 milliseconds
1
2