Home
last modified time | relevance | path

Searched defs:getWidths (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/include/core/
DSkFont.h368 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() function
373 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() function
386 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths() function
/third_party/skia/include/core/
DSkFont.h366 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() function
371 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() function
384 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths() function
/third_party/flutter/txt/src/minikin/
DLineBreaker.h164 const float* getWidths() const { return mWidths.data(); } in getWidths() function
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLineBreaker.h174 const float* getWidths() const { return mWidths.data(); } in getWidths() function
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js563 CanvasKit.SkFont.prototype.getWidths = function(str) { method in CanvasKit.SkFont
Dexterns.js552 CanvasKit.SkFont.prototype.getWidths = function() {}; method in CanvasKit.SkFont