Home
last modified time | relevance | path

Searched refs:glyphUploaded (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
DFontCacheHistoryTracker.h33 void glyphUploaded(CacheTexture*, uint32_t x, uint32_t y, uint16_t glyphW, uint16_t glyphH);
DFontCacheHistoryTracker.cpp75 void FontCacheHistoryTracker::glyphUploaded(CacheTexture* texture, uint32_t x, uint32_t y, in glyphUploaded() function in android::uirenderer::FontCacheHistoryTracker
/frameworks/base/libs/hwui/
DFontRenderer.cpp384 mHistoryTracker.glyphUploaded(cacheTexture, startX, startY, glyph.fWidth, glyph.fHeight); in cacheBitmap()