Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp204 FontStyleSet* converFontStyleSet = reinterpret_cast<FontStyleSet*>(fontStyleSet); in OH_Drawing_FontStyleSetCreateTypeface() local
205 auto drawingTypeface = converFontStyleSet->CreateTypeface(index); in OH_Drawing_FontStyleSetCreateTypeface()
224 FontStyleSet* converFontStyleSet = reinterpret_cast<FontStyleSet*>(fontStyleSet); in OH_Drawing_FontStyleSetGetStyle() local
225 if (converFontStyleSet == nullptr) { in OH_Drawing_FontStyleSetGetStyle()
231 converFontStyleSet->GetStyle(index, &tempFontStyle, &tempStringPtr); in OH_Drawing_FontStyleSetGetStyle()
268 FontStyleSet* converFontStyleSet = reinterpret_cast<FontStyleSet*>(fontStyleSet); in OH_Drawing_FontStyleSetMatchStyle() local
269 if (converFontStyleSet == nullptr) { in OH_Drawing_FontStyleSetMatchStyle()
272 auto drawingTypeface = converFontStyleSet->MatchStyle( in OH_Drawing_FontStyleSetMatchStyle()
284 FontStyleSet* converFontStyleSet = reinterpret_cast<FontStyleSet*>(fontStyleSet); in OH_Drawing_FontStyleSetCount() local
285 if (converFontStyleSet == nullptr) { in OH_Drawing_FontStyleSetCount()
[all …]