Home
last modified time | relevance | path

Searched refs:getCache (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Dnumfmt.cpp1093 UBool getCache = FALSE; in makeInstance() local
1143 UMTX_CHECK(&nscacheMutex, (UBool)(cache != NumberingSystem_cache), getCache); in makeInstance()
1144 if (getCache) { in makeInstance()
1169 UMTX_CHECK(&nscacheMutex, (UBool)(h != NumberingSystem_cache), getCache); in makeInstance()
1170 if (getCache) { in makeInstance()
/external/skia/src/core/
DSkPaint.cpp358 SkGlyphCache* cache = autoCache.getCache(); in textToGlyphs()
404 SkGlyphCache* cache = autoCache.getCache(); in containsText()
444 SkGlyphCache* cache = autoCache.getCache(); in glyphsToUnichars()
836 SkGlyphCache* cache = autoCache.getCache(); in measureText()
915 SkGlyphCache* cache = autoCache.getCache(); in breakText()
1006 SkGlyphCache* cache = autoCache.getCache(); in getFontMetrics()
1058 SkGlyphCache* cache = autoCache.getCache(); in getTextWidths()
DSkGlyphCache.h262 SkGlyphCache* getCache() const { return fCache; } in getCache() function
DSkDraw.cpp1477 SkGlyphCache* cache = autoCache.getCache(); in drawText()
1660 SkGlyphCache* cache = autoCache.getCache(); in drawPosText()
/external/skia/src/views/
DSkTextBox.cpp33 SkGlyphCache* cache = ac.getCache(); in linebreak()