Home
last modified time | relevance | path

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

1234567

/external/skia/src/core/
DSkFont.cpp174 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 …]
DSkTypeface.cpp61 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/
DSkFont.cpp174 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 …]
DSkTypeface.cpp61 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/
DSkFont.h364 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/
DSkFont.h364 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/
Dhb-subset-plan.cc85 _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()
Dtest-would-substitute.cc58 hb_codepoint_t glyphs[2]; in main() local
Dhb-subset-input.hh42 hb_set_t *glyphs; member
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/
Dextract-tests.py20 def glyphstr(glyphs): argument
38 glyphs = [] variable
/external/skia/gm/
Dtexteffects.cpp46 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/
Dtexteffects.cpp46 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/
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.c92 hb_glyph_info_t *glyphs; in test_shape() local
148 hb_glyph_info_t *glyphs; in test_shape_clusters() local
/external/skqp/bench/
DCmapBench.cpp22 uint16_t glyphs[NGLYPHS]; in textToGlyphs_proc() local
32 uint16_t glyphs[NGLYPHS]; in charsToGlyphs_proc() local
/external/skia/bench/
DCmapBench.cpp22 uint16_t glyphs[NGLYPHS]; in textToGlyphs_proc() local
32 uint16_t glyphs[NGLYPHS]; in charsToGlyphs_proc() local
/external/icu/icu4c/source/samples/layout/
Drsurface.cpp19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
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()
DSurface.cpp18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
/external/skqp/tests/
DGlyphRunTest.cpp17 SkGlyphID glyphs[] = {100, 3, 240, 3, 234}; in DEF_TEST() local
/external/skia/tests/
DGlyphRunTest.cpp17 SkGlyphID glyphs[] = {100, 3, 240, 3, 234}; in DEF_TEST() local
/external/fonttools/Snippets/
Dotf2ttf.py29 def glyphs_to_quadratic( argument
/external/fonttools/Lib/fontTools/pens/
DstatisticsPen.py73 def _test(glyphset, upem, glyphs): argument
/external/harfbuzz_ng/util/
Dhelper-cairo.hh55 cairo_glyph_t *glyphs; member
/external/skqp/samplecode/
DSampleChineseFling.cpp90 SkUnichar glyphs[kWordLength]; in init() local
210 SkUnichar glyphs[45]; in init() local

1234567