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:ShaderPaint
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/modules/sksg/src/
H
A
D
SkSGPaint.cpp
55
sk_sp<
ShaderPaint
>
ShaderPaint
::Make(sk_sp<Shader> sh) {
in Make()
56
return sh ? sk_sp<
ShaderPaint
>(new
ShaderPaint
(std::move(sh)))
in Make()
60
ShaderPaint
::
ShaderPaint
(sk_sp<Shader> sh)
in ShaderPaint()
function in sksg::ShaderPaint
65
ShaderPaint
::~
ShaderPaint
() {
in ~ShaderPaint()
69
SkRect
ShaderPaint
::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
in onRevalidate()
75
void
ShaderPaint
[all...]
/third_party/skia/modules/sksg/include/
H
A
D
SkSGPaint.h
80
class
ShaderPaint
final : public PaintNode {
82
~
ShaderPaint
() override;
84
static sk_sp<
ShaderPaint
> Make(sk_sp<Shader>);
92
explicit
ShaderPaint
(sk_sp<Shader>);
/third_party/skia/modules/skottie/src/layers/shapelayer/
H
A
D
Gradient.cpp
212
? AttachFill(jgrad, abuilder, sksg::
ShaderPaint
::Make(adapter->node()), adapter)
221
? AttachStroke(jgrad, abuilder, sksg::
ShaderPaint
::Make(adapter->node()), adapter)
Completed in 2 milliseconds