OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetFontIndex
(Results
1 - 4
of
4
) sorted by null
/frameworks/minikin/tests/util/
MinikinFontForTest.h
44
int
GetFontIndex
() const { return mFontIndex; }
/frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp
86
int MinikinFontSkia::
GetFontIndex
() const {
/frameworks/minikin/include/minikin/
MinikinFont.h
111
virtual int
GetFontIndex
() const {
/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,
Completed in 5476 milliseconds