Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp495 std::unique_ptr<float[]> widthPtr = std::make_unique<float[]>(fontSize); in OnGetWidths() local
496 m_font->GetWidths(glyphPtr.get(), fontSize, widthPtr.get()); in OnGetWidths()
504 napi_value element = CreateJsValue(env, widthPtr[i]); in OnGetWidths()