/frameworks/minikin/sample/ |
D | MinikinSkia.cpp | 9 MinikinFontSkia::MinikinFontSkia(SkTypeface *typeface) : in MinikinFontSkia() 28 static void MinikinFontSkia_SetSkiaPaint(SkTypeface* typeface, SkPaint* skPaint, const MinikinPaint… in MinikinFontSkia_SetSkiaPaint()
|
/frameworks/minikin/libs/minikin/ |
D | FontFamily.cpp | 102 bool FontFamily::addFont(MinikinFont* typeface) { in addFont() 124 void FontFamily::addFont(MinikinFont* typeface, FontStyle style) { in addFont() 129 void FontFamily::addFontLocked(MinikinFont* typeface, FontStyle style) { typeface->RefLocked(); in addFontLocked()
|
D | MinikinFontFreeType.cpp | 32 MinikinFontFreeType::MinikinFontFreeType(FT_Face typeface) : in MinikinFontFreeType()
|
D | FontCollection.cpp | 52 MinikinFont* typeface = family->getClosestMatch(defaultStyle).font; in FontCollection() local
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 440 TypefaceImpl* typeface = GraphicsJNI::getNativeTypeface(env, jpaint); in getMetricsInternal() local 533 TypefaceImpl* typeface = GraphicsJNI::getNativeTypeface(env, jpaint); in measureText_CIII() local 560 TypefaceImpl* typeface = GraphicsJNI::getNativeTypeface(env, jpaint); in measureText_StringIII() local 582 TypefaceImpl* typeface = GraphicsJNI::getNativeTypeface(env, jpaint); in measureText_StringI() local 590 …static int dotextwidths(JNIEnv* env, Paint* paint, TypefaceImpl* typeface, const jchar text[], int… in dotextwidths() 621 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in getTextWidths___CIII_F() local 632 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in getTextWidths__StringIII_F() local 639 …static jfloat doTextRunAdvances(JNIEnv *env, Paint *paint, TypefaceImpl* typeface, const jchar *te… in doTextRunAdvances() 681 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in getTextRunAdvances___CIIIIZ_FI() local 694 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in getTextRunAdvances__StringIIIIZ_FI() local [all …]
|
D | MinikinUtils.cpp | 41 …d MinikinUtils::doLayout(Layout* layout, const Paint* paint, int bidiFlags, TypefaceImpl* typeface, in doLayout()
|
D | TypefaceImpl.cpp | 43 static void resolveStyle(TypefaceImpl* typeface) { in resolveStyle()
|
D | MinikinSkia.cpp | 27 MinikinFontSkia::MinikinFontSkia(SkTypeface *typeface) : in MinikinFontSkia()
|
D | HarfBuzzNGFaceSkia.cpp | 140 SkTypeface* typeface = reinterpret_cast<SkTypeface*>(userData); in harfbuzzSkiaReferenceTable() local
|
/frameworks/minikin/include/minikin/ |
D | FontFamily.h | 147 Font(MinikinFont* typeface, FontStyle style) : in Font() 149 MinikinFont* typeface; variable
|
/frameworks/base/graphics/java/android/graphics/ |
D | Typeface.java | 147 Typeface typeface; in create() local 297 Typeface typeface; in init() local
|
D | Paint.java | 1060 public Typeface setTypeface(Typeface typeface) { in setTypeface() 2250 long typeface); in native_setTypeface()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 195 public void setTypeface(Typeface typeface) { in setTypeface() 283 final Typeface typeface = style.getTypeface(); in setStyle() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 846 float startX, float startY, int flags, long paint, long typeface) { in native_drawText() 854 long typeface) { in native_drawText() 865 float x, float y, boolean isRtl, long paint, long typeface) { in native_drawTextRun() 876 float x, float y, boolean isRtl, long paint, long typeface) { in native_drawTextRun() 886 long paint, long typeface) { in native_drawTextOnPath() 898 long typeface) { in native_drawTextOnPath() 958 long paint, final long typeface) { in drawText()
|
D | Paint_Delegate.java | 888 /*package*/ static long native_setTypeface(long native_object, long typeface) { in native_setTypeface()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 482 float x, float y, int bidiFlags, const Paint& origPaint, TypefaceImpl* typeface) { in drawText() 511 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextChars() local 522 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextString() local 534 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextRunChars() local 548 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextRunString() local 622 const Paint& paint, TypefaceImpl* typeface) { in drawTextOnPath() 643 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextOnPathChars() local 658 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefaceHandle); in drawTextOnPathString() local
|
D | android_view_GLES20Canvas.cpp | 654 jfloat x, jfloat y, int bidiFlags, Paint* paint, TypefaceImpl* typeface) { in renderText() 688 TypefaceImpl* typeface) { in renderTextOnPath() 702 int bidiFlags, Paint* paint, TypefaceImpl* typeface) { in renderTextRun() 715 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefacePtr); in android_view_GLES20Canvas_drawTextArray() local 727 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefacePtr); in android_view_GLES20Canvas_drawText() local 741 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefacePtr); in android_view_GLES20Canvas_drawTextArrayOnPath() local 756 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefacePtr); in android_view_GLES20Canvas_drawTextOnPath() local 770 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefacePtr); in android_view_GLES20Canvas_drawTextRunArray() local 787 TypefaceImpl* typeface = reinterpret_cast<TypefaceImpl*>(typefacePtr); in android_view_GLES20Canvas_drawTextRun() local
|
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.h | 88 SkTypeface* typeface; member
|
/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/view/ |
D | GLES20Canvas.java | 884 float x, float y, int bidiFlags, long paint, long typeface); in nDrawText() 914 float x, float y, int bidiFlags, long paint, long typeface); in nDrawText() 935 long typeface); in nDrawTextOnPath() 947 long typeface); in nDrawTextOnPath()
|
/frameworks/base/core/java/android/widget/ |
D | RadialTimePickerView.java | 1026 private void drawTextElements(Canvas canvas, float textSize, Typeface typeface, String[] texts, in drawTextElements()
|