Searched refs:SetIsCustomTypeface (Results 1 – 9 of 9) sorted by relevance
67 recordingCanvas_->SetIsCustomTypeface(isCustomTypeface_); in BeginRecording()134 recordingCanvas->SetIsCustomTypeface(isCustomTypeface_); in DrawOnNode()
393 void SetIsCustomTypeface(bool isCustomTypeface);
2290 void RSNode::SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() function in OHOS::Rosen::RSNode
107 void SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() function
181 recordingCanvas->SetIsCustomTypeface(node->GetIsCustomTypeface()); in CreateDrawingContext()
133 void SetIsCustomTypeface(bool isCustomTypeface);
704 void RecordingCanvas::SetIsCustomTypeface(bool isCustomTypeface) in SetIsCustomTypeface() function in OHOS::Rosen::Drawing::RecordingCanvas
6409 HWTEST_F(RSNodeTest, SetIsCustomTypeface, TestSize.Level1)6412 rsNode->SetIsCustomTypeface(true);6425 rsNode->SetIsCustomTypeface(false);
565 … (static_cast<OHOS::Rosen::Drawing::RecordingCanvas*>(drawingCanvas))->SetIsCustomTypeface(true); in OH_Drawing_TypographyPaintOnPath()