Home
last modified time | relevance | path

Searched defs:typeface (Results 51 – 75 of 96) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont_mgr.cpp54 void FontMgr::LoadThemeFont(const std::string& themeName, std::shared_ptr<Typeface> typeface) in LoadThemeFont()
H A Dtypeface.cpp151 auto typeface = StaticFactory::DeserializeTypeface(data, size); in Deserialize() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dobject_mgr.cpp112 void TypefaceMgr::Insert(void* key, std::shared_ptr<Typeface> typeface) in Insert()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp186 auto typeface = Drawing::Typeface::MakeDefault(); variable
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeSelectorItem.java74 Typeface typeface; in onFinishInflate() local
/aosp12/frameworks/base/libs/hwui/hwui/
H A DTypeface.cpp185 sk_sp<SkTypeface> typeface = SkTypeface::MakeFromStream(std::move(fontData)); in setRobotoTypefaceForTest() local
H A DMinikinSkia.cpp33 MinikinFontSkia::MinikinFontSkia(sk_sp<SkTypeface> typeface, int sourceId, const void* fontData, in MinikinFontSkia()
H A DPaint.h119 void setAndroidTypeface(Typeface* typeface) { mTypeface = typeface; } in setAndroidTypeface()
H A DCanvas.cpp163 const Paint& origPaint, const Typeface* typeface, minikin::MeasuredText* mt) { in drawText()
247 const Paint& origPaint, const Typeface* typeface) { in drawTextOnPath()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_impl_factory.cpp216 std::unique_ptr<FontImpl> SkiaImplFactory::CreateFont(std::shared_ptr<Typeface> typeface, in CreateFont()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.cpp343 std::unique_ptr<FontImpl> ImplFactory::CreateFontImpl(std::shared_ptr<Typeface> typeface, in CreateFontImpl()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp562 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextChars() local
578 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextString() local
598 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextRunChars() local
614 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextRunString() local
628 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextOnPathChars() local
643 const Typeface* typeface = paint->getAndroidTypeface(); in drawTextOnPathString() local
/aosp12/frameworks/base/libs/hwui/jni/text/
H A DMeasuredText.cpp70 const Typeface* typeface = Typeface::resolveDefault(paint->getAndroidTypeface()); in nAddStyleRun() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp119 std::shared_ptr<Drawing::Typeface> typeface = Drawing::Typeface::MakeDefault(); in DoSomethingInterestingWithMyAPI() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
H A DSubtitleView.java190 private void setTypeface(Typeface typeface) { in setTypeface()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java242 Typeface typeface = Typeface.findFromCache(context.getAssets(), path); in createFromDisk() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DPhoneCallDetailsHelper.java277 Typeface typeface = details.isRead ? Typeface.SANS_SERIF : Typeface.DEFAULT_BOLD; in setPhoneCallDetails() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp102 bool RSMarshallingHelper::Marshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) in Marshalling()
107 …ol RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) in Unmarshalling()
H A Drs_render_service_client.cpp402 bool RSRenderServiceClient::RegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in RegisterTypeface()
407 bool RSRenderServiceClient::UnRegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in UnRegisterTypeface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp111 bool RSMarshallingHelper::Marshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) in Marshalling()
116 …ol RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) in Unmarshalling()
H A Drs_render_service_client.cpp402 bool RSRenderServiceClient::RegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in RegisterTypeface()
407 bool RSRenderServiceClient::UnRegisterTypeface(std::shared_ptr<Drawing::Typeface>& typeface) in UnRegisterTypeface()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java200 final String typeface = Settings.Secure.getString(getContext().getContentResolver(), in getCaptionsFontFamily() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp171 std::shared_ptr<Drawing::Typeface> typeface; variable
186 std::shared_ptr<Drawing::Typeface> typeface; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_canvas_test.cpp1108 OH_Drawing_Typeface* typeface = OH_Drawing_TypefaceCreateFromFile(nullptr, 0); variable
1169 OH_Drawing_Typeface* typeface = OH_Drawing_TypefaceCreateFromStream( variable
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageSummaryPreference.java363 TextView carrierInfo, @AttrRes int colorId, Typeface typeface) { in setCarrierInfoTextStyle()

1234