Searched refs:tSize (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
H A DScrollbarEfl.cpp159 int tSize = totalSize(); local
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/
H A DCSpinner.java340 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
[all...]
/external/icu4c/io/
H A Dufmt_cmn.h149 * @param tSize The size of target
155 UChar *target, int32_t tSize);
H A Dufmt_cmn.c223 UChar *target, int32_t tSize)
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
222 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, UChar *target, int32_t tSize) argument
/external/icu4c/test/intltest/
H A Dtscoll.cpp115 int32_t sSize = pieceSize, tSize = pieceSize; local
120 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
124 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
/external/icu4c/test/cintltst/
H A Dcallcoll.c234 int32_t sSize = pieceSize, tSize = pieceSize; local
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1052 unsigned tLength, tSize, tType; local
1054 tSize, tType, IsVarDecl);

Completed in 706 milliseconds