Home
last modified time | relevance | path

Searched refs:isCustomTextType_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.cpp66 recordingCanvas_->SetIsCustomTextType(isCustomTextType_); in BeginRecording()
133 recordingCanvas->SetIsCustomTextType(isCustomTextType_); in DrawOnNode()
H A Drs_node.h523 bool isCustomTextType_ = false; variable
H A Drs_node.cpp2282 isCustomTextType_ = isCustomTextType; in SetIsCustomTextType()
2287 return isCustomTextType_; in GetIsCustomTextType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp62 isCustomTextType_ = false; in Reset()
696 isCustomTextType_ = isCustomTextType; in SetIsCustomTextType()
701 return isCustomTextType_; in IsCustomTextType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h153 bool isCustomTextType_ = false; variable