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:createStyleSet
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/tools/fonts/
H
A
D
TestFontMgr.cpp
123
return this->
createStyleSet
(0);
126
return this->
createStyleSet
(1);
129
return this->
createStyleSet
(2);
133
return this->
createStyleSet
(6);
136
return this->
createStyleSet
(7);
/third_party/skia/docs/examples/
H
A
D
SkFontMgr_example.cpp
21
sk_sp<SkFontStyleSet> styleSet(mgr->
createStyleSet
(i));
in REG_FIDDLE()
H
A
D
SkFontMgr_example2.cpp
22
sk_sp<SkFontStyleSet> styleSet(mgr->
createStyleSet
(i));
in REG_FIDDLE()
/third_party/skia/src/utils/
H
A
D
SkOrderedFontMgr.cpp
40
return fm->
createStyleSet
(index);
in onCreateStyleSet()
/third_party/skia/include/core/
H
A
D
SkFontMgr.h
63
SkFontStyleSet*
createStyleSet
(int index) const;
85
*
createStyleSet
(int) due to hidden or auto-activated fonts.
98
*
createStyleSet
(int) or matchFamily(const char[]) due to hidden or
/third_party/skia/gm/
H
A
D
fontmgr.cpp
102
sk_sp<SkFontStyleSet> set(fm->
createStyleSet
(i));
347
sk_sp<SkFontStyleSet> set(fm->
createStyleSet
(i));
/third_party/skia/src/core/
H
A
D
SkFontMgr.cpp
96
SkFontStyleSet* SkFontMgr::
createStyleSet
(int index) const {
in createStyleSet()
function in SkFontMgr
/third_party/skia/tests/
H
A
D
FontNamesTest.cpp
151
sk_sp<SkFontStyleSet> set(fm->
createStyleSet
(i));
in test_systemfonts()
H
A
D
TextBlobCacheTest.cpp
107
sk_sp<SkFontStyleSet> set(fm->
createStyleSet
(i));
in text_blob_cache_inner()
H
A
D
FontMgrTest.cpp
93
sk_sp<SkFontStyleSet> set(fm->
createStyleSet
(i));
in DEF_TEST()
/third_party/skia/fuzz/
H
A
D
FuzzCanvas.cpp
445
sk_sp<SkFontStyleSet> family(fontMugger->
createStyleSet
(i));
in make_fuzz_typeface()
Completed in 7 milliseconds