Home
last modified time | relevance | path

Searched refs:getAndroidTypeface (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp138 const Typeface* typeface = paint->getAndroidTypeface(); in breakTextC()
167 const Typeface* typeface = paint->getAndroidTypeface(); in breakTextS()
212 const Typeface* typeface = paint->getAndroidTypeface(); in getTextAdvances___CIIIII_FI()
224 const Typeface* typeface = paint->getAndroidTypeface(); in getTextAdvances__StringIIIII_FI()
248 const Typeface* typeface = paint->getAndroidTypeface(); in getTextRunCursor___C()
260 const Typeface* typeface = paint->getAndroidTypeface(); in getTextRunCursor__String()
325 const Typeface* typeface = paint->getAndroidTypeface(); in getTextPath___C()
335 const Typeface* typeface = paint->getAndroidTypeface(); in getTextPath__String()
361 const Typeface* typeface = paint->getAndroidTypeface(); in getStringBounds()
370 const Typeface* typeface = paint->getAndroidTypeface(); in getCharArrayBounds()
[all …]
H A Dandroid_graphics_Canvas.cpp614 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextChars()
630 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextString()
650 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextRunChars()
666 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextRunString()
680 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextOnPathChars()
695 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextOnPathString()
/aosp14/frameworks/base/libs/hwui/jni/text/
H A DTextShaper.cpp82 const Typeface* typeface = paint->getAndroidTypeface(); in TextShaper_shapeTextRunChars()
98 const Typeface* typeface = paint->getAndroidTypeface(); in TextShaper_shapeTextRunString()
H A DMeasuredText.cpp71 const Typeface* typeface = Typeface::resolveDefault(paint->getAndroidTypeface()); in nAddStyleRun()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DPaint.h123 const Typeface* getAndroidTypeface() const { return mTypeface; } in getAndroidTypeface() function