/external/skia/include/core/ |
D | SkFont.h | 365 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/ |
D | SkFont.h | 365 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/skqp/gm/ |
D | glyph_pos.cpp | 126 font.getWidthsBounds(glyphs, count, widths, nullptr, &paint); in drawTestCase()
|
/external/skia/gm/ |
D | glyph_pos.cpp | 134 font.getWidthsBounds(glyphs, count, widths, nullptr, &paint); in drawTestCase()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 180 font.getWidthsBounds(glyphs.get(), glyphCount, advances.get(), nullptr, nullptr); in shape()
|
D | SkShaper_harfbuzz.cpp | 1379 run.fFont.getWidthsBounds(&glyph.fID, 1, &advance, &bounds, &p); in shape()
|
/external/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 717 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxCbdt() 756 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxCbdt() 978 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxSbix()
|
/external/skqp/docs/ |
D | SkFont_Reference.bmh | 808 #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/ |
D | SkFont.cpp | 261 void SkFont::getWidthsBounds(const SkGlyphID glyphIDs[], in getWidthsBounds() function in SkFont
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 646 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxCbdt() 862 font.getWidthsBounds(&gid, 1, &advance, &bounds, nullptr); in exportTtxSbix()
|
/external/skqp/src/core/ |
D | SkFont.cpp | 313 void SkFont::getWidthsBounds(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[], in getWidthsBounds() function in SkFont
|