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:typeface_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H
A
D
texgine_typeface.cpp
23
TexgineTypeface::TexgineTypeface():
typeface_
(RSTypeface::MakeDefault()) {}
in TexgineTypeface()
25
TexgineTypeface::TexgineTypeface(std::shared_ptr<RSTypeface> typeface):
typeface_
(typeface) {}
in TexgineTypeface()
27
TexgineTypeface::TexgineTypeface(void *context) :
typeface_
(
in TexgineTypeface()
32
return
typeface_
;
in GetTypeface()
37
if (
typeface_
== nullptr) {
in GetTableSize()
40
return
typeface_
->GetTableSize(tag);
in GetTableSize()
45
if (
typeface_
== nullptr) {
in GetTableData()
48
return
typeface_
->GetTableData(tag, offset, length, data);
in GetTableData()
53
if (
typeface_
== nullptr) {
in GetUnitsPerEm()
56
return
typeface_
in GetUnitsPerEm()
[all...]
H
A
D
texgine_typeface.h
87
std::shared_ptr<RSTypeface>
typeface_
= nullptr;
member in OHOS::Rosen::TextEngine::TexgineTypeface
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
object_mgr.cpp
115
typeface_
.insert({key, std::move(typeface)});
in Insert()
121
auto iter =
typeface_
.find(key);
in Find()
122
if (iter !=
typeface_
.end()) {
in Find()
132
auto iter =
typeface_
.find(key);
in Remove()
133
if (iter !=
typeface_
.end()) {
in Remove()
134
typeface_
.erase(iter);
in Remove()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H
A
D
text_blob.h
90
:
typeface_
(typeface), isCustomTypeface_(isCustomTypeface) {}
in isCustomTypeface_()
94
return
typeface_
;
in GetTypeface()
99
typeface_
= typeface;
in SetTypeface()
112
std::shared_ptr<Typeface>
typeface_
= nullptr;
member in OHOS::Rosen::Drawing::TextBlob::Context
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_font.cpp
47
typeface_
= typeface;
59
typeface_
= skiaFont->
typeface_
;
104
typeface_
= typeface;
in SetTypeface()
182
return
typeface_
;
in GetTypeface()
H
A
D
skia_font.h
88
std::shared_ptr<Typeface>
typeface_
= nullptr;
member in OHOS::Rosen::Drawing::SkiaFont
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
object_mgr.h
83
std::unordered_map<void*, std::shared_ptr<Typeface>>
typeface_
;
member in OHOS::Rosen::Drawing::TypefaceMgr
Completed in 3 milliseconds