Searched refs:typeFace (Results 1 – 2 of 2) sorted by relevance
94 OH_Drawing_Typeface* typeFace = OH_Drawing_TypefaceCreateDefault(); in NativeDrawingFontTest002() local95 OH_Drawing_FontSetTypeface(nullptr, typeFace); in NativeDrawingFontTest002()96 OH_Drawing_FontSetTypeface(font, typeFace); in NativeDrawingFontTest002()107 OH_Drawing_TypefaceDestroy(typeFace); in NativeDrawingFontTest002()
1170 std::shared_ptr<Drawing::Typeface> typeFace = nullptr; in DrawRectForDfx() local1174 … Drawing::TextBlob::MakeFromString(position.c_str(), Drawing::Font(typeFace, 24.0f, 1.0f, 0.0f)); in DrawRectForDfx()