OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tSize
(Results
1 - 5
of
5
) 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/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
166
int
tSize
= type == GL_UNSIGNED_SHORT ? 2 : 1;
189
s_glDispatch.glDrawElements(GL_POINTS, sCount, type, (char*)indices_in+sStart*
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/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 817 milliseconds