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

/frameworks/rs/
H A DrsFont.cpp427 bool bitmapFit = false; local
429 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
430 if (bitmapFit) {
436 if (!bitmapFit) {
441 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
442 if (bitmapFit) {
448 if (!bitmapFit) {

Completed in 46 milliseconds