/frameworks/base/graphics/java/android/graphics/drawable/ |
InsetDrawable.java | 171 padding.top += mInsetState.mInsetTop; 221 r.top += mInsetState.mInsetTop; 225 mInsetState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
StatusBarIconView.java | 188 final int th = r.bottom - r.top; 195 int dh = r.top + th + r.bottom; 199 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2);
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
ComposingView.java | 195 height = mFmi.bottom - mFmi.top + mPaddingTop + mPaddingBottom; 223 y = -mFmi.top + mPaddingTop; 243 y = -mFmi.top + mPaddingTop;
|
/system/core/libpixelflinger/ |
raster.cpp | 82 if (yd < GGLint(c->state.scissor.top)) { 83 GGLint offset = GGLint(c->state.scissor.top) - yd; 84 yd = GGLint(c->state.scissor.top); 115 // bottom to top 132 // top to bottom
|
trap.cpp | 220 if (t < GGLint(c->state.scissor.top)) { 221 ystart += TRI_FROM_INT(c->state.scissor.top-t); 222 t = GGLint(c->state.scissor.top); 285 if (t < GGLint(c->state.scissor.top)) { 286 ystart += TRI_FROM_INT(c->state.scissor.top-t); 287 t = GGLint(c->state.scissor.top); 426 if (t < GGLint(c->state.scissor.top)) 427 t = GGLint(c->state.scissor.top); 545 const int32_t miny = max(bminy, c->state.scissor.top); 642 LOGI( " top=%d (%.3f) bot=%d (%.3f) x=%d (%.3f) ix=%d (%.3f)" 670 const GGLfixed* top = p1; local 860 const GGLfixed* top = p1; local [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 877 int top, level; local 920 top = 0; 930 while ( top >= 0 ) 932 level = levels[top]; 954 top++; 955 levels[top] = levels[top - 1] = level - 1; 972 top--; 1014 int top, level; local 1075 top = 0 1806 TPos bottom, top, middle; local [all...] |
/cts/tools/dasm/src/java_cup/runtime/ |
lr_parser.java | 9 * matching the right hand side of a production appear on the top of the 18 * on top of the parse stack (stored as part of a symbol object representing 158 * is on top of the stack) and the given terminal is next on the input. 180 * the stack. The new top of stack indicates a state. This table is 231 /** Indication of the index for top of stack (for use by actions). */ 270 * @param top the index of the top element of the parse stack. 276 int top) 506 /* current state is always on the top of the stack */ 670 /* current state is always on the top of the stack * [all...] |
/dalvik/vm/alloc/TEST/HeapBitmapTest/ |
main.c | 354 uintptr_t top; local 368 top = base + step * NUM_XOR_PTRS; 369 if (top > (uintptr_t)(HEAP_BASE + HEAP_SIZE)) { 370 top = (uintptr_t)(HEAP_BASE + HEAP_SIZE); 382 for (addr = base; addr < top; addr += step) {
|
/external/quake/quake/src/WinQuake/ |
gl_rmisc.cpp | 242 int top, bottom; local 259 top = cl.scores[playernum].colors & 0xf0; 267 if (top < 128) // the artists made some backwards ranges. sigh. 268 translate[TOP_RANGE+i] = top+i; 270 translate[TOP_RANGE+i] = top+15-i;
|
/external/skia/src/views/ |
SkListWidget.cpp | 175 SkScalar top = index * fHeights[kNormal_Height]; local 178 top += fHeights[kSelected_Height] - fHeights[kNormal_Height]; 180 if (top < this->height()) 183 r->set(0, top, this->getContentWidth(), top + height);
|
/external/v8/src/ |
compiler.cc | 58 // Compute top scope and allocate variables. For lazy compilation 59 // the top scope only contains the single lazily compiled function, 62 Scope* top = info->scope(); local 63 while (top->outer_scope() != NULL) top = top->outer_scope(); 64 top->AllocateVariables(context); 131 ASSERT(!i::Top::global_context().is_null()); 132 script->set_context_data((*i::Top::global_context())->data()); 167 ASSERT(Top::has_pending_exception()) [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayerRenderer.cpp | 68 return CGRectMake(rc.left, rc.top, (rc.right - rc.left), (rc.bottom - rc.top)); 73 return CGRectMake(rc.left, (relativeToRect.bottom-rc.bottom), (rc.right - rc.left), (rc.bottom - rc.top)); 214 if (rect.left-rect.right == 0 || rect.bottom-rect.top == 0) { 223 D3DXMatrixOrthoOffCenterRH(&projection, rect.left, rect.right, rect.top, rect.bottom, -1.0f, 1.0f);
|
/external/webkit/WebKit/android/plugins/ |
PluginWidgetAndroid.cpp | 345 visibleDocRect.top, visibleDocRect.right, 356 visibleDocRect.top, 409 m_requestedVisibleRects[index].top, 416 if (m_requestedVisibleRects[index].top == 441 pluginRect.set(rect->left, rect->top, rect->right, rect->bottom);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
AllocationPanel.java | 276 data.top = new FormAttachment(0, 0); 284 sashData.top = new FormAttachment(0, store.getInt(PREFS_ALLOC_SASH)); 286 sashData.top = new FormAttachment(50,0); // 50% across 293 data.top = new FormAttachment(sash, 0); 307 sashData.top = new FormAttachment(0, e.y);
|
ThreadPanel.java | 321 data.top = new FormAttachment(0, 0); 329 sashData.top = new FormAttachment(0, store.getInt(PREFS_THREAD_SASH)); 331 sashData.top = new FormAttachment(50,0); // 50% across 338 data.top = new FormAttachment(sash, 0); 352 sashData.top = new FormAttachment(0, e.y);
|
/sdk/traceview/src/com/android/traceview/ |
TimeLineView.java | 422 Block top = rd.top(); local 423 if (top == null) { 428 long topStartTime = top.getStartTime(); 429 long topEndTime = top.getEndTime(); 433 Segment segment = new Segment(rd, top, topStartTime, 438 // If this block starts where the previous (top) block ends, 439 // then pop off the top block. 445 popFrames(rd, top, blockStartTime); 452 Block top = rd.top() local 1878 public Block top() { method in class:TimeLineView.RowData [all...] |
/bionic/libc/bionic/ |
dlmalloc.c | 421 The maximum amount of unused top-most memory to keep before 2096 mchunkptr top; member in struct:malloc_state [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 664 float top; local 679 top = startY; 682 top = y; 687 invalidateRect.set((int) (left - radius), (int) (top - radius), 699 top = startY; 702 top = oldY; 707 invalidateRect.union((int) (left - radius), (int) (top - radius), 730 top = startY; 733 top = oldY; 738 top = bottom = startY [all...] |
/device/samsung/crespo/liboverlay/ |
v4l2_utils.c | 132 LOGV("crop t: %d ", crop->c.top); 140 LOGV("window t: %d ", win->w.top); 243 win->w.top = y; 254 *y = format->fmt.win.w.top; 427 crop.c.top = y; 433 LOGV("%s:crop.c.top = %d\n", __func__, crop.c.top); 452 *y = crop.c.top;
|
/external/skia/src/animator/ |
SkScript.cpp | 295 if (fSuppressStack.top().fSuppress == false) { 398 if (fTypeStack.top() != kObject) { 402 object = fOperandStack.top().fObject; 499 SkBool suppressed = fSuppressStack.top().fSuppress; 538 SkBool suppressed = fSuppressStack.top().fSuppress; 545 SkASSERT(fBraceStack.top() == kStructBrace); 578 if (fBraceStack.top() == kArrayBrace) { 782 SkBraceStyle braceStyle = fBraceStack.top(); 813 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); 825 SkOpType topType = fTypeStack.count() > 0 ? fTypeStack.top() : kNoType [all...] |
/frameworks/base/opengl/libagl/ |
egl.cpp | 246 : left(0), top(0), right(w), bottom(h) { } 248 : left(l), top(t), right(r), bottom(b) { } 251 top = max(top, r.top); 257 return (left>=right || top>=bottom); 261 what, left, top, right-left, bottom-top); 265 int32_t top; member in struct:android::egl_window_surface_v2_t::Rect 279 if (lhs.top < rhs.top) { // top rec 286 const int32_t top = max(lhs.top, rhs.top); local [all...] |
/external/webkit/WebCore/rendering/style/ |
RenderStyle.h | 363 Length top() const { return surround->offset.top(); } function in class:WebCore::RenderStyle 369 bool hasStaticY() const { return (top().isAuto() && bottom().isAuto()) || top().isStatic(); } 384 const BorderValue& borderTop() const { return surround->border.top; } 404 EBorderStyle borderTopStyle() const { return surround->border.top.style(); } 405 const Color& borderTopColor() const { return surround->border.top.color; } 406 bool borderTopIsTransparent() const { return surround->border.top.isTransparent(); } 433 Length clipTop() const { return visual->clip.top(); } 574 Length marginTop() const { return surround->margin.top(); } [all...] |
/external/libffi/src/ |
dlmalloc.c | 394 The maximum amount of unused top-most memory to keep before 2019 mchunkptr top; member in struct:malloc_state [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_malloc.c | 430 The maximum amount of unused top-most memory to keep before 2029 mchunkptr top; member in struct:malloc_state [all...] |
/external/quake/quake/src/QW/client/ |
gl_vidnt.c | 214 WindowRect.top = WindowRect.left = 0;
230 height = rect.bottom - rect.top;
238 rect.left, rect.top,
251 WindowRect.bottom - WindowRect.top, false);
306 WindowRect.top = WindowRect.left = 0;
321 height = rect.bottom - rect.top;
329 rect.left, rect.top,
441 // ourselves at the top of the z order, then grab the foreground again,
485 window_rect.top = window_y;
489 window_center_y = (window_rect.top + window_rect.bottom) / 2; [all...] |