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

  /external/skia/include/core/
SkFont.h 17 enum SkTextEncoding {
148 int textToGlyphs(const void* text, size_t byteLength, SkTextEncoding,
151 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) {
155 SkScalar measureText(const void* text, size_t byteLength, SkTextEncoding) const;
  /external/skqp/include/core/
SkFont.h 17 enum SkTextEncoding {
148 int textToGlyphs(const void* text, size_t byteLength, SkTextEncoding,
151 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) {
155 SkScalar measureText(const void* text, size_t byteLength, SkTextEncoding) const;

Completed in 89 milliseconds