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

/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp226 bool CacheTexture::fitBitmap(const SkGlyph& glyph, uint32_t* retOriginX, uint32_t* retOriginY) { function in class:android::uirenderer::CacheTexture
232 ALOGD("fitBitmap: texture format %x is inappropriate for monochromatic glyphs",
241 ALOGD("fitBitmap: texture format %x is inappropriate for colour glyphs", mFormat);
248 ALOGD("fitBitmap: unknown glyph format %x encountered", glyph.fMaskFormat);
295 ALOGD("fitBitmap: Created new block: this, x, y, w, h = %p, %d, %d, %d, %d",
306 ALOGD("fitBitmap: Added to existing block: this, x, y, w, h = %p, %d, %d, %d, %d",
324 ALOGD("fitBitmap: current block list:");
333 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH);
/frameworks/rs/
H A DrsFont.cpp428 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
440 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
840 bool FontState::CacheTextureLine::fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { function in class:android::renderscript::FontState::CacheTextureLine

Completed in 1077 milliseconds