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

  /external/skia/src/core/
SkUtils.h 34 int SkUTF8_LeadByteToCount(unsigned c);
36 #define SkUTF8_LeadByteToCount(c) ((((0xE5 << 24) >> ((unsigned)c >> 4 << 1)) & 3) + 1)
41 return SkUTF8_LeadByteToCount(*(const uint8_t*)utf8);
SkUtils.cpp 37 int SkUTF8_LeadByteToCount(unsigned c) {
78 utf8 += SkUTF8_LeadByteToCount(c);
  /external/skqp/src/core/
SkUtils.h 34 int SkUTF8_LeadByteToCount(unsigned c);
36 #define SkUTF8_LeadByteToCount(c) ((((0xE5 << 24) >> ((unsigned)c >> 4 << 1)) & 3) + 1)
41 return SkUTF8_LeadByteToCount(*(const uint8_t*)utf8);
SkUtils.cpp 37 int SkUTF8_LeadByteToCount(unsigned c) {
78 utf8 += SkUTF8_LeadByteToCount(c);
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 121 milliseconds