Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dcomposer.c24 if (p->any.type == SKIN_PLATE_SURFACE || p->group.hasRegion) in skin_plate_ensure_region()
40 p->group.hasRegion = 1; in skin_plate_ensure_region()
48 if ( p->any.type != SKIN_PLATE_SURFACE && !p->group.hasRegion ) { in skin_plate_get_region()
103 p->group.hasRegion = 0; in skin_plate_invalidate_parent()
244 p->group.hasRegion = 0; in skin_plate_free()
Dcomposer.h52 char hasRegion; member
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp538 bool hasRegion = in isLive() local
540 cachedQuery = hasRegion ? 1 : 2; in isLive()
541 return hasRegion; in isLive()