Home
last modified time | relevance | path

Searched refs:getWidths (Results 1 – 25 of 39) sorted by relevance

12

/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
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/
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
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/
Dfont_skia.cc65 skFont.getWidths(&glyph16, 1, &skWidth); in GetHorizontalAdvance()
76 skFont.getWidths(&glyph16, 1, NULL, &skBounds); in GetBounds()
/third_party/flutter/txt/src/txt/
Dfont_skia.cc67 skFont.getWidths(&glyph16, 1, &skWidth); in GetHorizontalAdvance()
78 skFont.getWidths(&glyph16, 1, NULL, &skBounds); in GetBounds()
/third_party/flutter/skia/gm/
Dskbug_5321.cpp38 font.getWidths(rec.glyphs, glyph_count, rec.pos);
Dgetpostextpath.cpp57 font.getWidths(atg.glyphs(), count, &widths[0]);
Datlastext.cpp62 font.getWidths(glyphs.get(), cnt, widths.get()); in draw_string()
Ddrawatlas.cpp149 font.getWidths(glyphs.get(), count, widths);
Dtexteffects.cpp58 font.getWidths(glyphs.get(), glyphCount, widths.get()); in MakeFancyBlob()
Dtypeface.cpp34 font.getWidths(glyphs, count, widths); in getGlyphPositions()
/third_party/skia/gm/
Dskbug_5321.cpp38 font.getWidths(rec.glyphs, glyph_count, rec.pos);
Dgetpostextpath.cpp57 font.getWidths(atg.glyphs(), count, &widths[0]);
Duserfont.cpp42 font.getWidths(&glyph, 1, &width); in make_tf()
Drsxtext.cpp41 font.getWidths(glyphs, glyph_count, widths); in onOnceBeforeDraw()
Dtexteffects.cpp58 font.getWidths(glyphs.get(), glyphCount, widths.get()); in MakeFancyBlob()
Ddrawatlas.cpp151 font.getWidths(glyphs.get(), count, widths);
/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/skia/tests/
DPaintTest.cpp212 font.getWidths(glyphs, count, widths);
/third_party/flutter/skia/tests/
DPaintTest.cpp265 font.getWidths(glyphs, count, widths);
/third_party/flutter/skia/experimental/editor/
Dshape.cpp200 font.getWidths(glyphs, glyphCount, advances.get()); in set_character_bounds()
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp199 font.getWidths(glyphs, glyphCount, advances.get()); in set_character_bounds()
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp150 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/
Dexterns.js552 CanvasKit.SkFont.prototype.getWidths = function() {}; method in CanvasKit.SkFont
Dinterface.js563 CanvasKit.SkFont.prototype.getWidths = function(str) { method in CanvasKit.SkFont
669 var widths = font.getWidths(str);

12