Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:hnd

154                     private_handle_t *hnd = (private_handle_t *)layer->handle;
160 has90Transform(layer) && isRotationDoable(ctx, hnd)) {
600 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
605 if(hnd) {
606 if(hnd->base) {
607 deltaPanelRendering((unsigned char *)hnd->base, DELTA_PANEL_WIDTH,
609 IMemAlloc* memalloc = getAllocator(hnd->flags);
610 memalloc->clean_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd,
630 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
636 hnd = (private_handle_t *)tempLayer->handle;
639 if(hnd) {
640 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) {
704 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
707 hnd = (private_handle_t *)extLayer->handle;
709 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer();
712 if(hnd && !isYuvBuffer(hnd)) {
713 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) {