Home
last modified time | relevance | path

Searched refs:getWidthsBounds (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/include/core/
DSkFont.h367 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/
Dglyph_pos.cpp134 font.getWidthsBounds(glyphs, count, widths, nullptr, &paint); in drawTestCase()
/third_party/skia/modules/skshaper/src/
DSkShaper_primitive.cpp191 font.getWidthsBounds(glyphs.get(), glyphCount, advances.get(), nullptr, nullptr); in shape()
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp720 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/
DSkFont.cpp205 void SkFont::getWidthsBounds(const SkGlyphID glyphIDs[], in getWidthsBounds() function in SkFont
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1246 self.getWidthsBounds(glyphs, numGlyphs, outputWidths, outputRects, paint); in EMSCRIPTEN_BINDINGS()