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

  /external/chromium_org/third_party/skia/include/gpu/
GrFontScaler.h 22 class GrFontDescKey : public SkRefCnt {
24 SK_DECLARE_INST_COUNT(GrFontDescKey)
28 explicit GrFontDescKey(const SkDescriptor& desc);
29 virtual ~GrFontDescKey();
33 bool operator<(const GrFontDescKey& rh) const {
36 bool operator==(const GrFontDescKey& rh) const {
42 bool lt(const GrFontDescKey& rh) const;
43 bool eq(const GrFontDescKey& rh) const;
68 const GrFontDescKey* getKey();
80 GrFontDescKey* fKey
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 31 GrTextStrike(GrFontCache*, const GrFontDescKey* fontScalerKey, GrMaskFormat, GrAtlas*);
34 const GrFontDescKey* getFontScalerKey() const { return fFontScalerKey; }
52 static const GrFontDescKey& GetKey(const GrTextStrike& ts) {
55 static uint32_t Hash(const GrFontDescKey& key) {
66 const GrFontDescKey* fFontScalerKey;
125 SkTDynamicHash<GrTextStrike, GrFontDescKey> fCache;
GrFontScaler.cpp 18 GrFontDescKey::GrFontDescKey(const SkDescriptor& desc) : fHash(desc.getChecksum()) {
28 GrFontDescKey::~GrFontDescKey() {
34 bool GrFontDescKey::lt(const GrFontDescKey& rh) const {
46 bool GrFontDescKey::eq(const GrFontDescKey& rh) const {
81 const GrFontDescKey* GrFontScaler::getKey() {
83 fKey = SkNEW_ARGS(GrFontDescKey, (fStrike->getDescriptor()))
    [all...]
GrTextStrike.cpp 42 SkTDynamicHash<GrTextStrike, GrFontDescKey>::Iter iter(&fCache);
112 SkTDynamicHash<GrTextStrike, GrFontDescKey>::Iter iter(&fCache);
230 GrTextStrike::GrTextStrike(GrFontCache* cache, const GrFontDescKey* key,

Completed in 3834 milliseconds