OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmapfit
(Results
1 - 1
of
1
) sorted by null
/frameworks/rs/
rsFont.cpp
427
bool
bitmapFit
= false;
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 54 milliseconds