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

  /external/skia/include/core/
SkString.h 160 const uint16_t* getUCS2() const { return fUCS2; }
164 uint16_t* fUCS2;
  /external/skia/src/core/
SkString.cpp 566 fUCS2 = (uint16_t*)sk_malloc_throw((len + 1) * sizeof(uint16_t));
568 uint16_t* dst = fUCS2;
576 fCount = (int)(dst - fUCS2);
581 delete[] fUCS2;

Completed in 160 milliseconds