| /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()
|
| D | SkTextBlob.h | 222 const uint16_t* glyphs; member 320 SkGlyphID* glyphs; //!< storage for glyph indexes in run member
|
| /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()
|
| D | SkStrikeSpec.cpp | 233 SkSpan<const SkGlyph*> SkBulkGlyphMetrics::glyphs(SkSpan<const SkGlyphID> glyphIDs) { in glyphs() function in SkBulkGlyphMetrics 250 SkSpan<const SkGlyph*> SkBulkGlyphMetricsAndPaths::glyphs(SkSpan<const SkGlyphID> glyphIDs) { in glyphs() function in SkBulkGlyphMetricsAndPaths 275 SkSpan<const SkGlyph*> SkBulkGlyphMetricsAndImages::glyphs(SkSpan<const SkPackedGlyphID> glyphIDs) { in glyphs() function in SkBulkGlyphMetricsAndImages
|
| D | SkFontPriv.h | 102 const uint16_t* glyphs() const { return fGlyphs; } in glyphs() function
|
| /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/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/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()
|
| D | RuleSegment.java | 24 RuleSegment(GlyphList glyphs) { in RuleSegment()
|
| /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/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()
|
| D | Surface.cpp | 18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
|
| /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()
|
| D | Surface.cpp | 18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | test-gsub-would-substitute.cc | 61 hb_codepoint_t glyphs[2]; in main() local
|
| /third_party/skia/bench/ |
| D | CmapBench.cpp | 33 uint16_t glyphs[NGLYPHS]; in textToGlyphs_proc() local 42 uint16_t glyphs[NGLYPHS]; in charsToGlyphs_proc() local
|
| /third_party/skia/samplecode/ |
| D | SampleChineseFling.cpp | 80 SkUnichar glyphs[kWordLength]; in onOnceBeforeDraw() local 192 SkUnichar glyphs[45]; in onOnceBeforeDraw() local
|
| /third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/ |
| D | update.py | 18 def glyphstr (glyphs): argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
| D | CommandOptions.java | 47 public Boolean glyphs = false; field in CommandOptions
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/ |
| D | subset_util.cc | 67 IntegerList glyphs; in Subset() local
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
| D | BasicSubsetTests.java | 64 List<Integer> glyphs = new ArrayList<Integer>(glyphCount); in testSubsetGlyphs() local
|