Home
last modified time | relevance | path

Searched refs:sEmbeddedBitmaps (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DPaintImpl.cpp137 static const uint32_t sEmbeddedBitmaps = 0x400; variable
160 flags |= -(int)font.isEmbeddedBitmaps() & sEmbeddedBitmaps; in fontToLegacyFlags()
174 font->setEmbeddedBitmaps ((flags & sEmbeddedBitmaps) != 0); in applyLegacyFlagsToFont()