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:GeometryEffect
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/modules/sksg/include/
H
A
D
SkSGGeometryEffect.h
23
class
GeometryEffect
: public GeometryNode {
class
25
explicit
GeometryEffect
(sk_sp<GeometryNode>);
26
~
GeometryEffect
() override;
47
class TrimEffect final : public
GeometryEffect
{
66
using INHERITED =
GeometryEffect
;
72
class GeometryTransform final : public
GeometryEffect
{
92
using INHERITED =
GeometryEffect
;
102
class DashEffect final : public
GeometryEffect
{
119
using INHERITED =
GeometryEffect
;
125
class RoundEffect final : public
GeometryEffect
{
[all...]
/third_party/skia/modules/sksg/src/
H
A
D
SkSGGeometryEffect.cpp
24
GeometryEffect
::
GeometryEffect
(sk_sp<GeometryNode> child)
in GeometryEffect()
function in sksg::GeometryEffect
31
GeometryEffect
::~
GeometryEffect
() {
in ~GeometryEffect()
35
void
GeometryEffect
::onClip(SkCanvas* canvas, bool antiAlias) const {
in onClip()
39
void
GeometryEffect
::onDraw(SkCanvas* canvas, const SkPaint& paint) const {
in onDraw()
43
bool
GeometryEffect
::onContains(const SkPoint& p) const {
in onContains()
47
SkPath
GeometryEffect
::onAsPath() const {
in onAsPath()
51
SkRect
GeometryEffect
::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
in onRevalidate()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H
A
D
PuckerBloat.cpp
29
class PuckerBloatEffect final : public sksg::
GeometryEffect
{
131
using INHERITED = sksg::
GeometryEffect
;
Completed in 2 milliseconds