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

  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 159 int tSize = totalSize();
163 && m_lastTotalSize == tSize
168 m_lastTotalSize = tSize;
175 if (tSize - vSize > 0)
176 message->val[0] = pos / static_cast<float>(tSize - vSize);
180 if (tSize > 0)
181 message->val[1] = vSize / static_cast<float>(tSize);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 159 int tSize = type == GL_UNSIGNED_SHORT ? 2 : 1;
182 s_glDispatch.glDrawElements(GL_POINTS, sCount, type, (char*)indices_in+sStart*tSize);
  /external/icu4c/test/intltest/
tscoll.cpp 111 int32_t sSize = pieceSize, tSize = pieceSize;
116 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
120 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
  /external/icu4c/test/cintltst/
callcoll.c 234 int32_t sSize = pieceSize, tSize = pieceSize;
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
    [all...]

Completed in 269 milliseconds