/external/webkit/WebKit/win/ |
WebFrame.cpp | 349 LONG height = rect.bottom - rect.top; 354 gc.translate(-rect.left, -rect.top); [all...] |
/external/webkit/WebCore/rendering/ |
RenderText.cpp | 393 int top = box->root()->lineTop(); local 411 int availableWidth = cb->lineWidth(top, false); 429 return IntRect(left, top, caretWidth, height); [all...] |
RenderBox.h | 119 // excluding border and scrollbar. clientLeft/Top are just the borderLeftWidth and borderTopWidth. 127 // scrollLeft/Top return the current scroll position. These methods are virtual so that objects like 342 Length top, Length bottom, Length marginTop, Length marginBottom,
|
SVGRootInlineBox.cpp | 1181 int top = lowY - block()->y(); local [all...] |
/frameworks/base/core/java/android/app/ |
Activity.java | 125 * When a new activity is started, it is placed on the top of the stack 132 * <li> If an activity in the foreground of the screen (at the top of 136 * or transparent activity has focus on top of your activity), it 268 * the top of the activity stack, with user input going to it. 382 * new activity, which will be placed at the top of the activity stack. It 556 * <li> <p>The <b>foreground activity</b> (the activity at the top of the screen 1220 final FrameLayout top = (FrameLayout) mDecor; local [all...] |
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 83 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"), 94 private int mGravity = Gravity.LEFT | Gravity.TOP; 210 if (majorGravity != Gravity.TOP) { 769 // Check mMaxAscent[INDEX_TOP] first because it maps to Gravity.TOP, [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboardBaseView.java | 793 invalidKey.y + kbdPaddingTop - 1 <= clipRegion.top && [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
RotateDrawableTest.java | 212 assertEquals(0, rect.top);
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te-vfp.S | 432 @ newFp->localRefCookie=top 445 ldr r0, [r10, #offStackSaveArea_localRefCookie] @ r0<- saved->top 449 str r0, [r9, #offThread_jniLocal_topCookie] @ new top <- old top [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 432 @ newFp->localRefCookie=top 445 ldr r0, [r10, #offStackSaveArea_localRefCookie] @ r0<- saved->top 449 str r0, [r9, #offThread_jniLocal_topCookie] @ new top <- old top [all...] |
CompilerTemplateAsm-armv7-a.S | 432 @ newFp->localRefCookie=top 445 ldr r0, [r10, #offStackSaveArea_localRefCookie] @ r0<- saved->top 449 str r0, [r9, #offThread_jniLocal_topCookie] @ new top <- old top [all...] |
/development/apps/Term/src/com/android/term/ |
Term.java | 692 * transcript that holds lines that have scrolled off the top of the 1847 int top = Math.max(0, Math.min(getArg0(1) - 1, mRows - 2)); local [all...] |
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
GameView.java | 430 if (mSelectedCell >= 0 && mSelectedValue != State.EMPTY && mBlinkRect.top != 0) {
|
/external/freetype/include/freetype/internal/ |
psaux.h | 99 /* cursor :: The current top of the grow heap within its block. */ 664 FT_Long* top; member in struct:T1_DecoderRec_ [all...] |
/external/icu4c/samples/layout/ |
GDIFontInstance.cpp | 62 clip.top = 0;
|
/external/libpcap/ |
optimize.c | 1391 top: 1412 goto top; [all...] |
/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframeyonly_neon.asm | 141 ;Now copy the top and bottom source lines into each line of the respective borders 271 ;Now copy the top and bottom source lines into each line of the respective borders
|
/external/openssl/crypto/bn/ |
bn_gcd.c | 443 else if (D->top == 1)
|
/external/openssl/crypto/ec/ |
ec2_mult.c | 253 /* find top most bit and go one past it */ 254 i = scalar->top - 1; 259 /* if top most bit was at word break, go to next word */
|
/external/quake/quake/src/WinQuake/ |
menu.cpp | 150 void M_BuildTranslationTable(int top, int bottom) 161 if (top < 128) // the artists made some backwards ranges. sigh. 162 memcpy (dest + TOP_RANGE, source + top, 16); 165 dest[TOP_RANGE+j] = source[top+15-j]; [all...] |
/external/skia/src/xml/ |
SkDOM.cpp | 240 SkDOM::Node* parent = fParentStack.top();
|
/external/v8/src/ |
mark-compact.cc | [all...] |
/external/webkit/WebCore/bridge/ |
npapi.h | 243 uint16 top; member in struct:_NPRect 543 int32 x; /* Position of top left corner relative */
|
/external/webkit/WebCore/page/ |
DOMWindow.h | 182 DOMWindow* top() const;
|
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 375 yaffs_Tnode *top; member in struct:__anon8756
|