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

  /external/skia/gm/
textblobshader.cpp 29 size_t txtLen = strlen(txt);
30 fGlyphs.append(font.countText(txt, txtLen, kUTF8_SkTextEncoding));
31 font.textToGlyphs(txt, txtLen, kUTF8_SkTextEncoding, fGlyphs.begin(), fGlyphs.count());
textblob.cpp 89 size_t txtLen = strlen(fText);
90 int glyphCount = font.countText(fText, txtLen, kUTF8_SkTextEncoding);
93 font.textToGlyphs(fText, txtLen, kUTF8_SkTextEncoding, fGlyphs.begin(), glyphCount);
  /external/skqp/gm/
textblobshader.cpp 29 size_t txtLen = strlen(txt);
30 fGlyphs.append(font.countText(txt, txtLen, kUTF8_SkTextEncoding));
31 font.textToGlyphs(txt, txtLen, kUTF8_SkTextEncoding, fGlyphs.begin(), fGlyphs.count());
textblob.cpp 89 size_t txtLen = strlen(fText);
90 int glyphCount = font.countText(fText, txtLen, kUTF8_SkTextEncoding);
93 font.textToGlyphs(fText, txtLen, kUTF8_SkTextEncoding, fGlyphs.begin(), glyphCount);
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 182 uint16_t txtLen = 0;
222 txtLen = realTXTRecord->GetLen();
225 err = DNSServiceRegister( &sref, flags, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), domainUTF8.c_str(), hostUTF8.c_str(), port, txtLen, txtRecord, ( DNSServiceRegisterReply ) &RegisterReply, object );
601 uint16_t txtLen,
646 sprintf( buf, "txtLen = %d", txtLen );
649 if ( txtLen > 0 )
651 record->SetBytes( txtRecord, txtLen );
DNSSDService.cpp 510 uint16_t txtLen = 0;
590 txtLen = realTXTRecord->GetLen();
598 err = DNSServiceRegister( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), ( domainUTF8.size() > 0 ) ? domainUTF8.c_str() : NULL, hostUTF8.c_str(), htons( port ), txtLen, txtRecord, ( DNSServiceRegisterReply ) &RegisterReply, object );
1536 uint16_t txtLen,
1610 if ( txtLen > 0 )
1614 record->SetBytes( txtRecord, txtLen );
  /external/skia/tests/
TextBlobTest.cpp 161 const size_t txtLen = strlen(txt);
162 const int glyphCount = font.countText(txt, txtLen, kUTF8_SkTextEncoding);
165 font.textToGlyphs(txt, txtLen, kUTF8_SkTextEncoding, buffer.glyphs, glyphCount);
  /external/skqp/tests/
TextBlobTest.cpp 161 const size_t txtLen = strlen(txt);
162 const int glyphCount = font.countText(txt, txtLen, kUTF8_SkTextEncoding);
165 font.textToGlyphs(txt, txtLen, kUTF8_SkTextEncoding, buffer.glyphs, glyphCount);
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpaesauthgcm.h 83 Ipp64u txtLen; /* text length (bytes) */
122 #define AESGCM_TXT_LEN(stt) ((stt)->txtLen)

Completed in 442 milliseconds