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:PaintParams
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/experimental/graphite/src/
H
A
D
DrawList.cpp
16
PaintParams
::
PaintParams
(const SkColor4f& color,
in PaintParams()
function in skgpu::PaintParams
23
PaintParams
::
PaintParams
(const
PaintParams
& other)
in PaintParams()
function in skgpu::PaintParams
28
PaintParams
::~
PaintParams
() {}
in ~PaintParams()
30
PaintParams
&
PaintParams
::operator=(const
PaintParams
[all...]
H
A
D
DrawList.h
34
//
PaintParams
is not required as an intermediate representation.
38
class
PaintParams
{
class
40
PaintParams
(const SkColor4f& color, SkBlendMode, sk_sp<SkShader>);
41
PaintParams
(const
PaintParams
&);
42
~
PaintParams
();
44
PaintParams
& operator=(const
PaintParams
&);
169
const
PaintParams
* paint);
175
const
PaintParams
* pain
[all...]
H
A
D
DrawContext.h
58
const
PaintParams
* paint);
64
const
PaintParams
* paint);
71
const
PaintParams
* paint);
H
A
D
DrawContext.cpp
56
const
PaintParams
* paint) {
in stencilAndFillPath()
65
const
PaintParams
* paint) {
in fillConvexPath()
75
const
PaintParams
* paint) {
in strokePath()
H
A
D
Device.cpp
43
bool is_opaque(const
PaintParams
& paint) {
in is_opaque()
282
PaintParams
shading{paint.getColor4f(),
in drawShape()
H
A
D
DrawPass.cpp
33
skgpu::
PaintParams
params) {
in get_ids_from_paint()
34
// TODO: add an ExtractCombo that takes
PaintParams
directly?
in get_ids_from_paint()
189
// If we have two different descriptors, such that the uniforms from the
PaintParams
can be
in Make()
Completed in 3 milliseconds