Lines Matching defs:bitmap
177 uint8_t* bitmap = nullptr;
181 bitmap = instance_->GetBitmap(unicode, glyphNode, shapingFont, fontSize);
182 if (bitmap != nullptr) {
183 return bitmap;
187 bitmap = instance_->GetBitmap(unicode, glyphNode, fontId, fontSize);
188 if (bitmap != nullptr) {
189 return bitmap;
199 bitmap = instance_->GetBitmap(unicode, glyphNode, searchLists[currentIndex], fontSize);
200 if (bitmap != nullptr) {
201 return bitmap;