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:textlayout
(Results
1 - 25
of
59
) sorted by relevance
1
2
3
/third_party/skia/bench/
H
A
D
ParagraphBench.cpp
23
sk_sp<skia::
textlayout
::FontCollection> fFontCollection;
24
skia::
textlayout
::TextStyle fTStyle;
25
std::unique_ptr<skia::
textlayout
::Paragraph> fParagraph;
43
fFontCollection = sk_make_sp<skia::
textlayout
::FontCollection>();
67
skia::
textlayout
::ParagraphStyle paragraph_style;
69
skia::
textlayout
::ParagraphBuilder::make(paragraph_style, fFontCollection);
/third_party/skia/modules/skparagraph/gm/
H
A
D
simple_gm.cpp
37
std::unique_ptr<skia::
textlayout
::Paragraph> fPara;
44
skia::
textlayout
::TextStyle style;
in buildParagraph()
50
style.setDecoration(skia::
textlayout
::TextDecoration::kUnderline);
in buildParagraph()
51
style.setDecorationMode(skia::
textlayout
::TextDecorationMode::kThrough);
in buildParagraph()
56
skia::
textlayout
::ParagraphStyle paraStyle;
in buildParagraph()
59
auto collection = sk_make_sp<skia::
textlayout
::FontCollection>();
in buildParagraph()
61
auto builder = skia::
textlayout
::ParagraphBuilderImpl::make(
in buildParagraph()
97
void drawFromVisitor(SkCanvas* canvas, skia::
textlayout
::Paragraph* para) const {
in drawFromVisitor()
110
para->visit([&](int, const skia::
textlayout
::Paragraph::VisitorInfo* info) {
in drawFromVisitor()
/third_party/skia/modules/skparagraph/src/
H
A
D
FontArguments.cpp
17
size_t hash<skia::
textlayout
::FontArguments>::operator()(const skia::
textlayout
::FontArguments& args) const {
in operator ()()
35
namespace
textlayout
{
namespace
54
bool operator!=(const skia::
textlayout
::FontArguments& a, const skia::
textlayout
::FontArguments& b) {
in operator !=()
101
} // namespace
textlayout
H
A
D
TextParameter.h
25
namespace
textlayout
{
namespace
38
} // namespace
textlayout
H
A
D
TextShadow.cpp
6
namespace
textlayout
{
namespace
29
} // namespace
textlayout
H
A
D
ParagraphLineFetcherImpl.h
23
namespace
textlayout
{
namespace
38
} // namespace
textlayout
H
A
D
ParagraphStyle.cpp
9
namespace
textlayout
{
namespace
48
} // namespace
textlayout
H
A
D
Decorations.h
11
namespace
textlayout
{
namespace
56
} // namespace
textlayout
H
A
D
Iterators.h
12
namespace
textlayout
{
namespace
52
} // namespace
textlayout
H
A
D
TextLineBaseImpl.h
23
namespace
textlayout
{
namespace
55
} // namespace
textlayout
H
A
D
ParagraphLineFetcherImpl.cpp
17
namespace
textlayout
{
namespace
67
} // namespace
textlayout
H
A
D
TextLineBaseImpl.cpp
19
namespace
textlayout
{
namespace
137
} // namespace
textlayout
/third_party/skia/modules/skparagraph/include/
H
A
D
FontArguments.h
12
namespace
textlayout
{
namespace
42
} // namespace
textlayout
46
template<> struct hash<skia::
textlayout
::FontArguments> {
47
size_t operator()(const skia::
textlayout
::FontArguments& args) const;
H
A
D
ParagraphStyle.h
20
namespace
textlayout
{
namespace
175
skia::
textlayout
::EllipsisModal getEllipsisMod() const { return fEllipsisModal; }
in getEllipsisMod()
176
void setEllipsisMod(skia::
textlayout
::EllipsisModal ellipsisModel) { fEllipsisModal = ellipsisModel; }
in setEllipsisMod()
200
skia::
textlayout
::EllipsisModal fEllipsisModal;
206
} // namespace
textlayout
H
A
D
ParagraphLineFetcher.h
21
namespace
textlayout
{
namespace
31
} // namespace
textlayout
H
A
D
TextShadow.h
9
namespace
textlayout
{
namespace
27
} // namespace
textlayout
H
A
D
TextLineBase.h
25
namespace
textlayout
{
namespace
47
} // namespace
textlayout
H
A
D
Metrics.h
10
namespace
textlayout
{
namespace
109
} // namespace
textlayout
H
A
D
ParagraphCache.h
12
namespace
textlayout
{
namespace
74
} // namespace
textlayout
H
A
D
RunBase.h
22
namespace
textlayout
{
namespace
53
} // namespace
textlayout
H
A
D
ParagraphBuilder.h
19
namespace
textlayout
{
namespace
88
} // namespace
textlayout
H
A
D
TypefaceFontProvider.h
15
namespace
textlayout
{
namespace
79
} // namespace
textlayout
/third_party/skia/modules/skparagraph/utils/
H
A
D
TestFontCollection.h
7
namespace
textlayout
{
namespace
21
} // namespace
textlayout
H
A
D
TestFontCollection.cpp
9
namespace
textlayout
{
namespace
55
} // namespace
textlayout
/third_party/skia/modules/skparagraph/bench/
H
A
D
ParagraphBench.cpp
18
using namespace skia::
textlayout
;
Completed in 8 milliseconds
1
2
3