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

  /external/skia/tests/
UnicodeTest.cpp 47 int32_t text32[sizeof(text8)]; local
54 text32[i] = text16[i] = text8[i];
70 int count32 = paint.textToGlyphs(text32, len32, glyphs32);
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 579 const int32_t* text32 = (const int32_t*)text; local
581 while (text32 < stop32) {
582 *gptr++ = cache->unicharToGlyph(*text32++);
    [all...]
  /external/skia/src/core/
SkPaint.cpp 580 const int32_t* text32 = (const int32_t*)text; local
582 while (text32 < stop32) {
583 *gptr++ = cache->unicharToGlyph(*text32++);
    [all...]

Completed in 145 milliseconds