Searched refs:bitmapFit (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp414 bool bitmapFit = false; local
416 bitmapFit = mCacheLines[i]->fitBitmap(glyph, &startX, &startY);
417 if (bitmapFit) {
423 if (!bitmapFit) {
428 bitmapFit = mCacheLines[i]->fitBitmap(glyph, &startX, &startY);
429 if (bitmapFit) {
435 if (!bitmapFit) {
/frameworks/base/libs/rs/
H A DrsFont.cpp420 bool bitmapFit = false; local
422 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
423 if (bitmapFit) {
429 if (!bitmapFit) {
434 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
435 if (bitmapFit) {
441 if (!bitmapFit) {

Completed in 104 milliseconds