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:addPaint
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkPictureRecord.cpp
149
this->
addPaint
(paint);
in recordSaveLayer()
386
this->
addPaint
(paint);
in onClipShader()
432
this->
addPaint
(paint);
in onDrawPaint()
441
this->
addPaint
(paint);
in onDrawBehind()
450
this->
addPaint
(paint);
in onDrawPoints()
462
this->
addPaint
(paint);
in onDrawOval()
473
this->
addPaint
(paint);
in onDrawArc()
485
this->
addPaint
(paint);
in onDrawRect()
495
this->
addPaint
(paint);
in onDrawRegion()
504
this->
addPaint
(pain
in onDrawRRect()
[all...]
H
A
D
SkPictureRecord.h
130
void
addPaint
(const SkPaint& paint) { this->addPaintPtr(&paint); }
in addPaint()
function in SkPictureRecord
/third_party/skia/src/svg/
H
A
D
SkSVGDevice.cpp
268
this->
addPaint
(paint, res);
314
void
addPaint
(const SkPaint& paint, const Resources& resources);
323
void SkSVGDevice::AutoElement::
addPaint
(const SkPaint& paint, const Resources& resources) {
329
SkDebugf("Unsupported path effect in
addPaint
.");
Completed in 4 milliseconds