/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 374 this->getWidths(glyphs, count, widths); in getWidths() 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 372 this->getWidths(glyphs, count, widths); in getWidths() 384 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths() function
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | font_skia.cc | 65 skFont.getWidths(&glyph16, 1, &skWidth); in GetHorizontalAdvance() 76 skFont.getWidths(&glyph16, 1, NULL, &skBounds); in GetBounds()
|
/third_party/flutter/txt/src/txt/ |
D | font_skia.cc | 67 skFont.getWidths(&glyph16, 1, &skWidth); in GetHorizontalAdvance() 78 skFont.getWidths(&glyph16, 1, NULL, &skBounds); in GetBounds()
|
/third_party/flutter/skia/gm/ |
D | skbug_5321.cpp | 38 font.getWidths(rec.glyphs, glyph_count, rec.pos);
|
D | getpostextpath.cpp | 57 font.getWidths(atg.glyphs(), count, &widths[0]);
|
D | atlastext.cpp | 62 font.getWidths(glyphs.get(), cnt, widths.get()); in draw_string()
|
D | drawatlas.cpp | 149 font.getWidths(glyphs.get(), count, widths);
|
D | texteffects.cpp | 58 font.getWidths(glyphs.get(), glyphCount, widths.get()); in MakeFancyBlob()
|
D | typeface.cpp | 34 font.getWidths(glyphs, count, widths); in getGlyphPositions()
|
/third_party/skia/gm/ |
D | skbug_5321.cpp | 38 font.getWidths(rec.glyphs, glyph_count, rec.pos);
|
D | getpostextpath.cpp | 57 font.getWidths(atg.glyphs(), count, &widths[0]);
|
D | userfont.cpp | 42 font.getWidths(&glyph, 1, &width); in make_tf()
|
D | rsxtext.cpp | 41 font.getWidths(glyphs, glyph_count, widths); in onOnceBeforeDraw()
|
D | texteffects.cpp | 58 font.getWidths(glyphs.get(), glyphCount, widths.get()); in MakeFancyBlob()
|
D | drawatlas.cpp | 151 font.getWidths(glyphs.get(), count, widths);
|
/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/skia/tests/ |
D | PaintTest.cpp | 212 font.getWidths(glyphs, count, widths);
|
/third_party/flutter/skia/tests/ |
D | PaintTest.cpp | 265 font.getWidths(glyphs, count, widths);
|
/third_party/flutter/skia/experimental/editor/ |
D | shape.cpp | 200 font.getWidths(glyphs, glyphCount, advances.get()); in set_character_bounds()
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 199 font.getWidths(glyphs, glyphCount, advances.get()); in set_character_bounds()
|
/third_party/flutter/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 150 font.getWidths(&glyph, 1, &advance); in skhb_glyph_h_advance() 175 font.getWidths(glyph.get(), count, advance.get()); in skhb_glyph_h_advances() 209 font.getWidths(&glyph, 1, nullptr, &sk_bounds); in skhb_glyph_extents()
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 552 CanvasKit.SkFont.prototype.getWidths = function() {}; method in CanvasKit.SkFont
|
D | interface.js | 563 CanvasKit.SkFont.prototype.getWidths = function(str) { method in CanvasKit.SkFont 669 var widths = font.getWidths(str);
|