Home
last modified time | relevance | path

Searched refs:IsCustomTypeface (Results 1 – 11 of 11) sorted by relevance

/ohos5.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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dtypeface_impl.h43 virtual bool IsCustomTypeface() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp199 ASSERT_TRUE(!typeface1->IsCustomTypeface());
202 ASSERT_TRUE(!typeface2.IsCustomTypeface());
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtext_blob.h102 bool IsCustomTypeface() in IsCustomTypeface() function
H A Dtypeface.h95 bool IsCustomTypeface() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp53 typeface->IsCustomTypeface(); in TypefaceFuzzTest001()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_typeface.cpp86 if (typeface->IsCustomTypeface() && Typeface::GetTypefaceRegisterCallBack() != nullptr && in RegisterAndConvertTypeface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h134 bool IsCustomTypeface() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp709 bool RecordingCanvas::IsCustomTypeface() const in IsCustomTypeface() function in OHOS::Rosen::Drawing::RecordingCanvas