Searched refs:fitBitmap (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DCacheTexture.h92 bool fitBitmap(const SkGlyph& glyph, uint32_t* retOriginX, uint32_t* retOriginY);
H A DCacheTexture.cpp215 bool CacheTexture::fitBitmap(const SkGlyph& glyph, uint32_t* retOriginX, uint32_t* retOriginY) { function in class:android::uirenderer::CacheTexture
221 ALOGD("fitBitmap: texture format %x is inappropriate for monochromatic glyphs",
230 ALOGD("fitBitmap: texture format %x is inappropriate for colour glyphs", mFormat);
237 ALOGD("fitBitmap: unknown glyph format %x encountered", glyph.fMaskFormat);
284 ALOGD("fitBitmap: Created new block: this, x, y, w, h = %p, %d, %d, %d, %d",
295 ALOGD("fitBitmap: Added to existing block: this, x, y, w, h = %p, %d, %d, %d, %d",
313 ALOGD("fitBitmap: current block list:");
322 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH);
/frameworks/rs/
H A DrsFont.h178 bool fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY);
H A DrsFont.cpp429 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
441 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
840 bool FontState::CacheTextureLine::fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { function in class:FontState::CacheTextureLine
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp203 if (cacheTextures[i]->fitBitmap(glyph, startX, startY)) {

Completed in 2474 milliseconds