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:unicharToGlyph
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/modules/skshaper/src/
H
A
D
SkShaper.cpp
142
if (fFont.
unicharToGlyph
(u)) {
in Make()
145
} else if (fFallbackFont.getTypeface() && fFallbackFont.
unicharToGlyph
(u)) {
in Make()
166
if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.
unicharToGlyph
(u)) {
in Make()
172
if (!fCurrentFont->
unicharToGlyph
(u)) {
in Make()
H
A
D
SkShaper_harfbuzz.cpp
84
*glyph = font.
unicharToGlyph
(unicode);
in skhb_glyph()
/third_party/skia/gm/
H
A
D
typeface.cpp
367
draw_typeface_rendering_gm(canvas, face, face->
unicharToGlyph
('A'));
in DEF_SIMPLE_GM_CAN_FAIL()
382
draw_typeface_rendering_gm(canvas, face, face->
unicharToGlyph
('O'));
in DEF_SIMPLE_GM_CAN_FAIL()
391
draw_typeface_rendering_gm(canvas, face, face->
unicharToGlyph
('O'));
in DEF_SIMPLE_GM_CAN_FAIL()
409
uint16_t glyphs[1] = { font.
unicharToGlyph
('A') };
in DEF_SIMPLE_GM()
H
A
D
userfont.cpp
39
SkGlyphID glyph = font.
unicharToGlyph
(index);
in make_tf()
/third_party/skia/src/ports/skia_ohos/
H
A
D
SkFontMgr_ohos.cpp
158
if (tpSet.size() > 0 && tpSet[0]->
unicharToGlyph
(character) != 0) {
in onMatchFamilyStyleCharacter()
214
if (tpSet.size() > 0 && tpSet[0]->
unicharToGlyph
(character) != 0) {
in findTypeface()
224
if (tpSet.size() > 0 && tpSet[0]->
unicharToGlyph
(character) != 0) {
in findTypeface()
/third_party/skia/tests/
H
A
D
SkScalerCacheTest.cpp
45
glyphs[c] = font.
unicharToGlyph
(c);
in DEF_TEST()
H
A
D
FontHostTest.cpp
119
uint16_t g = SkFont(tf).
unicharToGlyph
(c);
in test_symbolfont()
/third_party/skia/bench/
H
A
D
PathTextBench.cpp
53
SkPackedGlyphID id(defaultFont.
unicharToGlyph
(kGlyphs[i]));
H
A
D
SkGlyphCacheBench.cpp
31
glyphs[c] = SkPackedGlyphID{font->
unicharToGlyph
(c)};
in do_font_stuff()
/third_party/skia/src/core/
H
A
D
SkFont.cpp
145
SkGlyphID SkFont::
unicharToGlyph
(SkUnichar uni) const {
in unicharToGlyph()
function in SkFont
146
return this->getTypefaceOrDefault()->
unicharToGlyph
(uni);
in unicharToGlyph()
H
A
D
SkTypeface.cpp
394
SkGlyphID SkTypeface::
unicharToGlyph
(SkUnichar uni) const {
in unicharToGlyph()
function in SkTypeface
/third_party/skia/include/core/
H
A
D
SkFont.h
309
SkGlyphID
unicharToGlyph
(SkUnichar uni) const;
H
A
D
SkTypeface.h
200
SkGlyphID
unicharToGlyph
(SkUnichar unichar) const;
/third_party/skia/src/ports/
H
A
D
SkFontMgr_preview.cpp
106
if (face->
unicharToGlyph
(character) != 0) {
in find_family_style_character()
H
A
D
SkFontMgr_android.cpp
386
if (face->
unicharToGlyph
(character) != 0) {
in find_family_style_character()
/third_party/skia/src/pdf/
H
A
D
SkPDFFont.cpp
134
uint16_t g = font.
unicharToGlyph
(c);
in GetMetrics()
145
uint16_t g = font.
unicharToGlyph
(c);
in GetMetrics()
/third_party/skia/tools/fonts/
H
A
D
create_test_font.cpp
128
uint16_t glyphID = font.
unicharToGlyph
(index);
in output_path_data()
/third_party/skia/samplecode/
H
A
D
SamplePathText.cpp
44
SkPackedGlyphID id(defaultFont.
unicharToGlyph
(c));
Completed in 16 milliseconds