Home
last modified time | relevance | path

Searched refs:oldTop (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkScriptTokenizer.cpp1023 Branch& oldTop = fBranchStack.top(); in processLogicalOp() local
1024 Branch::Primed wasPrime = oldTop.fPrimed; in processLogicalOp()
1025 Branch::Done wasDone = oldTop.fDone; in processLogicalOp()
1026 oldTop.fPrimed = Branch::kIsNotPrimed; in processLogicalOp()
1027 oldTop.fDone = Branch::kIsNotDone; in processLogicalOp()
1039 oldTop.fPrimed = wasPrime; in processLogicalOp()
1040 oldTop.fDone = wasDone; in processLogicalOp()
/external/webkit/WebCore/page/
DFrame.h192 void adjustPageHeight(float* newBottom, float oldTop, float oldBottom, float bottomLimit);
DFrame.cpp1318 void Frame::adjustPageHeight(float* newBottom, float oldTop, float oldBottom, float /*bottomLimit*/) in adjustPageHeight() argument
1325 IntRect dirtyRect(0, (int)floorf(oldTop), root->docWidth(), (int)ceilf(oldBottom - oldTop)); in adjustPageHeight()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm3437 - (void)adjustPageHeightNew:(CGFloat *)newBottom top:(CGFloat)oldTop bottom:(CGFloat)oldBottom limi…
3446 core([self _frame])->adjustPageHeight(&newBottomFloat, oldTop, oldBottom, bottomLimit);