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:TexginePath
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H
A
D
texgine_path.cpp
21
std::shared_ptr<RSPath>
TexginePath
::GetPath() const
in GetPath()
26
void
TexginePath
::SetPath(const std::shared_ptr<RSPath> path)
in SetPath()
31
TexginePath
&
TexginePath
::AddOval(const TexgineRect &oval, TexginePathDirection dir)
in AddOval()
39
TexginePath
&
TexginePath
::MoveTo(const TexginePoint &p)
in MoveTo()
47
TexginePath
&
TexginePath
::QuadTo(const TexginePoint &p1, const TexginePoint &p2)
in QuadTo()
57
TexginePath
&
TexginePath
[all...]
H
A
D
texgine_path.h
38
class
TexginePath
{
class
41
* @brief Returns the SkPath that user sets to
TexginePath
or
TexginePath
`s own SkPath
46
* @brief Sets SkPath to
TexginePath
57
TexginePath
&AddOval(const TexgineRect &oval, TexginePathDirection dir = TexginePathDirection::K_CW);
64
TexginePath
&MoveTo(const TexginePoint &p);
71
TexginePath
&QuadTo(const TexginePoint &p1, const TexginePoint &p2);
77
TexginePath
&LineTo(const TexginePoint &p);
H
A
D
texgine_path_1d_path_effect.h
44
static std::shared_ptr<TexginePathEffect> Make(const
TexginePath
& path, float advance, float phase, Style style);
H
A
D
texgine_path_1d_path_effect.cpp
21
std::shared_ptr<TexginePathEffect> TexginePath1DPathEffect::Make(const
TexginePath
&path,
in Make()
Completed in 1 milliseconds