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:BeginPath
(Results
1 - 25
of
37
) sorted by relevance
1
2
/foundation/arkui/ui_lite/test/uitest/test_canvas/
H
A
D
ui_test_canvas.cpp
325
canvas->
BeginPath
();
in UIKitCanvasTestDrawArc001()
443
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath001()
458
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath002()
472
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath003()
486
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath004()
500
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath005()
514
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath006()
529
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath007()
544
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath008()
559
canvas->
BeginPath
();
in UIKitCanvasTestDrawPath009()
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_canvas_unit_test.cpp
312
* @tc.desc: Verify
BeginPath
function, equal.
324
canvas_->
BeginPath
();
in HWTEST_F()
340
canvas_->
BeginPath
();
in HWTEST_F()
363
canvas_->
BeginPath
();
in HWTEST_F()
386
canvas_->
BeginPath
();
in HWTEST_F()
417
canvas_->
BeginPath
();
in HWTEST_F()
446
canvas_->
BeginPath
();
in HWTEST_F()
475
canvas_->
BeginPath
();
in HWTEST_F()
504
canvas_->
BeginPath
();
in HWTEST_F()
528
canvas_->
BeginPath
();
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H
A
D
canvas_renderer.h
79
void
BeginPath
();
H
A
D
canvas_renderer.cpp
244
void NativeCanvasRenderer::
BeginPath
()
in BeginPath()
function in OHOS::Ace::Framework::NativeCanvasRenderer
246
renderingContext2DModel_->
BeginPath
();
in BeginPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
offscreen_canvas_pattern.h
44
void
BeginPath
();
H
A
D
offscreen_canvas_pattern.cpp
79
void OffscreenCanvasPattern::
BeginPath
()
in BeginPath()
function in OHOS::Ace::NG::OffscreenCanvasPattern
81
offscreenPaintMethod_->
BeginPath
();
in BeginPath()
H
A
D
canvas_rendering_context_2d_model_ng.h
87
void
BeginPath
() override;
H
A
D
offscreen_canvas_rendering_context_2d_model_ng.h
84
void
BeginPath
() override;
H
A
D
offscreen_canvas_rendering_context_2d_model_ng.cpp
341
void OffscreenCanvasRenderingContext2DModelNG::
BeginPath
()
in BeginPath()
function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
344
pattern_->
BeginPath
();
in BeginPath()
H
A
D
canvas_pattern.h
102
void
BeginPath
();
H
A
D
canvas_paint_op.cpp
103
method->
BeginPath
();
in Draw()
H
A
D
rendering_context_2d_model.h
88
virtual void
BeginPath
() = 0;
H
A
D
canvas_rendering_context_2d_model_ng.cpp
468
void CanvasRenderingContext2DModelNG::
BeginPath
()
in BeginPath()
function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
472
pattern->
BeginPath
();
in BeginPath()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H
A
D
canvas_rendering_context_2d_model_impl.cpp
324
void CanvasRenderingContext2DModelImpl::
BeginPath
()
in BeginPath()
function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
327
pattern_->
BeginPath
();
in BeginPath()
H
A
D
offscreen_canvas_rendering_context_2d_model_impl.cpp
326
void OffscreenCanvasRenderingContext2DModelImpl::
BeginPath
()
in BeginPath()
function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
329
pattern_->
BeginPath
();
in BeginPath()
H
A
D
offscreen_canvas_rendering_context_2d_model_impl.h
81
void
BeginPath
() override;
H
A
D
canvas_rendering_context_2d_model_impl.h
81
void
BeginPath
() override;
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H
A
D
custom_paint_component.h
104
void
BeginPath
();
H
A
D
custom_paint_component.cpp
243
void CanvasTaskPool::
BeginPath
()
in BeginPath()
function in OHOS::Ace::CanvasTaskPool
245
auto task = [](RenderCustomPaint& interface, const Offset& offset) { interface.
BeginPath
(); };
in BeginPath()
H
A
D
render_custom_paint.h
99
virtual void
BeginPath
() = 0;
H
A
D
rosen_render_custom_paint.h
87
void
BeginPath
() override;
H
A
D
offscreen_canvas.h
222
virtual void
BeginPath
() = 0;
H
A
D
rosen_render_offscreen_canvas.h
57
void
BeginPath
() override;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
canvas_rendering_context_2d_modifier.cpp
29
canvasPattern->
BeginPath
();
in SetCanvasBeginPath()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_canvas.cpp
44
void UICanvas::
BeginPath
()
in BeginPath()
function in OHOS::UICanvas
437
BeginPath
();
in SetDrawLinePath()
493
BeginPath
();
in StrokeRect()
509
BeginPath
();
in ClearRect()
580
BeginPath
();
in DrawSector()
Completed in 20 milliseconds
1
2