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:SkSVGCanvas
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/tests/
H
A
D
AnnotationTest.cpp
92
#include "include/svg/
SkSVGCanvas
.h"
97
std::unique_ptr<SkCanvas> canvas =
SkSVGCanvas
::Make(bounds, &outStream);
in DEF_TEST()
114
std::unique_ptr<SkCanvas> canvas =
SkSVGCanvas
::Make(bounds, &outStream);
in DEF_TEST()
H
A
D
SVGDeviceTest.cpp
26
#include "include/svg/
SkSVGCanvas
.h"
408
check_text(
SkSVGCanvas
::kConvertTextToPaths_Flag, /*expect_path=*/true);
in DEF_TEST()
573
auto svgCanvas = MakeDOMCanvas(&dom,
SkSVGCanvas
::kRelativePathEncoding_Flag);
in DEF_TEST()
/third_party/skia/include/svg/
H
A
D
SkSVGCanvas.h
15
class SK_API
SkSVGCanvas
{
class
/third_party/skia/src/svg/
H
A
D
SkSVGCanvas.cpp
8
#include "include/svg/
SkSVGCanvas
.h"
12
std::unique_ptr<SkCanvas>
SkSVGCanvas
::Make(const SkRect& bounds, SkWStream* writer,
in Make()
H
A
D
SkSVGDevice.cpp
27
#include "include/svg/
SkSVGCanvas
.h"
719
return (fFlags &
SkSVGCanvas
::kRelativePathEncoding_Flag)
1076
const auto draw_as_path = (fFlags &
SkSVGCanvas
::kConvertTextToPaths_Flag) ||
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
76
#include "include/svg/
SkSVGCanvas
.h"
2092
SkSVGCanvas
::Make(SkRect::MakeWH(SkIntToScalar(src.size().width()),
in draw()
2384
#include "include/svg/
SkSVGCanvas
.h"
2394
Result result = src.draw(
SkSVGCanvas
::Make(SkRect::Make(size), &writer).get());
/third_party/skia/fuzz/
H
A
D
FuzzCanvas.cpp
26
#include "include/svg/
SkSVGCanvas
.h"
1693
std::unique_ptr<SkCanvas> canvas =
SkSVGCanvas
::Make(bounds, &stream);
Completed in 9 milliseconds