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:fDom
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/samplecode/
H
A
D
SampleSVGFile.cpp
37
fDom
= SkSVGDOM::MakeFromStream(svgStream);
38
if (
fDom
) {
39
fDom
->setContainerSize(SkSize::Make(this->width(), this->height()));
44
if (
fDom
) {
45
fDom
->render(canvas);
50
if (
fDom
) {
51
fDom
->setContainerSize(SkSize::Make(this->width(), this->height()));
60
sk_sp<SkSVGDOM>
fDom
;
member in __anon18653::SVGFileView
H
A
D
SampleCowboy.cpp
31
sk_sp<SkSVGDOM>
fDom
;
member in __anon18634::AnimatedSVGSample
51
fDom
= SkSVGDOM::MakeFromStream(svgStream);
52
if (
fDom
) {
53
fDom
->setContainerSize(SkSize::Make(this->width(), this->height()));
58
if (
fDom
) {
81
fDom
->render(canvas);
86
if (
fDom
) {
87
fDom
->setContainerSize(SkSize::Make(this->width(), this->height()));
94
if (!
fDom
) {
/third_party/skia/tools/viewer/
H
A
D
SvgSlide.cpp
39
fDom
= SkSVGDOM::Builder().setResourceProvider(std::move(rp)).make(*stream);
in load()
40
if (
fDom
) {
in load()
41
fDom
->setContainerSize(fWinSize);
in load()
46
fDom
.reset();
in unload()
51
if (
fDom
) {
in resize()
52
fDom
->setContainerSize(fWinSize);
in resize()
62
if (
fDom
) {
in draw()
63
fDom
->render(canvas);
in draw()
H
A
D
SvgSlide.h
30
sk_sp<SkSVGDOM>
fDom
;
member in final
/third_party/skia/experimental/skrive/src/reader/
H
A
D
JsonReader.cpp
59
:
fDom
(std::move(dom)) {
in JsonReader()
60
fContextStack.push_back({&
fDom
->root(), 0});
in JsonReader()
245
const std::unique_ptr<skjson::DOM>
fDom
;
member in skrive::internal::__anon18337::final
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
1337
fDom
= SkSVGDOM::Builder().setResourceProvider(std::move(rp))
in SVGSrc()
1339
if (!
fDom
) {
in SVGSrc()
1343
const SkSize& sz =
fDom
->containerSize();
in SVGSrc()
1346
fDom
->setContainerSize(kDefaultSVGSize);
in SVGSrc()
1354
if (!
fDom
) {
in draw()
1361
fDom
->render(canvas);
in draw()
1367
if (!
fDom
) {
in size()
1371
return SkSize{
fDom
->containerSize().width() * fScale,
fDom
->containerSize().height() * fScale}
in size()
H
A
D
DMSrcSink.h
350
sk_sp<SkSVGDOM>
fDom
;
member in DM::SVGSrc
Completed in 7 milliseconds