/third_party/skia/modules/canvaskit/ |
D | font.js | 20 CanvasKit.Font.prototype.getGlyphBounds = function(glyphs, paint, optionalOutputArray) { argument 70 CanvasKit.Font.prototype.getGlyphIntercepts = function(glyphs, positions, top, bottom) { argument 81 CanvasKit.Font.prototype.getGlyphWidths = function(glyphs, paint, optionalOutputArray) { argument 261 CanvasKit.TextBlob.MakeFromRSXformGlyphs = function(glyphs, rsxForms, font) { argument 279 CanvasKit.TextBlob.MakeFromGlyphs = function(glyphs, font) { argument
|
/third_party/skia/include/core/ |
D | SkFont.h | 366 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() 371 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() 384 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths() 412 void getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[], in getBounds()
|
/third_party/flutter/skia/include/core/ |
D | SkFont.h | 368 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() 373 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() 386 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths() 414 void getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[], in getBounds()
|
/third_party/skia/src/core/ |
D | SkFont.cpp | 154 SkGlyphID glyphs[], int maxGlyphCount) const { in textToGlyphs() 174 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, glyphCount)); in measureText() local 212 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); in getWidthsBounds() local 233 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); in getPos() local 247 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); in getXPos() local 265 SkSpan<const SkGlyph*> glyphs = paths.glyphs(SkMakeSpan(glyphIDs, count)); in getPaths() local 361 void SkFontPriv::GlyphsToUnichars(const SkFont& font, const SkGlyphID glyphs[], int count, in GlyphsToUnichars()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/text-rendering-tests/ |
D | extract-tests.py | 20 def glyphstr(glyphs): argument 38 glyphs = [] variable
|
/third_party/skia/gm/ |
D | texteffects.cpp | 55 SkAutoTArray<SkGlyphID> glyphs(glyphCount); in MakeFancyBlob() local 151 static sk_sp<SkTextBlob> make_text(const SkFont& font, const SkGlyphID glyphs[], int count) { in make_text() 156 static sk_sp<SkTextBlob> make_posh(const SkFont& font, const SkGlyphID glyphs[], int count, in make_posh() 167 static sk_sp<SkTextBlob> make_pos(const SkFont& font, const SkGlyphID glyphs[], int count, in make_pos()
|
/third_party/flutter/skia/gm/ |
D | texteffects.cpp | 55 SkAutoTArray<SkGlyphID> glyphs(glyphCount); in MakeFancyBlob() local 151 static sk_sp<SkTextBlob> make_text(const SkFont& font, const SkGlyphID glyphs[], int count) { in make_text() 156 static sk_sp<SkTextBlob> make_posh(const SkFont& font, const SkGlyphID glyphs[], int count, in make_posh() 167 static sk_sp<SkTextBlob> make_pos(const SkFont& font, const SkGlyphID glyphs[], int count, in make_pos()
|
/third_party/cups-filters/fontembed/ |
D | sfnt_subset.c | 72 static int otf_subset_glyf(OTF_FILE *otf,int curgid,int donegid,BITSET glyphs) // {{{ in otf_subset_glyf() 118 int otf_subset(OTF_FILE *otf,BITSET glyphs,OUTPUT_FN output,void *context) // {{{ - returns number … in otf_subset() 225 int otf_subset_cff(OTF_FILE *otf,BITSET glyphs,OUTPUT_FN output,void *context) // {{{ - returns num… in otf_subset_cff()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-buffer.c | 185 hb_glyph_info_t *glyphs; in test_buffer_contents() local 390 hb_glyph_info_t *glyphs; in test_buffer_utf8_conversion() local 680 hb_glyph_info_t *glyphs; in test_buffer_utf8_validity() local 739 hb_glyph_info_t *glyphs; in test_buffer_utf16_conversion() local 793 hb_glyph_info_t *glyphs; in test_buffer_utf32_conversion() local
|
D | test-shape.c | 81 hb_glyph_info_t *glyphs; in test_shape() local 136 hb_glyph_info_t *glyphs; in test_shape_clusters() local
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | GlyphGroup.java | 24 GlyphGroup(Collection<Integer> glyphs) { in GlyphGroup() 43 void addAll(Collection<Integer> glyphs) { in addAll()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | GlyphGroup.java | 24 GlyphGroup(Collection<Integer> glyphs) { in GlyphGroup() 43 void addAll(Collection<Integer> glyphs) { in addAll()
|
/third_party/flutter/skia/src/core/ |
D | SkFont.cpp | 188 SkGlyphID glyphs[], int maxGlyphCount) const { in textToGlyphs() 227 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, glyphCount)); in measureText() local 266 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); in getWidthsBounds() local 289 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); in getPos() local 303 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); in getXPos() local 321 SkSpan<const SkGlyph*> glyphs = paths.glyphs(SkMakeSpan(glyphIDs, count)); in getPaths() local 417 void SkFontPriv::GlyphsToUnichars(const SkFont& font, const SkGlyphID glyphs[], int count, in GlyphsToUnichars()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-buffer.c | 185 hb_glyph_info_t *glyphs; in test_buffer_contents() local 390 hb_glyph_info_t *glyphs; in test_buffer_utf8_conversion() local 680 hb_glyph_info_t *glyphs; in test_buffer_utf8_validity() local 739 hb_glyph_info_t *glyphs; in test_buffer_utf16_conversion() local 793 hb_glyph_info_t *glyphs; in test_buffer_utf32_conversion() local
|
D | test-shape.c | 77 hb_glyph_info_t *glyphs; in test_font() local 148 hb_glyph_info_t *glyphs; in test_shape_clusters() local
|
/third_party/harfbuzz/test/api/ |
D | test-buffer.c | 185 hb_glyph_info_t *glyphs; in test_buffer_contents() local 390 hb_glyph_info_t *glyphs; in test_buffer_utf8_conversion() local 680 hb_glyph_info_t *glyphs; in test_buffer_utf8_validity() local 739 hb_glyph_info_t *glyphs; in test_buffer_utf16_conversion() local 793 hb_glyph_info_t *glyphs; in test_buffer_utf32_conversion() local
|
D | test-shape.c | 77 hb_glyph_info_t *glyphs; in test_font() local 148 hb_glyph_info_t *glyphs; in test_shape_clusters() local
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | test-gsub-would-substitute.cc | 58 hb_codepoint_t glyphs[2]; in main() local
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | GnomeFontInstance.cpp | 47 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, in drawGlyphs() 184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCoun… in rasterizeGlyphs()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | GnomeFontInstance.cpp | 47 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, in drawGlyphs() 184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCoun… in rasterizeGlyphs()
|
D | rsurface.cpp | 19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | GnomeFontInstance.cpp | 47 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, in drawGlyphs() 184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCoun… in rasterizeGlyphs()
|
D | rsurface.cpp | 19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
|
/third_party/harfbuzz/src/ |
D | test-gsub-would-substitute.cc | 60 hb_codepoint_t glyphs[2]; in main() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-gsub-would-substitute.cc | 61 hb_codepoint_t glyphs[2]; in main() local
|