HomeSort by relevance Sort by last modified time
    Searched refs:tSize (Results 1 - 6 of 6) 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);
  /external/icu4c/io/
ufmt_cmn.h 148 * @param tSize The size of target
154 UChar *target, int32_t tSize);
ufmt_cmn.c 223 UChar *target, int32_t tSize)
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
  /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);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 166 int tSize = type == GL_UNSIGNED_SHORT ? 2 : 1;
189 s_glDispatch.glDrawElements(GL_POINTS, sCount, type, (char*)indices_in+sStart*tSize);
  /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 205 milliseconds