Searched refs:getWidthsBounds (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/include/core/ |
D | SkFont.h | 367 this->getWidthsBounds(glyphs, count, widths, bounds, nullptr); in getWidths() 385 this->getWidthsBounds(glyphs, count, widths, nullptr, nullptr); in getWidths() 399 void getWidthsBounds(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[], 414 this->getWidthsBounds(glyphs, count, nullptr, bounds, paint); in getBounds()
|
/third_party/skia/gm/ |
D | glyph_pos.cpp | 134 font.getWidthsBounds(glyphs, count, widths, nullptr, &paint); in drawTestCase()
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 191 font.getWidthsBounds(glyphs.get(), glyphCount, advances.get(), nullptr, nullptr); in shape()
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 720 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxCbdt() 759 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxCbdt() 981 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxSbix()
|
/third_party/skia/src/core/ |
D | SkFont.cpp | 205 void SkFont::getWidthsBounds(const SkGlyphID glyphIDs[], in getWidthsBounds() function in SkFont
|
/third_party/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 1246 self.getWidthsBounds(glyphs, numGlyphs, outputWidths, outputRects, paint); in EMSCRIPTEN_BINDINGS()
|