Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DPaintImpl.cpp118 static const uint32_t sEmbeddedBitmaps = 0x400; variable
141 flags |= -(int)font.isEmbeddedBitmaps() & sEmbeddedBitmaps; in fontToLegacyFlags()
161 font->setEmbeddedBitmaps ((flags & sEmbeddedBitmaps) != 0); in applyLegacyFlagsToFont()