HomeSort by relevance Sort by last modified time
    Searched refs:lineTop (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/icu/source/tools/gennames/
gennames.c 229 static uint32_t lineTop=0, groupBottom, wordBottom=STRING_STORE_SIZE, lineLengthsTop;
565 (unsigned long)lineTop);
811 groupBottom=lineTop;
928 uint32_t i, groupTop=lineTop, offset, size,
996 * - the token strings, each zero-terminated (tokenSize=(lineTop-groupTop)), 2-padded
1006 groupsOffset=(tokenStringOffset+(lineTop-groupTop)+1)&~1;
1016 (unsigned long)size, (unsigned long)(lineTop-groupTop),
1032 udata_writeBlock(pData, stringStore+groupTop, lineTop-groupTop);
1033 if((lineTop-groupTop)&1) {
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 244 static uint32_t lineTop=0, groupBottom, wordBottom=STRING_STORE_SIZE, lineLengthsTop;
681 (unsigned long)lineTop);
927 groupBottom=lineTop;
1044 uint32_t i, groupTop=lineTop, offset, size,
    [all...]
  /external/webkit/WebCore/rendering/
RootInlineBox.cpp 225 int lineTop = heightOfBlock;
227 placeBoxesVertically(heightOfBlock, maxHeight, maxAscent, strictMode, lineTop, lineBottom);
228 computeVerticalOverflow(lineTop, lineBottom, strictMode);
229 setLineTopBottomPositions(lineTop, lineBottom);
RootInlineBox.h 57 int lineTop() const { return m_lineTop; }
InlineFlowBox.h 128 void placeBoxesVertically(int y, int maxHeight, int maxAscent, bool strictMode, int& lineTop, int& lineBottom);
129 void computeVerticalOverflow(int lineTop, int lineBottom, bool strictMode);
RenderReplaced.cpp 239 int top = root->lineTop();
240 int bottom = root->nextRootBox() ? root->nextRootBox()->lineTop() : root->lineBottom();
InlineFlowBox.cpp 527 void InlineFlowBox::computeVerticalOverflow(int lineTop, int lineBottom, bool strictMode)
533 int topOverflow = max(y(), lineTop);
578 flow->computeVerticalOverflow(lineTop, lineBottom, strictMode);
756 y = max(rootBox->lineTop(), y);
    [all...]
RenderText.cpp 339 if (lastTextBox() && point.y() >= lastTextBox()->root()->lineTop() && point.x() >= lastTextBox()->m_x + lastTextBox()->m_width) {
348 if (point.y() >= box->root()->lineTop()) {
349 int bottom = box->root()->nextRootBox() ? box->root()->nextRootBox()->lineTop() : box->root()->lineBottom();
392 int height = box->root()->lineBottom() - box->root()->lineTop();
393 int top = box->root()->lineTop();
    [all...]
RenderInline.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]
  /external/webkit/WebCore/editing/
visible_units.cpp 614 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));
715 return renderer->positionForPoint(IntPoint(x - absPos.x(), root->lineTop()));
    [all...]
  /external/webkit/WebCore/dom/
ContainerNode.cpp 695 toRenderText(o)->firstTextBox()->root()->lineTop());
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 236 milliseconds