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

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm.c 91 short tableSize, dataWidth;
95 dataWidth = (pTableGammaIn->gDataWidth + 7) / 8; /* number of bytes per entry */
97 (pTableGammaIn->gChanCnt * pTableGammaIn->gDataCnt * dataWidth);
288 short tableSize, dataWidth;
290 dataWidth = (bits + 7) / 8; /* number of bytes per entry */
291 tableSize = sizeof (GammaTbl) + (channels * entries * dataWidth);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 370 final int dataWidth;
375 dataWidth = ((totalWidth * mDataViewWidthWeight)
380 dataWidth = effectiveWidth;
384 dataWidth = 0;
393 mDataView.measure(MeasureSpec.makeMeasureSpec(dataWidth, MeasureSpec.EXACTLY),
    [all...]

Completed in 1080 milliseconds