Searched refs:glyphUploaded (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | FontCacheHistoryTracker.h | 33 void glyphUploaded(CacheTexture*, uint32_t x, uint32_t y, uint16_t glyphW, uint16_t glyphH);
|
D | FontCacheHistoryTracker.cpp | 75 void FontCacheHistoryTracker::glyphUploaded(CacheTexture* texture, uint32_t x, uint32_t y, in glyphUploaded() function in android::uirenderer::FontCacheHistoryTracker
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 384 mHistoryTracker.glyphUploaded(cacheTexture, startX, startY, glyph.fWidth, glyph.fHeight); in cacheBitmap()
|