Home
last modified time | relevance | path

Searched defs:typeface (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/libs/hwui/hwui/
DMinikinUtils.cpp28 const Paint* paint, Typeface* typeface) { in prepareMinikinPaint()
54 Typeface* typeface, const uint16_t* buf, size_t start, size_t count, in doLayout()
63 float MinikinUtils::measureText(const Paint* paint, int bidiFlags, Typeface* typeface, in measureText()
72 bool MinikinUtils::hasVariationSelector(Typeface* typeface, uint32_t codepoint, uint32_t vs) { in hasVariationSelector()
DCanvas.cpp150 float x, float y, int bidiFlags, const Paint& origPaint, Typeface* typeface) { in drawText()
210 float hOffset, float vOffset, const Paint& paint, Typeface* typeface) { in drawTextOnPath()
DTypeface.cpp37 static void resolveStyle(Typeface* typeface) { in resolveStyle()
DMinikinSkia.cpp25 MinikinFontSkia::MinikinFontSkia(SkTypeface* typeface, const void* fontData, size_t fontSize, in MinikinFontSkia()
/frameworks/minikin/sample/
DMinikinSkia.cpp9 MinikinFontSkia::MinikinFontSkia(SkTypeface *typeface) : in MinikinFontSkia()
18 static void MinikinFontSkia_SetSkiaPaint(SkTypeface* typeface, SkPaint* skPaint, const MinikinPaint… in MinikinFontSkia_SetSkiaPaint()
/frameworks/minikin/libs/minikin/
DFontFamily.cpp80 bool FontFamily::addFont(MinikinFont* typeface) { in addFont()
98 void FontFamily::addFont(MinikinFont* typeface, FontStyle style) { in addFont()
103 void FontFamily::addFontLocked(MinikinFont* typeface, FontStyle style) { in addFontLocked()
175 MinikinFont* typeface = getClosestMatch(defaultStyle).font; in getCoverage() local
DMinikinFontFreeType.cpp32 MinikinFontFreeType::MinikinFontFreeType(FT_Face typeface) : in MinikinFontFreeType()
DLineBreaker.cpp123 float LineBreaker::addStyleRun(MinikinPaint* paint, const FontCollection* typeface, in addStyleRun()
DFontCollection.cpp90 MinikinFont* typeface = family->getClosestMatch(defaultStyle).font; in FontCollection() local
/frameworks/minikin/include/minikin/
DFontFamily.h147 Font(MinikinFont* typeface, FontStyle style) : in Font()
149 MinikinFont* typeface; variable
/frameworks/support/design/src/android/support/design/widget/
DCollapsingTextHelper.java270 void setCollapsedTypeface(Typeface typeface) { in setCollapsedTypeface()
277 void setExpandedTypeface(Typeface typeface) { in setExpandedTypeface()
284 void setTypefaces(Typeface typeface) { in setTypefaces()
DCollapsingToolbarLayout.java849 public void setCollapsedTitleTypeface(@Nullable Typeface typeface) { in setCollapsedTitleTypeface()
866 public void setExpandedTitleTypeface(@Nullable Typeface typeface) { in setExpandedTitleTypeface()
DTextInputLayout.java210 public void setTypeface(@Nullable Typeface typeface) { in setTypeface()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp405 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in getMetricsInternal() local
477 static jfloat doTextAdvances(JNIEnv *env, Paint *paint, Typeface* typeface, in doTextAdvances()
513 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in getTextAdvances___CIIIII_FI() local
526 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in getTextAdvances__StringIIIII_FI() local
593 static void getTextPath(JNIEnv* env, Paint* paint, Typeface* typeface, const jchar* text, in getTextPath()
616 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in getTextPath___C() local
627 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in getTextPath__String() local
651 static int breakText(JNIEnv* env, const Paint& paint, Typeface* typeface, const jchar text[], in breakText()
688 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in breakTextC() local
717 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in breakTextS() local
[all …]
DHarfBuzzNGFaceSkia.cpp141 SkTypeface* typeface = reinterpret_cast<SkTypeface*>(userData); in harfbuzzSkiaReferenceTable() local
/frameworks/base/graphics/java/android/graphics/
DTypeface.java154 Typeface typeface; in create() local
194 Typeface typeface = sDynamicTypefaceCache.get(key); in createFromAsset() local
350 Typeface typeface; in init() local
DPaint.java1185 public Typeface setTypeface(Typeface typeface) { in setTypeface()
2668 long typeface); in nSetTypeface()
/frameworks/minikin/tests/
DMinikinFontForTest.cpp29 MinikinFontForTest::MinikinFontForTest(const std::string& font_path, SkTypeface* typeface) : in MinikinFontForTest()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java196 public void setTypeface(Typeface typeface) { in setTypeface()
284 final Typeface typeface = style.getTypeface(); in setStyle() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java940 float startX, float startY, int flags, long paint, long typeface) { in native_drawText()
948 long typeface) { in native_drawText()
959 float x, float y, boolean isRtl, long paint, long typeface) { in native_drawTextRun()
970 float x, float y, boolean isRtl, long paint, long typeface) { in native_drawTextRun()
980 long paint, long typeface) { in native_drawTextOnPath()
992 long typeface) { in native_drawTextOnPath()
1053 long paint, final long typeface) { in drawText()
/frameworks/base/libs/hwui/
DTextDropShadowCache.h83 SkTypeface* typeface; member
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp481 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in drawTextChars() local
492 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in drawTextString() local
504 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in drawTextRunChars() local
518 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in drawTextRunString() local
535 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in drawTextOnPathChars() local
550 Typeface* typeface = reinterpret_cast<Typeface*>(typefaceHandle); in drawTextOnPathString() local
Dandroid_text_StaticLayout.cpp159 Typeface* typeface = reinterpret_cast<Typeface*>(nativeTypeface); in nAddStyleRun() local
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialTextsView.java268 private void drawTexts(Canvas canvas, float textSize, Typeface typeface, String[] texts, in drawTexts()
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java867 private void drawTextElements(Canvas canvas, float textSize, Typeface typeface, in drawTextElements()

12