Home
last modified time | relevance | path

Searched defs:glyphs (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/skia/modules/canvaskit/
Dfont.js20 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/
DSkFont.h366 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()
DSkTextBlob.h222 const uint16_t* glyphs; member
320 SkGlyphID* glyphs; //!< storage for glyph indexes in run member
/third_party/skia/src/core/
DSkFont.cpp154 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()
DSkStrikeSpec.cpp233 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
DSkFontPriv.h102 const uint16_t* glyphs() const { return fGlyphs; } in glyphs() function
/third_party/skia/gm/
Dtexteffects.cpp55 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/
Dsfnt_subset.c72 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/
DGlyphGroup.java24 GlyphGroup(Collection<Integer> glyphs) { in GlyphGroup()
43 void addAll(Collection<Integer> glyphs) { in addAll()
DRuleSegment.java24 RuleSegment(GlyphList glyphs) { in RuleSegment()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-buffer.c185 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
Dtest-shape.c77 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/
DGnomeFontInstance.cpp47 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()
Drsurface.cpp19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
DSurface.cpp18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
/third_party/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp47 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()
Drsurface.cpp19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
DSurface.cpp18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-gsub-would-substitute.cc61 hb_codepoint_t glyphs[2]; in main() local
/third_party/skia/bench/
DCmapBench.cpp33 uint16_t glyphs[NGLYPHS]; in textToGlyphs_proc() local
42 uint16_t glyphs[NGLYPHS]; in charsToGlyphs_proc() local
/third_party/skia/samplecode/
DSampleChineseFling.cpp80 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/
Dupdate.py18 def glyphstr (glyphs): argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DCommandOptions.java47 public Boolean glyphs = false; field in CommandOptions
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc67 IntegerList glyphs; in Subset() local
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DBasicSubsetTests.java64 List<Integer> glyphs = new ArrayList<Integer>(glyphCount); in testSubsetGlyphs() local

123456