Lines Matching full:zorder
55 const char *zorder;
64 // in the zorder table.
293 if (assignPlanes(dsp, config, zorderDesc->zorder)) {
294 VTRACE("zorder assigned %s", zorderDesc->zorder);
301 bool AnnPlaneManager::assignPlanes(int dsp, ZOrderConfig& config, const char *zorder)
303 // zorder string does not include cursor plane, therefore cursor layer needs to be handled
304 // in a special way. Cursor layer must be on top of zorder and no more than one cursor layer.
307 if (zorder == NULL || size == 0) {
308 //DTRACE("invalid zorder or ZOrder config.");
312 int zorderLen = (int)strlen(zorder);
318 ETRACE("invalid zorder of cursor layer");
333 char id = *(zorder + i);
382 char id = *(zorder + i);
413 DTRACE("config size %d, zorder %s", size, zorder);
416 ITRACE("%d: plane type %d, index %d, zorder %d",
417 i, l->planeType, l->plane->getIndex(), l->zorder);