Searched refs:GrFontDescKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrFontScaler.h22 class GrFontDescKey : public SkRefCnt { class in inherits: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* fKe
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h31 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;
H A DGrFontScaler.cpp18 GrFontDescKey::GrFontDescKey(const SkDescriptor& desc) : fHash(desc.getChecksum()) { function in class:GrFontDescKey
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, (fStrik
[all...]
H A DGrTextStrike.cpp42 SkTDynamicHash<GrTextStrike, GrFontDescKey>::Iter iter(&fCache);
112 SkTDynamicHash<GrTextStrike, GrFontDescKey>::Iter iter(&fCache);
230 GrTextStrike::GrTextStrike(GrFontCache* cache, const GrFontDescKey* key,

Completed in 101 milliseconds