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

  /external/skia/tests/
PaintTest.cpp 67 static const int NGLYPHS = 64;
69 SkUnichar src[NGLYPHS];
70 SkUnichar dst[NGLYPHS]; // used for utf8, utf16, utf32 storage
88 for (int j = 0; j < NGLYPHS; ++j) {
97 size_t len = gRec[k].fSeedTextProc(src, dst, NGLYPHS);
99 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS];
102 int nglyphs = paint.textToGlyphs(dst, len, glyphs0); local
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
104 int index = find_first_zero(glyphs1, NGLYPHS);
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 38 milliseconds