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:emoji_typeface
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/gm/
H
A
D
scaledemoji.cpp
50
fEmojiFont.fTypeface = ToolUtils::
emoji_typeface
();
99
fEmojiFont.fTypeface = ToolUtils::
emoji_typeface
();
157
fEmojiFont.fTypeface = ToolUtils::
emoji_typeface
();
H
A
D
textblobrandomfont.cpp
87
if (sk_sp<SkTypeface> origEmoji = ToolUtils::
emoji_typeface
()) {
H
A
D
coloremoji_blendmodes.cpp
62
fColorType = ToolUtils::
emoji_typeface
();
H
A
D
coloremoji.cpp
79
emojiFont.typeface = ToolUtils::
emoji_typeface
();
H
A
D
dftext.cpp
43
fEmojiTypeface = ToolUtils::
emoji_typeface
();
/third_party/skia/samplecode/
H
A
D
SampleGlyphTransform.cpp
29
fEmojiFont.fTypeface = ToolUtils::
emoji_typeface
();
/third_party/skia/tools/fonts/
H
A
D
ToolUtilsFont.cpp
41
sk_sp<SkTypeface>
emoji_typeface
() {
in emoji_typeface()
function
/third_party/skia/tools/
H
A
D
ToolUtils.h
61
sk_sp<SkTypeface>
emoji_typeface
();
63
/** Sample text for the
emoji_typeface
font. */
/third_party/skia/tests/
H
A
D
TypefaceTest.cpp
532
SkFont font(ToolUtils::
emoji_typeface
(), 12);
in DEF_TEST()
H
A
D
SkRemoteGlyphCacheTest.cpp
798
auto serverTf = ToolUtils::
emoji_typeface
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
Completed in 6 milliseconds