のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

b2g gaia xulrunner-sdk

./B2G/gaia/xulrunner-sdk/include/skia/SkPaint.h:35:class SkTypeface;
./B2G/gaia/xulrunner-sdk/include/skia/SkPaint.h:550:    SkTypeface* getTypeface() const { return fTypeface; }
./B2G/gaia/xulrunner-sdk/include/skia/SkPaint.h:562:    SkTypeface* setTypeface(SkTypeface* typeface);
./B2G/gaia/xulrunner-sdk/include/skia/SkPaint.h:923:    SkTypeface*     fTypeface;
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:13:#include "SkTypeface.h"
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:24:    the gap between the (sort of) abstract class SkTypeface and the
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:27:    One basic task is for each create (subclass of) SkTypeface, the FontHost is
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:40:    1) Given either a name/style, return a subclass of SkTypeface that
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:59:    static SkTypeface* CreateTypeface(const SkTypeface* familyFace,
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:61:                                      SkTypeface::Style style);
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:74:    static SkTypeface* CreateTypefaceFromStream(SkStream*);
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:80:    static SkTypeface* CreateTypefaceFromFile(const char path);
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:127:    static void Serialize(const SkTypeface*, SkWStream*);
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:134:    static SkTypeface* Deserialize(SkStream*);
./B2G/gaia/xulrunner-sdk/include/skia/SkFontHost.h:283:    static void EnsureTypefaceAccessible(const SkTypeface& typeface);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:10:#ifndef SkTypeface_DEFINED
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:11:#define SkTypeface_DEFINED
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:23:/** \class SkTypeface
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:25:    The SkTypeface class specifies the typeface and intrinsic style of a font.
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:32:class SK_API SkTypeface : public SkWeakRefCnt {
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:34:    SK_DECLARE_INST_COUNT(SkTypeface)
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:72:    static SkFontID UniqueID(const SkTypeface* face);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:77:    static bool Equal(const SkTypeface* facea, const SkTypeface* faceb);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:88:    static SkTypeface* CreateFromName(const char familyName, Style style);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:100:    static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:105:    static SkTypeface* CreateFromFile(const char path[]);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:111:    static SkTypeface* CreateFromStream(SkStream* stream);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:123:    static SkTypeface* Deserialize(SkStream*);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:189:    SkTypeface(Style style, SkFontID uniqueID, bool isFixedWidth = false);
./B2G/gaia/xulrunner-sdk/include/skia/SkTypeface.h:190:    virtual ~SkTypeface();