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

  /external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h 18 * \class SkFontConfigInterface
23 class SK_API SkFontConfigInterface : public SkRefCnt {
25 SK_DECLARE_INST_COUNT(SkFontConfigInterface)
28 * Returns the global SkFontConfigInterface instance, and if it is not
32 static SkFontConfigInterface* RefGlobal();
39 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
42 * This should be treated as private to the impl of SkFontConfigInterface.
99 static SkFontConfigInterface* GetSingletonDirectInterface();
  /external/skia/include/ports/
SkFontConfigInterface.h 18 * \class SkFontConfigInterface
23 class SK_API SkFontConfigInterface : public SkRefCnt {
25 SK_DECLARE_INST_COUNT(SkFontConfigInterface)
28 * Returns the global SkFontConfigInterface instance, and if it is not
32 static SkFontConfigInterface* RefGlobal();
39 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
42 * This should be treated as private to the impl of SkFontConfigInterface.
99 static SkFontConfigInterface* GetSingletonDirectInterface();

Completed in 148 milliseconds