/external/webkit/WebCore/platform/wx/wxcode/win/ |
scrollbar_render.cpp | 167 buttonRect.bottom = buttonRect.top + buttonSize; 174 buttonRect.top = buttonRect.bottom - buttonSize; 191 buttonRect.top = buttonRect.top + thumbStart + buttonSize; 192 buttonRect.bottom = buttonRect.top + thumbLength; 202 buttonRect.top += ((buttonRect.bottom - buttonRect.top) - thickness) / 2; 204 buttonRect.bottom = buttonRect.top + thickness;
|
/external/webkit/WebKit/android/nav/ |
CachedInput.h | 64 void setPaddingTop(int top) { mPaddingTop = top; }
|
/external/webkit/WebKit/chromium/src/win/ |
WebScreenInfoFactory.cpp | 44 output.y = input.top; 46 output.height = input.bottom - input.top;
|
/frameworks/base/core/java/android/text/style/ |
IconMarginSpan.java | 43 int top, int baseline, int bottom, 65 need = ht - (v + fm.bottom - fm.top - istartv);
|
LeadingMarginSpan.java | 55 * @param top the top of the line 66 int top, int baseline, int bottom, 139 int top, int baseline, int bottom,
|
QuoteSpan.java | 67 int top, int baseline, int bottom, 76 c.drawRect(x, top, x + dir * STRIPE_WIDTH, bottom, p);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
LayoutResult.java | 85 public LayoutViewInfo(String name, Object key, int left, int top, int right, int bottom) { 90 mTop = top;
|
NinePatchDrawable.java | 74 padding.top = padd[1]; 83 m9Patch.draw(canvas.getGraphics2d(), r.left, r.top, r.width(), r.height());
|
/hardware/ril/mock-ril/src/cpp/ |
worker.cpp | 153 ((wq->delayed_q_.top()->time - now) <= 0)) { 154 struct WorkerQueue::Record *r = wq->delayed_q_.top(); 165 struct WorkerQueue::Record *r = wq->delayed_q_.top(); 213 r = delayed_q_.top(); 289 " p=%p delay_in_ms=%d now=%lldms top->p=%p" 290 " top->time=%lldms diff=%lldms", 291 p, delay_in_ms, now, delayed_q_.top()->p, 292 delayed_q_.top()->time, delayed_q_.top()->time - now); 294 if ((q_.size() == 0) && (delayed_q_.top() == r)) [all...] |
/libcore/dalvik/src/main/native/ |
sub.mk | 1 # This file is included by the top-level libcore Android.mk.
|
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
XUnresolvedVariable.java | 145 * @param top A valid value that specifies where in the variable 148 public void setVarStackPos(int top) 150 m_varStackPos = top;
|
/libcore/luni/src/main/java/org/apache/xml/dtm/ref/ |
DTMTreeWalker.java | 110 int top = pos; // Remember the root of this subtree local 120 if (top == pos) 129 if ((DTM.NULL == pos) || (top == pos)) 131 // %REVIEW% This condition isn't tested in traverse(pos,top) 153 * @param top Node in the tree where to end traversal. 154 * If top==DTM.NULL, run through end of document. 158 public void traverse(int pos, int top) throws org.xml.sax.SAXException 161 // if(top==DTM.NULL) top=0 173 if ((DTM.NULL != top) && top == pos [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
RestoreSettingsItem.java | 69 int height = getHeight() - p.top - p.bottom; 73 title.draw(root, p.left, p.top + (height - title.getHeight()) / 2);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MatrixStack.java | 46 public void glFrustumf(float left, float right, float bottom, float top, float near, float far) { 47 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); 50 public void glFrustumx(int left, int right, int bottom, int top, int near, int far) { 51 glFrustumf(fixedToFloat(left), fixedToFloat(right), fixedToFloat(bottom), fixedToFloat(top), fixedToFloat(near), 103 public void glOrthof(float left, float right, float bottom, float top, float near, float far) { 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); 107 public void glOrthox(int left, int right, int bottom, int top, int near, int far) { 108 glOrthof(fixedToFloat(left), fixedToFloat(right), fixedToFloat(bottom), fixedToFloat(top), fixedToFloat(near),
|
/external/webkit/WebCore/css/ |
mediaControlsChromium.css | 51 top: auto; 64 top: auto; 78 top: auto; 100 top: auto; 125 top: auto; 143 top: auto; 187 top: 10px;
|
CSSPropertyNames.in | 44 border-top 45 border-top-color 46 border-top-left-radius 47 border-top-right-radius 48 border-top-style 49 border-top-width 83 margin-top 102 padding-top 137 top 208 -webkit-margin-top-collaps [all...] |
/external/bison/src/ |
relation.c | 57 static relation_node top; variable 67 VERTICES[++top] = i; 68 INDEX[i] = height = top; 85 j = VERTICES[top--]; 104 top = 0;
|
/development/samples/BrowserPlugin/jni/form/ |
FormPlugin.cpp | 60 inval.top = rnd16(r.top, inset); 122 clipR.top = clip.top; 143 // draw the username box (5 px from the top edge) 145 m_usernameInput.rect.top = 5; 147 m_usernameInput.rect.bottom = m_usernameInput.rect.top + inputHeight; 153 m_passwordInput.rect.top = H - (inputHeight + 5); 155 m_passwordInput.rect.bottom = m_passwordInput.rect.top + inputHeight; 196 oval.top = ovalTop [all...] |
/external/skia/src/core/ |
SkRegion_path.cpp | 48 SkDebugf("SkRgnBuilder: Top = %d\n", fTop); 236 SkScalar top = SkIntToScalar(SK_MaxS16); local 245 if (top > pts[i].fY) { 246 top = pts[i].fY; 252 if (top > pts[0].fY) { 253 top = pts[0].fY; 259 SkASSERT(top <= bot); 261 *itop = SkScalarRound(top); 289 int top = SkMax32(pathTop, clipTop); local 292 if (top >= bot 349 int top() const { function in struct:Edge [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
LayerDrawableTest.java | 316 int top = 20; local 319 layerDrawable.setLayerInset(0, left, top, right, bottom); 322 assertEquals(layerDrawable.getDrawable(0).getIntrinsicHeight() + top + bottom, 327 top += 10; 330 layerDrawable.setLayerInset(1, left, top, right, bottom); 333 assertEquals(layerDrawable.getDrawable(1).getIntrinsicHeight() + top + bottom, 337 layerDrawable.setLayerInset(-1, left, top, right, bottom); 520 assertEquals(0, rc.top); 528 assertEquals(padding0.top, rc.top); [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 685 int top = tracedStack.size() - 1; local 691 if (!isStackSimplifiedBefore(offset, top - stackIndex) && 692 !isAnyStackEntryNecessaryAfter(tracedStack.getTopProducerValue(stackIndex).instructionOffsetValue(), top - stackIndex)) 722 int top = tracedStack.size() - 1; local 728 if (!isStackEntryNecessaryAfter(offset, top - stackIndex)) 755 int top = tracedStack.size() - 1; local 761 if (isAnyStackEntryNecessaryAfter(tracedStack.getTopProducerValue(stackIndex).instructionOffsetValue(), top - stackIndex)) 785 int top = tracedStack.size() - 1; local 903 int top = partialEvaluator.getStackAfter(consumerOffset).size() - 1; local 1051 int top = partialEvaluator.getStackAfter(dupOffset).size() - 1; local [all...] |
/external/quake/quake/src/WinQuake/ |
sbar.cpp | 429 int top, bottom; local 443 top = s->colors & 0xf0; 445 scoreboardtop[i] = Sbar_ColorForMap (top); 496 int top, bottom; 519 top = s->colors & 0xf0; 521 top = Sbar_ColorForMap (top); 524 Draw_Fill ( x*8+10 + ((vid.width - 320)>>1), y + vid.height - SBAR_HEIGHT, 28, 4, top); 769 int top, bottom; local 795 top = s->colors & 0xf0 839 int top, bottom; local 1094 int top, bottom; local 1175 int top, bottom; local [all...] |
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 379 final int top = mHandle.getTop(); local 380 mTouchDelta = (int) y - top; 381 prepareTracking(top); 439 final int top = mHandle.getTop(); 443 if (vertical ? (mExpanded && top < mTapThreshold + mTopOffset) || 444 (!mExpanded && top > mBottomOffset + mBottom - mTop - 454 animateClose(vertical ? top : left); 456 animateOpen(vertical ? top : left); 459 performFling(vertical ? top : left, velocity, false); 463 performFling(vertical ? top : left, velocity, false) 572 final int top = handle.getTop(); local [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/scopes/ |
level.c | 42 int top; member in struct:_snd_pcm_scope_level 62 level->top = y; 88 move(level->top + c, 0); 91 move(level->top, 0); 152 move(level->top + c, 0); 157 mvaddch(level->top + c, peak_pos - 1, '#'); 159 move(level->top, 0);
|
/external/chromium/third_party/icu/source/tools/makeconv/ |
gencnvex.c | 117 int32_t length, top, headerSize; local 146 top=0; 149 top+=length*4; 151 indexes[UCNV_EXT_TO_U_INDEX]=top; 153 top+=length*4; 155 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top; 157 top+=length*2; 159 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top; 161 top+=length*2; 163 if(top&3) [all...] |