Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dcomposer.c24 if (p->any.type == SKIN_PLATE_SURFACE || p->group.hasRegion) in skin_plate_ensure_region()
48 if ( p->any.type != SKIN_PLATE_SURFACE && !p->group.hasRegion ) { in skin_plate_get_region()
59 if (p->any.type != SKIN_PLATE_SURFACE && !p->group.hasOpaqueRegion) { in skin_plate_ensure_opaque_region()
82 if ( p->any.type == SKIN_PLATE_SURFACE ) { in skin_plate_get_opaque_region()
102 if (p->any.type != SKIN_PLATE_SURFACE) { in skin_plate_invalidate_parent()
114 if (p->any.type != SKIN_PLATE_SURFACE) { in skin_plate_invalidate_()
191 p->any.type = SKIN_PLATE_SURFACE; in skin_plate_surface()
249 if (p->any.type == SKIN_PLATE_SURFACE) { in skin_plate_free()
300 if (plate->any.type == SKIN_PLATE_SURFACE) { in skin_plate_redraw()
Dcomposer.h22 SKIN_PLATE_SURFACE = 0, enumerator