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:GetVertices
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H
A
D
geometry_bezier_arc.h
134
const float*
GetVertices
() const
in GetVertices()
function in OHOS::BezierArc
145
float*
GetVertices
()
in GetVertices()
function in OHOS::BezierArc
235
const float*
GetVertices
() const
in GetVertices()
function in OHOS::BezierArcSvg
237
return bezierArcModel_.
GetVertices
();
in GetVertices()
246
float*
GetVertices
()
in GetVertices()
function in OHOS::BezierArcSvg
248
return bezierArcModel_.
GetVertices
();
in GetVertices()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H
A
D
geometry_bezier_arc.cpp
211
mtx.Transform(bezierArcModel_.
GetVertices
() + i, bezierArcModel_.
GetVertices
() + i + 1);
in Init()
213
bezierArcModel_.
GetVertices
()[0] = x0;
in Init()
214
bezierArcModel_.
GetVertices
()[1] = y0;
in Init()
216
bezierArcModel_.
GetVertices
()[bezierArcModel_.GetNumberVertices() - BEZIER_ARC_SETUP] = x2;
in Init()
217
bezierArcModel_.
GetVertices
()[bezierArcModel_.GetNumberVertices() - 1] = y2;
in Init()
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
clip_utils.h
53
UICanvasVertices&
GetVertices
() const
in GetVertices()
function in OHOS::ClipPath
H
A
D
clip_utils.cpp
97
UICanvasVertices& vertices = path.
GetVertices
();
in CloseVertices()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_vertices.h
45
const sk_sp<SkVertices>
GetVertices
() const;
H
A
D
skia_vertices.cpp
34
const sk_sp<SkVertices> SkiaVertices::
GetVertices
() const
in GetVertices()
function in OHOS::Rosen::Drawing::SkiaVertices
H
A
D
skia_canvas.cpp
539
verts = skVerticesImpl->
GetVertices
();
in DrawVertices()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_vertices_test.cpp
90
* @tc.desc: Test
GetVertices
97
ASSERT_TRUE(skiaVertices.
GetVertices
() == nullptr);
in HWTEST_F()
Completed in 6 milliseconds