Home
last modified time | relevance | path

Searched refs:tempStringPtr (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.cpp230 std::string tempStringPtr; in OH_Drawing_FontStyleSetGetStyle() local
231 converFontStyleSet->GetStyle(index, &tempFontStyle, &tempStringPtr); in OH_Drawing_FontStyleSetGetStyle()
232 size_t len = tempStringPtr.length() + 1; in OH_Drawing_FontStyleSetGetStyle()
235 auto retCopy = strcpy_s(allocatedMemoryForStyleName, len, tempStringPtr.c_str()); in OH_Drawing_FontStyleSetGetStyle()