/frameworks/base/libs/hwui/hwui/ |
D | MinikinUtils.cpp | 28 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()
|
D | Canvas.cpp | 150 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()
|
D | Typeface.cpp | 37 static void resolveStyle(Typeface* typeface) { in resolveStyle()
|
D | MinikinSkia.cpp | 25 MinikinFontSkia::MinikinFontSkia(SkTypeface* typeface, const void* fontData, size_t fontSize, in MinikinFontSkia()
|
/frameworks/minikin/sample/ |
D | MinikinSkia.cpp | 9 MinikinFontSkia::MinikinFontSkia(SkTypeface *typeface) : in MinikinFontSkia() 18 static void MinikinFontSkia_SetSkiaPaint(SkTypeface* typeface, SkPaint* skPaint, const MinikinPaint… in MinikinFontSkia_SetSkiaPaint()
|
/frameworks/minikin/libs/minikin/ |
D | FontFamily.cpp | 80 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
|
D | MinikinFontFreeType.cpp | 32 MinikinFontFreeType::MinikinFontFreeType(FT_Face typeface) : in MinikinFontFreeType()
|
D | LineBreaker.cpp | 123 float LineBreaker::addStyleRun(MinikinPaint* paint, const FontCollection* typeface, in addStyleRun()
|
D | FontCollection.cpp | 90 MinikinFont* typeface = family->getClosestMatch(defaultStyle).font; in FontCollection() local
|
/frameworks/minikin/include/minikin/ |
D | FontFamily.h | 147 Font(MinikinFont* typeface, FontStyle style) : in Font() 149 MinikinFont* typeface; variable
|
/frameworks/support/design/src/android/support/design/widget/ |
D | CollapsingTextHelper.java | 270 void setCollapsedTypeface(Typeface typeface) { in setCollapsedTypeface() 277 void setExpandedTypeface(Typeface typeface) { in setExpandedTypeface() 284 void setTypefaces(Typeface typeface) { in setTypefaces()
|
D | CollapsingToolbarLayout.java | 849 public void setCollapsedTitleTypeface(@Nullable Typeface typeface) { in setCollapsedTitleTypeface() 866 public void setExpandedTitleTypeface(@Nullable Typeface typeface) { in setExpandedTitleTypeface()
|
D | TextInputLayout.java | 210 public void setTypeface(@Nullable Typeface typeface) { in setTypeface()
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 405 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 …]
|
D | HarfBuzzNGFaceSkia.cpp | 141 SkTypeface* typeface = reinterpret_cast<SkTypeface*>(userData); in harfbuzzSkiaReferenceTable() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | Typeface.java | 154 Typeface typeface; in create() local 194 Typeface typeface = sDynamicTypefaceCache.get(key); in createFromAsset() local 350 Typeface typeface; in init() local
|
D | Paint.java | 1185 public Typeface setTypeface(Typeface typeface) { in setTypeface() 2668 long typeface); in nSetTypeface()
|
/frameworks/minikin/tests/ |
D | MinikinFontForTest.cpp | 29 MinikinFontForTest::MinikinFontForTest(const std::string& font_path, SkTypeface* typeface) : in MinikinFontForTest()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 196 public void setTypeface(Typeface typeface) { in setTypeface() 284 final Typeface typeface = style.getTypeface(); in setStyle() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 940 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/ |
D | TextDropShadowCache.h | 83 SkTypeface* typeface; member
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 481 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
|
D | android_text_StaticLayout.cpp | 159 Typeface* typeface = reinterpret_cast<Typeface*>(nativeTypeface); in nAddStyleRun() local
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | RadialTextsView.java | 268 private void drawTexts(Canvas canvas, float textSize, Typeface typeface, String[] texts, in drawTexts()
|
/frameworks/base/core/java/android/widget/ |
D | RadialTimePickerView.java | 867 private void drawTextElements(Canvas canvas, float textSize, Typeface typeface, in drawTextElements()
|