HomeSort by relevance Sort by last modified time
    Searched defs:fCacheCountLimit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache_Globals.h 38 fCacheCountLimit = SK_DEFAULT_FONT_CACHE_COUNT_LIMIT;
68 int getCacheCountLimit() const { return fCacheCountLimit; }
77 return fCacheCount > fCacheCountLimit ||
105 int32_t fCacheCountLimit;
  /external/skia/src/core/
SkGlyphCache_Globals.h 38 fCacheCountLimit = SK_DEFAULT_FONT_CACHE_COUNT_LIMIT;
68 int getCacheCountLimit() const { return fCacheCountLimit; }
77 return fCacheCount > fCacheCountLimit ||
105 int32_t fCacheCountLimit;

Completed in 362 milliseconds