HomeSort by relevance Sort by last modified time
    Searched refs:lockedWidth (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 50 lockedWidth(0),
108 int lockedWidth;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 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;
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 51 milliseconds