HomeSort by relevance Sort by last modified time
    Searched refs:tSize (Results 1 - 9 of 9) 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 340 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
344 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
391 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
395 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
440 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
444 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y);
490 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT)
    [all...]
  /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,
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 783 u2 tSize, iVer;
815 tSize = *(sizePtr);
816 sz = tSize * 4; /* expected size needed in stream */
818 for(iVer = 0; iVer < tSize; iVer++) {
838 tSize = *(sizePtr);
839 entryPtr_bytecode = (s4*)(keyPtr_bytecode + tSize);
840 sz = tSize * (sizeof(s4) + 4); /* expected size needed in stream */
842 memcpy(stream, keyPtr_bytecode, tSize*sizeof(s4));
843 stream += tSize*sizeof(s4);
844 for(iVer = 0; iVer < tSize; iVer++)
    [all...]
AnalysisO1.cpp     [all...]
  /external/icu4c/test/intltest/
tscoll.cpp 113 int32_t sSize = pieceSize, tSize = pieceSize;
118 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
122 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 163 int tSize = type == GL_UNSIGNED_SHORT ? 2 : 1;
186 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 112 milliseconds