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

/frameworks/rs/
H A DrsFont.cpp426 bool bitmapFit = false; local
428 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
429 if (bitmapFit) {
435 if (!bitmapFit) {
440 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
441 if (bitmapFit) {
447 if (!bitmapFit) {

Completed in 28 milliseconds