HomeSort by relevance Sort by last modified time
    Searched defs:pSize (Results 1 - 4 of 4) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 172 GLfloat pSize = *((GLfloat*)(pointsArr+(INDEX*stride)));
175 while(i < count && pSize == *((GLfloat*)(pointsArr+(INDEX*stride))))
181 s_glDispatch.glPointSize(pSize);
190 GLfloat pSize = *((GLfloat*)(pointsArr+((first+i)*stride)));
193 while(i < count && pSize == *((GLfloat*)(pointsArr+((first+i)*stride))))
199 s_glDispatch.glPointSize(pSize);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 430 int pSize = 0;
437 while (xPos < mContentWidth && pStart + pSize < candSize) {
438 int itemPos = pStart + pSize;
445 if (xPos + itemWidth < mContentWidth || 0 == pSize) {
448 pSize++;
455 mDecInfo.mPageStart.add(pStart + pSize);
459 float marginExtra = (mContentWidth - xPos) / pSize / 2;
470 } else if (pSize == 1) {
492 int pSize = mDecInfo.mPageStart.get(mPageNo + 1) - pStart;
494 if (mActiveCandInPage > pSize - 1)
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 152 BYTE * pSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 152 BYTE * pSize;

Completed in 80 milliseconds