Searched defs:bitmapFit (Results 1 - 1 of 1) sorted by path

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

Completed in 92 milliseconds