Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFont.h365 this->getWidthsBounds(glyphs, count, widths, bounds, nullptr); in getWidths()
383 this->getWidthsBounds(glyphs, count, widths, nullptr, nullptr); in getWidths()
397 void getWidthsBounds(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[],
412 this->getWidthsBounds(glyphs, count, nullptr, bounds, paint); in getBounds()
/external/skqp/include/core/
DSkFont.h365 this->getWidthsBounds(glyphs, count, widths, bounds, nullptr); in getWidths()
383 this->getWidthsBounds(glyphs, count, widths, nullptr, nullptr); in getWidths()
397 void getWidthsBounds(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[],
412 this->getWidthsBounds(glyphs, count, nullptr, bounds, paint); in getBounds()
/external/skia/gm/
Dglyph_pos.cpp134 font.getWidthsBounds(glyphs, count, widths, nullptr, &paint); in drawTestCase()
/external/skqp/gm/
Dglyph_pos.cpp126 font.getWidthsBounds(glyphs, count, widths, nullptr, &paint); in drawTestCase()
/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp180 font.getWidthsBounds(glyphs.get(), glyphCount, advances.get(), nullptr, nullptr); in shape()
DSkShaper_harfbuzz.cpp1417 run.fFont.getWidthsBounds(&glyph.fID, 1, &advance, &bounds, &p); in shape()
/external/skia/tools/fonts/
DTestSVGTypeface.cpp719 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxCbdt()
758 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxCbdt()
980 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxSbix()
/external/skqp/docs/
DSkFont_Reference.bmh808 #Method void getWidthsBounds(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[],
833 (void) font.getWidthsBounds(&glyphs.front(), count, &widths.front(), &bounds.front(),
/external/skia/src/core/
DSkFont.cpp261 void SkFont::getWidthsBounds(const SkGlyphID glyphIDs[], in getWidthsBounds() function in SkFont
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp646 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxCbdt()
862 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxSbix()
/external/skqp/src/core/
DSkFont.cpp313 void SkFont::getWidthsBounds(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[], in getWidthsBounds() function in SkFont
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1184 self.getWidthsBounds(glyphs, numGlyphs, outputWidths, outputRects, paint); in EMSCRIPTEN_BINDINGS()