Home
last modified time | relevance | path

Searched refs:SetIsCustomTypeface (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.cpp67 recordingCanvas_->SetIsCustomTypeface(isCustomTypeface_); in BeginRecording()
134 recordingCanvas->SetIsCustomTypeface(isCustomTypeface_); in DrawOnNode()
H A Drs_node.h393 void SetIsCustomTypeface(bool isCustomTypeface);
H A Drs_node.cpp2290 void RSNode::SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtext_blob.h107 void SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp181 recordingCanvas->SetIsCustomTypeface(node->GetIsCustomTypeface()); in CreateDrawingContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h133 void SetIsCustomTypeface(bool isCustomTypeface);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp704 void RecordingCanvas::SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() function in OHOS::Rosen::Drawing::RecordingCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp6409 HWTEST_F(RSNodeTest, SetIsCustomTypeface, TestSize.Level1)
6412 rsNode->SetIsCustomTypeface(true);
6425 rsNode->SetIsCustomTypeface(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp565 … (static_cast<OHOS::Rosen::Drawing::RecordingCanvas*>(drawingCanvas))->SetIsCustomTypeface(true); in OH_Drawing_TypographyPaintOnPath()