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

  /external/skia/gm/
textblobshader.cpp 24 size_t txtLen = strlen(txt);
25 fGlyphs.append(p.textToGlyphs(txt, txtLen, nullptr));
26 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
textblob.cpp 78 size_t txtLen = strlen(fText);
79 int glyphCount = p.textToGlyphs(fText, txtLen, nullptr);
82 p.textToGlyphs(fText, txtLen, fGlyphs.begin());
  /external/skia/tests/
TextBlobTest.cpp 161 const size_t txtLen = strlen(txt);
162 const int glyphCount = p.textToGlyphs(txt, txtLen, nullptr);
168 p.textToGlyphs(txt, txtLen, buffer.glyphs);

Completed in 226 milliseconds