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

  /external/skia/third_party/icu/
SkLoadICU.h 11 bool SkLoadICU();
13 static inline bool SkLoadICU() { return true; }
SkLoadICU.cpp 4 #include "SkLoadICU.h"
79 bool SkLoadICU() {
  /external/skqp/third_party/icu/
SkLoadICU.h 22 inline void SkLoadICU() {
49 inline void SkLoadICU() {}
  /external/skia/src/pdf/
SkPDFSubsetFont.cpp 7 #include "SkLoadICU.h"
49 if (!SkLoadICU()) {
86 if (!SkLoadICU()) {
  /external/skqp/modules/skshaper/src/
SkShaper_harfbuzz.cpp 10 #include "SkLoadICU.h"
512 once([] { SkLoadICU(); });
  /external/skia/modules/skshaper/src/
SkShaper_harfbuzz.cpp 47 #include "SkLoadICU.h"
859 if (!SkLoadICU()) {
860 SkDebugf("SkLoadICU() failed!\n");
    [all...]

Completed in 405 milliseconds