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

  /external/skia/src/core/
SkTSearch.cpp 66 SkAutoAsciiToLC tolc(target, len);
79 SkAutoAsciiToLC::SkAutoAsciiToLC(const char str[], size_t len)
109 SkAutoAsciiToLC::~SkAutoAsciiToLC()
  /external/skia/include/core/
SkTSearch.h 135 class SkAutoAsciiToLC {
137 SkAutoAsciiToLC(const char str[], size_t len = (size_t)-1);
138 ~SkAutoAsciiToLC();
  /external/skia/src/ports/
SkFontHost_linux.cpp 194 SkAutoAsciiToLC tolc(name);
SkFontHost_simple.cpp 192 SkAutoAsciiToLC tolc(name);
SkFontHost_android.cpp 239 SkAutoAsciiToLC tolc(name);

Completed in 887 milliseconds