Searched defs:fitBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp108 bool CacheTexture::fitBitmap(const SkGlyph& glyph, uint32_t* retOriginX, uint32_t* retOriginY) { function in class:android::uirenderer::CacheTexture
151 ALOGD("fitBitmap: Created new block: this, x, y, w, h = %p, %d, %d, %d, %d",
162 ALOGD("fitBitmap: Added to existing block: this, x, y, w, h = %p, %d, %d, %d, %d",
180 ALOGD("fitBitmap: current block list:");
189 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH);
/frameworks/rs/
H A DrsFont.cpp423 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
435 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
839 bool FontState::CacheTextureLine::fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { function in class:FontState::CacheTextureLine

Completed in 30 milliseconds