Searched defs:newTop (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/
H A Dutrie.c175 int32_t newBlock, newTop; local
178 newTop=newBlock+UTRIE_DATA_BLOCK_LENGTH;
179 if(newTop>trie->dataCapacity) {
183 trie->dataLength=newTop;
H A Dutrie2_builder.c475 int32_t newBlock, newTop; local
478 newTop=newBlock+UTRIE2_INDEX_2_BLOCK_LENGTH;
479 if(newTop>LENGTHOF(trie->index2)) {
487 trie->index2Length=newTop;
514 int32_t newBlock, newTop; local
523 newTop=newBlock+UTRIE2_DATA_BLOCK_LENGTH;
524 if(newTop>trie->dataCapacity) {
550 trie->dataLength=newTop;
/external/icu4c/tools/makeconv/
H A Dgenmbcs.c566 uint32_t blockSize, newTop, i, nextOffset, newBlock, min; local
598 newTop=newBlock+MBCS_STAGE_2_BLOCK_SIZE;
600 if(newTop>MBCS_MAX_STAGE_2_TOP) {
610 mbcsData->stage2Top=newTop;
632 newTop=newBlock+blockSize;
634 if(newTop>MBCS_STAGE_3_SBCS_SIZE) {
640 while(newBlock<newTop) {
644 mbcsData->stage3Top=newTop; /* ==newBlock */
685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap; local
728 newTop
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp656 void RenderListBox::setScrollTop(int newTop) argument
659 int index = newTop / itemHeight();
H A DRenderTextControlSingleLine.cpp1075 void RenderTextControlSingleLine::setScrollTop(int newTop) argument
1078 innerTextElement()->setScrollTop(newTop);
H A DRenderBox.cpp467 void RenderBox::setScrollTop(int newTop) argument
470 layer()->scrollToYOffset(newTop);
/external/webkit/Source/WebCore/dom/
H A DElement.cpp481 void Element::setScrollTop(int newTop) argument
485 rend->setScrollTop(static_cast<int>(newTop * rend->style()->effectiveZoom()));
/external/skia/src/core/
H A DSkCanvas.cpp652 MCRec* newTop = (MCRec*)fMCStack.push_back(); local
653 new (newTop) MCRec(fMCRec, flags); // balanced in restore()
655 newTop->fNext = fMCRec;
656 fMCRec = newTop;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 106 milliseconds