Searched defs:getWidths (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/include/core/ |
D | SkFont.h | 368 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/ |
D | SkFont.h | 366 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/ |
D | LineBreaker.h | 164 const float* getWidths() const { return mWidths.data(); } in getWidths() function
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | LineBreaker.h | 174 const float* getWidths() const { return mWidths.data(); } in getWidths() function
|
/third_party/flutter/skia/modules/canvaskit/ |
D | interface.js | 563 CanvasKit.SkFont.prototype.getWidths = function(str) { method in CanvasKit.SkFont
|
D | externs.js | 552 CanvasKit.SkFont.prototype.getWidths = function() {}; method in CanvasKit.SkFont
|