Home
last modified time | relevance | path

Searched refs:IsCustomTypeface (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dtypeface_impl.h43 virtual bool IsCustomTypeface() const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtypeface.cpp125 bool Typeface::IsCustomTypeface() const in IsCustomTypeface() function in OHOS::Rosen::Drawing::Typeface
128 return typefaceImpl_->IsCustomTypeface(); in IsCustomTypeface()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.h52 bool IsCustomTypeface() const override;
H A Dskia_typeface.cpp141 bool SkiaTypeface::IsCustomTypeface() const in IsCustomTypeface() function in OHOS::Rosen::Drawing::SkiaTypeface
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtext_blob.h102 bool IsCustomTypeface() in IsCustomTypeface() function in OHOS::Rosen::Drawing::TextBlob::Context
H A Dtypeface.h95 bool IsCustomTypeface() const;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp192 * @tc.desc: Test IsCustomTypeface
199 ASSERT_TRUE(!typeface1->IsCustomTypeface()); in HWTEST_F()
201 ASSERT_TRUE(!typeface2.IsCustomTypeface()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp53 typeface->IsCustomTypeface(); in TypefaceFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_typeface.cpp86 if (typeface->IsCustomTypeface() && Typeface::GetTypefaceRegisterCallBack() != nullptr && in RegisterAndConvertTypeface()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/
H A Dtext_blob_fuzzer.cpp147 context.IsCustomTypeface(); in TextBlobFuzzTest004()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h134 bool IsCustomTypeface() const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp705 bool RecordingCanvas::IsCustomTypeface() const in IsCustomTypeface() function in OHOS::Rosen::Drawing::RecordingCanvas

Completed in 7 milliseconds