Searched refs:widthPtr (Results 1 – 1 of 1) sorted by relevance
495 std::unique_ptr<float[]> widthPtr = std::make_unique<float[]>(fontSize); in OnGetWidths() local496 m_font->GetWidths(glyphPtr.get(), fontSize, widthPtr.get()); in OnGetWidths()504 napi_value element = CreateJsValue(env, widthPtr[i]); in OnGetWidths()