OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFontIndex
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/hwui/hwui/
MinikinSkia.h
46
int
GetFontIndex
() const;
MinikinSkia.cpp
86
int MinikinFontSkia::
GetFontIndex
() const {
/frameworks/minikin/tests/util/
MinikinFontForTest.h
44
int
GetFontIndex
() const { return mFontIndex; }
/external/pdfium/fpdfsdk/pdfwindow/
PWL_FontMap.cpp
104
GetFontIndex
(GetNativeFontName(nCharset), nCharset, true);
110
GetFontIndex
("Arial Unicode MS", FXFONT_DEFAULT_CHARSET, false);
155
GetFontIndex
(kDefaultFontName, FXFONT_ANSI_CHARSET, false);
181
int32_t CPWL_FontMap::
GetFontIndex
(const CFX_ByteString& sFontName,
PWL_FontMap.h
63
int32_t
GetFontIndex
(const CFX_ByteString& sFontName,
/frameworks/minikin/include/minikin/
MinikinFont.h
111
virtual int
GetFontIndex
() const {
/frameworks/minikin/libs/minikin/
HbFontCache.cpp
110
face = hb_face_create(blob, minikinFont->
GetFontIndex
());
Completed in 323 milliseconds