/external/freetype/src/cff/ |
cffgload.h | 126 FT_Fixed* top; member in struct:CFF_Decoder_
|
/external/openssl/crypto/bn/ |
bn_kron.c | 60 #define BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])
|
/external/skia/include/core/ |
SkCanvas.h | 294 /** Return true if the horizontal band specified by top and bottom is 299 @param top The top of the horizontal band to compare with the clip 304 bool quickRejectY(SkScalar top, SkScalar bottom, EdgeType et) const; 417 @param top The top side of the rectangle to be drawn 422 void drawRectCoords(SkScalar left, SkScalar top, SkScalar right, 474 /** Draw the specified bitmap, with its top/left corner at (x,y), using the 482 @param top The position of the top side of the bitmap being draw [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
union-find.h | 53 *exec_stack_.top() = *p;
|
/external/v8/test/mjsunit/ |
array-functions-prototype-misc.js | 280 var top = a.splice(LARGE, 5); 281 assertEquals(5, top.length); 282 assertEquals(LARGE, top[0]); 283 assertEquals("undefined", typeof(top[1])); 296 var top = a.splice(LARGE >> 1, 5); 297 assertEquals(5, top.length); 298 assertEquals(LARGE >> 1, top[0]); 299 assertEquals("undefined", typeof(top[1]));
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageDecoder.cpp | 218 int top = upperBoundScaledY(frameRect.y()); local 219 int bottom = lowerBoundScaledY(frameRect.bottom(), top); 220 buffer->setRect(IntRect(left, top, right - left, bottom - top));
|
/external/webkit/WebCore/plugins/symbian/ |
PluginViewSymbian.cpp | 266 m_npWindow.clipRect.top = m_clipRect.y(); 276 m_npWindow.clipRect.top = 0; 390 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
PixelDumpSupportWin.cpp | 56 bmp.bmiHeader.biHeight = -(frame.bottom - frame.top);
|
/frameworks/base/core/java/android/widget/ |
GridView.java | 209 * @param nextTop The location where the top of the item associated with pos 290 * Fills the list from pos up to the top of the list view. 302 final int end = mListPadding.top; 326 * Fills the list from top to bottom, starting with mFirstPosition 328 * @param nextTop The location where the top of the first item should be 399 final int top = getChildAt(0).getTop(); local 400 final int offset = childrenTop - top; 447 * @param top the top of the view at that position 451 private View fillSpecific(int position, int top) { 1839 final int top = view.getTop(); local 1861 final int top = view.getTop(); local [all...] |
Spinner.java | 223 mSpinnerPadding.top + mSpinnerPadding.bottom, lp.height); 234 int childTop = mSpinnerPadding.top 236 mSpinnerPadding.top - child.getMeasuredHeight()) / 2);
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/ |
FrameLayoutMarginTest.java | 49 mTopView = activity.findViewById(R.id.top);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ShapeDrawable.java | 119 * @param top padding for the top (in pixels) 123 public void setPadding(int left, int top, int right, int bottom) { 124 if ((left | top | right | bottom) == 0) { 130 mShapeState.mPadding.set(left, top, right, bottom); 136 * Define the padding in the Rect object as: left, top, right, bottom. 212 canvas.translate(r.left, r.top);
|
/frameworks/base/services/surfaceflinger/ |
LayerDim.cpp | 93 const GLint sy = fbHeight - (r.top + r.height());
|
/frameworks/base/tools/localize/ |
ValuesFile.cpp | 163 TopElementHandler top("", "resources", new ValuesHandler(result, version, versionString)); 164 XMLHandler::ParseFile(filename, &top); 175 TopElementHandler top("", "resources", new ValuesHandler(result, version, versionString)); 176 XMLHandler::ParseString(filename, text, &top);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridCameraManager.java | 167 float top = -maxIncrement; local 190 if (FloatUtils.boundsContainsPoint(left, right, top, bottom, position.x, position.y)) { 208 if (FloatUtils.boundsContainsPoint(left, right, top, bottom, position.x, position.y) == false) { 217 if (FloatUtils.boundsContainsPoint(left, right, top, bottom, position.x, position.y) == false) {
|
SimpleStringTexture.java | 69 int height = metrics.bottom - metrics.top;
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
BalloonHint.java | 172 return mPaddingRect.top; 189 showAtLocation(mParent, Gravity.LEFT | Gravity.TOP, 320 showAtLocation(mParent, Gravity.LEFT | Gravity.TOP, 407 measuredHeight += mFmi.bottom - mFmi.top; 451 int fontHeight = mFmi.bottom - mFmi.top; 453 float y = marginY - mFmi.top;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
EmulatorControlPanel.java | 262 final Composite top = new Composite(scollingParent, SWT.NONE); local 263 scollingParent.setContent(top); 264 top.setLayout(new GridLayout(1, false)); 271 scollingParent.setMinSize(top.computeSize(r.width, SWT.DEFAULT)); 275 createRadioControls(top); 277 createCallControls(top); 279 createLocationControls(top); 283 top.layout(); 285 scollingParent.setMinSize(top.computeSize(r.width, SWT.DEFAULT)); 292 * @param top [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 260 public void glFrustumf(float left, float right, float bottom, float top, 262 mCurrent.glFrustumf(left, right, bottom, top, near, far); 263 mgl.glFrustumf(left, right, bottom, top, near, far); 267 public void glFrustumx(int left, int right, int bottom, int top, int near, 269 mCurrent.glFrustumx(left, right, bottom, top, near, far); 270 mgl.glFrustumx(left, right, bottom, top, near, far); 490 public void glOrthof(float left, float right, float bottom, float top, 492 mCurrent.glOrthof(left, right, bottom, top, near, far); 493 mgl.glOrthof(left, right, bottom, top, near, far); 497 public void glOrthox(int left, int right, int bottom, int top, int near [all...] |
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
CandidateView.java | 145 + padding.top + padding.bottom; 192 mSelectionHighlight.setBounds(0, bgPadding.top, wordWidth, height); 208 canvas.drawLine(x + wordWidth + 0.5f, bgPadding.top,
|
/external/bison/lib/ |
getopt.c | 159 int top = d->optind; 169 string can work normally. Our top argument must be in the range 171 if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len) 175 char *new_str = malloc (top + 1); 182 '\0', top + 1 - d->__nonoption_flags_max_len); 183 d->__nonoption_flags_max_len = top + 1; 189 while (top > middle && middle > bottom) 191 if (top - middle > middle - bottom) 197 /* Swap it with the top part of the top segment. * 156 int top = d->optind; local [all...] |
/external/iproute2/netem/ |
maketable.c | 54 double sumsquare=0.0, sum=0.0, top=0.0; local 66 top += ((double)x[i]- *mu)*((double)x[i-1]- *mu); 70 *rho = top/sigma2;
|
/external/skia/src/core/ |
SkPictureRecord.cpp | 65 uint32_t offset = fRestoreOffsetStack.top(); 131 addInt(fRestoreOffsetStack.top()); 132 fRestoreOffsetStack.top() = offset; 144 addInt(fRestoreOffsetStack.top()); 145 fRestoreOffsetStack.top() = offset; 162 addInt(fRestoreOffsetStack.top()); 163 fRestoreOffsetStack.top() = offset; 199 void SkPictureRecord::drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, 205 addScalar(top); 228 void SkPictureRecord::drawSprite(const SkBitmap& bitmap, int left, int top, [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureStroke.java | 66 bx.top = p.y; 89 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom); 165 GestureUtils.translate(pts, -rect.left, -rect.top);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuItemView.java | 117 // Let the view's click listener have top priority (the More button relies on this) 234 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 235 super.onLayout(changed, left, top, right, bottom); 279 mPositionIconAvailable.set(0, 0, getWidth(), tmpRect.top);
|