Searched defs:GetWidths (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_font.cpp | 141 void SkiaFont::GetWidths(const uint16_t glyphs[], int count, scalar widths[]) const in GetWidths() function in OHOS::Rosen::Drawing::SkiaFont 146 void SkiaFont::GetWidths(const uint16_t glyphs[], int count, scalar widths[], Rect bounds[]) const in GetWidths() function in OHOS::Rosen::Drawing::SkiaFont
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | font.cpp | 98 void Font::GetWidths(const uint16_t glyphs[], int count, scalar widths[]) const in GetWidths() function in OHOS::Rosen::Drawing::Font 103 void Font::GetWidths(const uint16_t glyphs[], int count, scalar widths[], Rect bounds[]) const in GetWidths() function in OHOS::Rosen::Drawing::Font
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/ |
H A D | js_font.cpp | 217 napi_value JsFont::GetWidths(napi_env env, napi_callback_info info) in GetWidths() function in OHOS::Rosen::Drawing::JsFont
|