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

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike_impl.h 17 fFontScalerKey = fontScalarKey;
20 intptr_t getHash() const { return fFontScalerKey->getHash(); }
23 return *strike.getFontScalerKey() < *key.fFontScalerKey;
26 return *strike.getFontScalerKey() == *key.fFontScalerKey;
30 const GrKey* fFontScalerKey;
GrTextStrike.h 34 const GrKey* getFontScalerKey() const { return fFontScalerKey; }
58 const GrKey* fFontScalerKey;
GrTextStrike.cpp 119 const GrFontCache::Key key(strike->fFontScalerKey);
226 fFontScalerKey = key;
227 fFontScalerKey->ref();
245 fFontScalerKey->unref();
  /external/skia/src/gpu/
GrTextStrike_impl.h 17 fFontScalerKey = fontScalarKey;
20 intptr_t getHash() const { return fFontScalerKey->getHash(); }
23 return *strike.getFontScalerKey() < *key.fFontScalerKey;
26 return *strike.getFontScalerKey() == *key.fFontScalerKey;
30 const GrKey* fFontScalerKey;
GrTextStrike.h 34 const GrKey* getFontScalerKey() const { return fFontScalerKey; }
58 const GrKey* fFontScalerKey;
GrTextStrike.cpp 119 const GrFontCache::Key key(strike->fFontScalerKey);
226 fFontScalerKey = key;
227 fFontScalerKey->ref();
245 fFontScalerKey->unref();

Completed in 148 milliseconds