Home
last modified time | relevance | path

Searched refs:isCustomTypeface (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtext_blob.h89 explicit Context(std::shared_ptr<Typeface> typeface, bool isCustomTypeface) noexcept
90 : typeface_(typeface), isCustomTypeface_(isCustomTypeface) {} in isCustomTypeface_()
107 void SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() argument
109 isCustomTypeface_ = isCustomTypeface; in SetIsCustomTypeface()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp387 bool isCustomTypeface = true; in HWTEST_F() local
389 TextBlob::Context customContext { typeface, isCustomTypeface }; in HWTEST_F()
404 bool isCustomTypeface = true; in HWTEST_F() local
405 TextBlob::Context customContext { nullptr, isCustomTypeface }; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/
H A Dtext_blob_fuzzer.cpp142 bool isCustomTypeface = GetObject<bool>(); in TextBlobFuzzTest004() local
143 TextBlob::Context context = TextBlob::Context(typeface, isCustomTypeface); in TextBlobFuzzTest004()
146 context.SetIsCustomTypeface(isCustomTypeface); in TextBlobFuzzTest004()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.cpp136 cloned->setIsCustomTypeface(skTypeface_->isCustomTypeface()); in MakeClone()
147 return skTypeface_->isCustomTypeface(); in IsCustomTypeface()
259 if (textblobCtx != nullptr && typeface->isCustomTypeface()) { in SerializeTypeface()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h133 void SetIsCustomTypeface(bool isCustomTypeface);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp700 void RecordingCanvas::SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() argument
702 isCustomTypeface_ = isCustomTypeface; in SetIsCustomTypeface()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h390 void SetIsCustomTypeface(bool isCustomTypeface);
H A Drs_node.cpp2283 void RSNode::SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() argument
2285 isCustomTypeface_ = isCustomTypeface; in SetIsCustomTypeface()

Completed in 12 milliseconds