/external/skia/src/core/ |
D | SkFont.cpp | 174 uint16_t glyphs[], int maxGlyphCount) const { in textToGlyphs() 209 void SkFont::glyphsToUnichars(const SkGlyphID glyphs[], int count, SkUnichar text[]) const { in glyphsToUnichars() argument 253 const uint16_t* glyphs = atg.glyphs(); in measureText() local 296 void VisitGlyphs(const SkFont& origFont, const SkPaint* paint, const uint16_t glyphs[], int count, in VisitGlyphs() 313 void SkFont::getWidthsBounds(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[], in getWidthsBounds() 316 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getWidthsBounds() 332 void SkFont::getPos(const uint16_t glyphs[], int count, SkPoint pos[], SkPoint origin) const { in getPos() argument 334 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getPos() 343 void SkFont::getXPos(const uint16_t glyphs[], int count, SkScalar xpos[], SkScalar origin) const { in getXPos() argument 345 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getXPos() [all …]
|
D | SkTypeface.cpp | 61 uint16_t glyphs[], int glyphCount) const override { in onCharsToGlyphs() 289 uint16_t glyphs[], int glyphCount) const { in charsToGlyphs() 303 SkGlyphID glyphs[1]; in unicharToGlyph() local 316 bool SkTypeface::getKerningPairAdjustments(const uint16_t glyphs[], int count, in getKerningPairAdjustments() 364 bool SkTypeface::onGetKerningPairAdjustments(const uint16_t glyphs[], int count, in onGetKerningPairAdjustments()
|
/external/skqp/src/core/ |
D | SkFont.cpp | 174 uint16_t glyphs[], int maxGlyphCount) const { in textToGlyphs() 209 void SkFont::glyphsToUnichars(const SkGlyphID glyphs[], int count, SkUnichar text[]) const { in glyphsToUnichars() argument 253 const uint16_t* glyphs = atg.glyphs(); in measureText() local 296 void VisitGlyphs(const SkFont& origFont, const SkPaint* paint, const uint16_t glyphs[], int count, in VisitGlyphs() 313 void SkFont::getWidthsBounds(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[], in getWidthsBounds() 316 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getWidthsBounds() 332 void SkFont::getPos(const uint16_t glyphs[], int count, SkPoint pos[], SkPoint origin) const { in getPos() argument 334 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getPos() 343 void SkFont::getXPos(const uint16_t glyphs[], int count, SkScalar xpos[], SkScalar origin) const { in getXPos() argument 345 (SkStrike* cache, const uint16_t glyphs[], int count, SkScalar scale) { in getXPos() [all …]
|
D | SkTypeface.cpp | 61 uint16_t glyphs[], int glyphCount) const override { in onCharsToGlyphs() 289 uint16_t glyphs[], int glyphCount) const { in charsToGlyphs() 303 SkGlyphID glyphs[1]; in unicharToGlyph() local 316 bool SkTypeface::getKerningPairAdjustments(const uint16_t glyphs[], int count, in getKerningPairAdjustments() 364 bool SkTypeface::onGetKerningPairAdjustments(const uint16_t glyphs[], int count, in onGetKerningPairAdjustments()
|
/external/skqp/include/core/ |
D | SkFont.h | 364 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() 369 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() 382 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[]) const { in getWidths() 410 void getBounds(const uint16_t glyphs[], int count, SkRect bounds[], in getBounds()
|
/external/skia/include/core/ |
D | SkFont.h | 364 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() 369 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() 382 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[]) const { in getWidths() 410 void getBounds(const uint16_t glyphs[], int count, SkRect bounds[], in getBounds()
|
/external/harfbuzz_ng/src/ |
D | hb-subset-plan.cc | 85 _remove_invalid_gids (hb_set_t *glyphs, in _remove_invalid_gids() 102 hb_vector_t<hb_codepoint_t> *glyphs) in _populate_gids_to_retain() 159 _create_old_gid_to_new_gid_map (const hb_vector_t<hb_codepoint_t> &glyphs, in _create_old_gid_to_new_gid_map()
|
D | test-would-substitute.cc | 58 hb_codepoint_t glyphs[2]; in main() local
|
D | hb-subset-input.hh | 42 hb_set_t *glyphs; member
|
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/ |
D | extract-tests.py | 20 def glyphstr(glyphs): argument 38 glyphs = [] variable
|
/external/skia/gm/ |
D | texteffects.cpp | 46 SkAutoTArray<SkGlyphID> glyphs(glyphCount); in MakeFancyBlob() local 143 static sk_sp<SkTextBlob> make_text(const SkFont& font, const SkGlyphID glyphs[], int count) { in make_text() 148 static sk_sp<SkTextBlob> make_posh(const SkFont& font, const SkGlyphID glyphs[], int count, in make_posh() 159 static sk_sp<SkTextBlob> make_pos(const SkFont& font, const SkGlyphID glyphs[], int count, in make_pos()
|
/external/skqp/gm/ |
D | texteffects.cpp | 46 SkAutoTArray<SkGlyphID> glyphs(glyphCount); in MakeFancyBlob() local 143 static sk_sp<SkTextBlob> make_text(const SkFont& font, const SkGlyphID glyphs[], int count) { in make_text() 148 static sk_sp<SkTextBlob> make_posh(const SkFont& font, const SkGlyphID glyphs[], int count, in make_posh() 159 static sk_sp<SkTextBlob> make_pos(const SkFont& font, const SkGlyphID glyphs[], int count, in make_pos()
|
/external/harfbuzz_ng/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 | 92 hb_glyph_info_t *glyphs; in test_shape() local 148 hb_glyph_info_t *glyphs; in test_shape_clusters() local
|
/external/skqp/bench/ |
D | CmapBench.cpp | 22 uint16_t glyphs[NGLYPHS]; in textToGlyphs_proc() local 32 uint16_t glyphs[NGLYPHS]; in charsToGlyphs_proc() local
|
/external/skia/bench/ |
D | CmapBench.cpp | 22 uint16_t glyphs[NGLYPHS]; in textToGlyphs_proc() local 32 uint16_t glyphs[NGLYPHS]; in charsToGlyphs_proc() local
|
/external/icu/icu4c/source/samples/layout/ |
D | rsurface.cpp | 19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
|
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 | Surface.cpp | 18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
|
/external/skqp/tests/ |
D | GlyphRunTest.cpp | 17 SkGlyphID glyphs[] = {100, 3, 240, 3, 234}; in DEF_TEST() local
|
/external/skia/tests/ |
D | GlyphRunTest.cpp | 17 SkGlyphID glyphs[] = {100, 3, 240, 3, 234}; in DEF_TEST() local
|
/external/fonttools/Snippets/ |
D | otf2ttf.py | 29 def glyphs_to_quadratic( argument
|
/external/fonttools/Lib/fontTools/pens/ |
D | statisticsPen.py | 73 def _test(glyphset, upem, glyphs): argument
|
/external/harfbuzz_ng/util/ |
D | helper-cairo.hh | 55 cairo_glyph_t *glyphs; member
|
/external/skqp/samplecode/ |
D | SampleChineseFling.cpp | 90 SkUnichar glyphs[kWordLength]; in init() local 210 SkUnichar glyphs[45]; in init() local
|