Searched refs:converFontStyleSet (Results 1 – 1 of 1) sorted by relevance
204 FontStyleSet* converFontStyleSet = reinterpret_cast<FontStyleSet*>(fontStyleSet); in OH_Drawing_FontStyleSetCreateTypeface() local205 auto drawingTypeface = converFontStyleSet->CreateTypeface(index); in OH_Drawing_FontStyleSetCreateTypeface()224 FontStyleSet* converFontStyleSet = reinterpret_cast<FontStyleSet*>(fontStyleSet); in OH_Drawing_FontStyleSetGetStyle() local225 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() local269 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() local285 if (converFontStyleSet == nullptr) { in OH_Drawing_FontStyleSetCount()[all …]