Home | History | Annotate | Download | only in gralloc

Lines Matching refs:lockedWidth

708         cb->lockedWidth = w;
748 if (cb->lockedWidth < cb->width || cb->lockedHeight < cb->height) {
750 char *tmpBuf = new char[cb->lockedWidth * cb->lockedHeight * bpp];
752 int dst_line_len = cb->lockedWidth * bpp;
764 cb->lockedWidth, cb->lockedHeight,
778 cb->lockedWidth = cb->lockedHeight = 0;
875 cb->lockedWidth = w;