OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedTypeface
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp
766
typeface =
getCachedTypeface
(&mArabicTypeface, TYPEFACE_ARABIC);
777
typeface =
getCachedTypeface
(&mHebrewBoldTypeface, TYPE_FACE_HEBREW_BOLD);
786
typeface =
getCachedTypeface
(&mHebrewRegularTypeface, TYPE_FACE_HEBREW_REGULAR);
793
typeface =
getCachedTypeface
(&mHebrewRegularTypeface, TYPE_FACE_HEBREW_REGULAR);
801
typeface =
getCachedTypeface
(&mBengaliTypeface, TYPEFACE_BENGALI);
808
typeface =
getCachedTypeface
(&mThaiTypeface, TYPEFACE_THAI);
815
typeface =
getCachedTypeface
(&mDevanagariRegularTypeface, TYPEFACE_DEVANAGARI_REGULAR);
826
typeface =
getCachedTypeface
(&mTamilBoldTypeface, TYPEFACE_TAMIL_BOLD);
835
typeface =
getCachedTypeface
(&mTamilRegularTypeface, TYPEFACE_TAMIL_REGULAR);
842
typeface =
getCachedTypeface
(&mTamilRegularTypeface, TYPEFACE_TAMIL_REGULAR)
[
all
...]
TextLayoutCache.h
241
SkTypeface*
getCachedTypeface
(SkTypeface** typeface, const char path[]);
Completed in 217 milliseconds