HomeSort by relevance Sort by last modified time
    Searched full:maskh (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/android/goldfish/
events_device.c 309 uint8_t maskl, maskh; local
325 maskh = 0xffU >> (7 - (bith & 7));
327 maskh &= maskl;
333 bits[ih] |= maskh;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 402 float maskH = sMask.getHeight() / 2.0f;
405 / Math.min(maskW, maskH);
408 float y = point.y - maskH * maskScale;
    [all...]

Completed in 183 milliseconds