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

  /external/skia/gm/
textblobshader.cpp 25 size_t txtLen = strlen(txt);
26 fGlyphs.append(p.textToGlyphs(txt, txtLen, nullptr));
27 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
textblob.cpp 79 size_t txtLen = strlen(fText);
80 int glyphCount = p.textToGlyphs(fText, txtLen, nullptr);
83 p.textToGlyphs(fText, txtLen, fGlyphs.begin());
  /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 160 const size_t txtLen = strlen(txt);
161 const int glyphCount = p.textToGlyphs(txt, txtLen, nullptr);
167 p.textToGlyphs(txt, txtLen, buffer.glyphs);

Completed in 152 milliseconds