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

  /external/skia/include/ports/
SkFontConfigInterface.h 18 * \class SkFontConfigInterface
23 class SK_API SkFontConfigInterface : public SkRefCnt {
27 * Returns the global SkFontConfigInterface instance. If it is not
29 * unref(). The default SkFontConfigInterface is the result of calling
32 static SkFontConfigInterface* RefGlobal();
39 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
42 * This should be treated as private to the impl of SkFontConfigInterface.
109 static SkFontConfigInterface* GetSingletonDirectInterface();
  /external/skqp/include/ports/
SkFontConfigInterface.h 18 * \class SkFontConfigInterface
23 class SK_API SkFontConfigInterface : public SkRefCnt {
27 * Returns the global SkFontConfigInterface instance. If it is not
29 * unref(). The default SkFontConfigInterface is the result of calling
32 static SkFontConfigInterface* RefGlobal();
39 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
42 * This should be treated as private to the impl of SkFontConfigInterface.
109 static SkFontConfigInterface* GetSingletonDirectInterface();

Completed in 132 milliseconds