Searched refs:lastTop (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderBlock.h | 275 int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* = 0); 277 int& lastTop, int& lastLeft, int& lastRight, const PaintInfo*); 279 int& lastTop, int& lastLeft, int& lastRight, const PaintInfo*); 280 …IntRect fillVerticalSelectionGap(int lastTop, int lastLeft, int lastRight, int bottomY, RenderBloc…
|
D | RenderBlock.cpp | 1897 int lastTop = 0; in selectionGapRects() local 1898 int lastLeft = leftSelectionOffset(this, lastTop); in selectionGapRects() 1899 int lastRight = rightSelectionOffset(this, lastTop); in selectionGapRects() 1901 …oint.x(), absContentPoint.y(), absContentPoint.x(), absContentPoint.y(), lastTop, lastLeft, lastRi… in selectionGapRects() 1907 int lastTop = 0; in paintSelection() local 1908 int lastLeft = leftSelectionOffset(this, lastTop); in paintSelection() 1909 int lastRight = rightSelectionOffset(this, lastTop); in paintSelection() 1911 fillSelectionGaps(this, tx, ty, tx, ty, lastTop, lastLeft, lastRight, &paintInfo); in paintSelection() 1929 … int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo) in fillSelectionGaps() argument 1968 lastTop = (ty - blockY) + height(); in fillSelectionGaps() [all …]
|
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 4238 UChar32 lastTop = 0; in TestImplicitGeneration() local 4269 lastTop = last & topByte; in TestImplicitGeneration() 4273 if (lastTop != currentTop || i == 0x10000 || i == 0x110000) { in TestImplicitGeneration()
|