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:SkSVGSVG
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/modules/svg/include/
H
A
D
SkSVGSVG.h
17
class
SkSVGSVG
: public SkSVGContainer {
class
23
static sk_sp<
SkSVGSVG
> Make(Type t = Type::kInner) { return sk_sp<
SkSVGSVG
>(new
SkSVGSVG
(t)); }
in Make()
41
explicit
SkSVGSVG
(Type t)
in SkSVGSVG()
function in SkSVGSVG
H
A
D
SkSVGDOM.h
22
class
SkSVGSVG
;
57
SkSVGSVG
* getRoot() const { return fRoot.get(); }
in getRoot()
91
SkSVGDOM(sk_sp<
SkSVGSVG
>, sk_sp<SkFontMgr>, sk_sp<skresources::ResourceProvider>,
94
const sk_sp<
SkSVGSVG
> fRoot;
/third_party/skia/modules/svg/src/
H
A
D
SkSVGDOM.cpp
43
#include "modules/svg/include/
SkSVGSVG
.h"
350
return
SkSVGSVG
::Make(ctx.fParent ?
SkSVGSVG
::Type::kInner
in construct_svg_node()
351
:
SkSVGSVG
::Type::kRoot);
in construct_svg_node()
421
return sk_sp<SkSVGDOM>(new SkSVGDOM(sk_sp<
SkSVGSVG
>(static_cast<
SkSVGSVG
*>(root.release())),
in make()
448
return sk_sp<SkSVGDOM>(new SkSVGDOM(sk_sp<
SkSVGSVG
>(static_cast<
SkSVGSVG
*>(root.release())),
in make()
453
SkSVGDOM::SkSVGDOM(sk_sp<
SkSVGSVG
> root, sk_sp<SkFontMgr> fmgr,
in SkSVGDOM()
H
A
D
SkSVGSVG.cpp
10
#include "modules/svg/include/
SkSVGSVG
.h"
13
bool
SkSVGSVG
::onPrepareToRender(SkSVGRenderContext* ctx) const {
in onPrepareToRender()
48
void
SkSVGSVG
::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) {
in onSetAttribute()
86
SkSize
SkSVGSVG
::intrinsicSize(const SkSVGLengthContext& lctx) const {
in intrinsicSize()
Completed in 2 milliseconds