Home
last modified time | relevance | path

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

/frameworks/minikin/sample/
DMinikinSkia.cpp9 MinikinFontSkia::MinikinFontSkia(SkTypeface *typeface) : in MinikinFontSkia()
28 static void MinikinFontSkia_SetSkiaPaint(SkTypeface* typeface, SkPaint* skPaint, const MinikinPaint… in MinikinFontSkia_SetSkiaPaint()
/frameworks/minikin/libs/minikin/
DFontFamily.cpp102 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()
DMinikinFontFreeType.cpp32 MinikinFontFreeType::MinikinFontFreeType(FT_Face typeface) : in MinikinFontFreeType()
DFontCollection.cpp52 MinikinFont* typeface = family->getClosestMatch(defaultStyle).font; in FontCollection() local
/frameworks/base/core/jni/android/graphics/
DPaint.cpp440 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 …]
DMinikinUtils.cpp41 …d MinikinUtils::doLayout(Layout* layout, const Paint* paint, int bidiFlags, TypefaceImpl* typeface, in doLayout()
DTypefaceImpl.cpp43 static void resolveStyle(TypefaceImpl* typeface) { in resolveStyle()
DMinikinSkia.cpp27 MinikinFontSkia::MinikinFontSkia(SkTypeface *typeface) : in MinikinFontSkia()
DHarfBuzzNGFaceSkia.cpp140 SkTypeface* typeface = reinterpret_cast<SkTypeface*>(userData); in harfbuzzSkiaReferenceTable() local
/frameworks/minikin/include/minikin/
DFontFamily.h147 Font(MinikinFont* typeface, FontStyle style) : in Font()
149 MinikinFont* typeface; variable
/frameworks/base/graphics/java/android/graphics/
DTypeface.java147 Typeface typeface; in create() local
297 Typeface typeface; in init() local
DPaint.java1060 public Typeface setTypeface(Typeface typeface) { in setTypeface()
2250 long typeface); in native_setTypeface()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java195 public void setTypeface(Typeface typeface) { in setTypeface()
283 final Typeface typeface = style.getTypeface(); in setStyle() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java846 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()
DPaint_Delegate.java888 /*package*/ static long native_setTypeface(long native_object, long typeface) { in native_setTypeface()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp482 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
Dandroid_view_GLES20Canvas.cpp654 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/
DTextDropShadowCache.h88 SkTypeface* typeface; member
/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/view/
DGLES20Canvas.java884 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/
DRadialTimePickerView.java1026 private void drawTextElements(Canvas canvas, float textSize, Typeface typeface, String[] texts, in drawTextElements()