OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrFontDescKey
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/text/
GrFontScaler.h
23
class
GrFontDescKey
: public SkRefCnt {
25
explicit
GrFontDescKey
(const SkDescriptor& desc) : fDesc(desc), fHash(desc.getChecksum()) {}
29
bool operator==(const
GrFontDescKey
& rh) const {
51
const
GrFontDescKey
* getKey();
64
GrFontDescKey
* fKey;
GrBatchFontCache.h
27
GrBatchTextStrike(GrBatchFontCache*, const
GrFontDescKey
* fontScalerKey);
30
const
GrFontDescKey
* getFontScalerKey() const { return fFontScalerKey; }
78
static const
GrFontDescKey
& GetKey(const GrBatchTextStrike& ts) {
81
static uint32_t Hash(const
GrFontDescKey
& key) {
87
SkAutoTUnref<const
GrFontDescKey
> fFontScalerKey;
225
SkTDynamicHash<GrBatchTextStrike,
GrFontDescKey
> fCache;
GrBatchFontCache.cpp
72
SkTDynamicHash<GrBatchTextStrike,
GrFontDescKey
>::Iter iter(&fCache);
84
SkTDynamicHash<GrBatchTextStrike,
GrFontDescKey
>::Iter iter(&fCache);
100
SkTDynamicHash<GrBatchTextStrike,
GrFontDescKey
>::Iter iter(&fontCache->fCache);
156
GrBatchTextStrike::GrBatchTextStrike(GrBatchFontCache* cache, const
GrFontDescKey
* key)
GrFontScaler.cpp
42
const
GrFontDescKey
* GrFontScaler::getKey() {
44
fKey = new
GrFontDescKey
(fStrike->getDescriptor());
Completed in 3326 milliseconds