HomeSort by relevance Sort by last modified time
    Searched refs:nglyphs (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
PaintTest.cpp 59 static const int NGLYPHS = 64;
61 SkUnichar src[NGLYPHS];
62 SkUnichar dst[NGLYPHS]; // used for utf8, utf16, utf32 storage
80 for (int j = 0; j < NGLYPHS; ++j) {
89 size_t len = gRec[k].fSeedTextProc(src, dst, NGLYPHS);
91 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS];
94 int nglyphs = paint.textToGlyphs(dst, len, glyphs0); local
95 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
96 int index = find_first_zero(glyphs1, NGLYPHS);
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 270 hb_uint32 nglyphs = 0; local
273 nglyphs++;
277 if( nglyphs != shaper_item.num_glyphs )
280 for (hb_uint32 i = 0; i < nglyphs; ++i) {
292 qDebug("%s: shaping of string %s failed, nglyphs=%d, expected %d",
295 shaper_item.num_glyphs, nglyphs);
  /external/harfbuzz/src/
harfbuzz-arabic.c 1034 const int nglyphs = item->num_glyphs; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-arabic.c 1034 const int nglyphs = item->num_glyphs; local
    [all...]

Completed in 115 milliseconds