Searched defs:bottom (Results 376 - 400 of 413) sorted by relevance

<<11121314151617

/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc100 float bottom; member in struct:chrome_pdf::__anon9855::ClipBox
350 // origin at left-bottom. Values are in points.
379 if (!FPDFPage_GetCropBox(page, &clip_box->left, &clip_box->bottom,
381 if (!FPDFPage_GetMediaBox(page, &clip_box->left, &clip_box->bottom,
389 clip_box->bottom = 0;
396 clip_box->bottom *= scale_factor;
404 // origin at left-bottom.
406 // origin at left-bottom.
408 // source clip box, relative to origin at left-bottom.
413 const float clip_box_height = source_clip_box.top - source_clip_box.bottom;
2667 int bottom = local
2973 Form_Invalidate(FPDF_FORMFILLINFO* param, FPDF_PAGE page, double left, double top, double right, double bottom) argument
2993 Form_OutputSelectedRect(FPDF_FORMFILLINFO* param, FPDF_PAGE page, double left, double top, double right, double bottom) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1467 // When we have overflow clip, propagate the original spillout since it will include collapsed bottom margins
1468 // and bottom padding. Set the axis we don't care about to be 1, since we want this overflow to always
1608 // computeOverflow expects the bottom edge before we clamp our height. Since this information isn't available during
1932 // Go ahead and fill the vertical gap all the way to the bottom of our block if the selection extends past our block.
2017 // Get the selection offsets for the bottom of the gap
2774 // We hit child if our click is above the bottom of its padding box (like IE6/7 and FF3).
3388 // (the content inside them moves). This matches WinIE as well, which just bottom-aligns them.
3459 return direction == HorizontalLine ? height() + m_marginBox.bottom() : width() + m_marginBox.left();
4000 LayoutUnit bottom = std::min<LayoutUnit>(curr->lineBottom(), curr->top() + curr->height()); local
4001 LayoutRect rect(additionalOffset.x() + curr->x(), additionalOffset.y() + top, curr->width(), bottom
4020 LayoutUnit bottom = std::min<LayoutUnit>(curr->lineBottom(), curr->top() + curr->height()); local
[all...]
H A DRenderBox.cpp2397 // A positioned element that specified both top/bottom or that specifies height should be treated as though it has a height
2582 if (cb->isOutOfFlowPositioned() && cb->style()->height().isAuto() && !(cb->style()->top().isAuto() || cb->style()->bottom().isAuto())) {
2660 if (isRenderBlock() && isOutOfFlowPositioned() && style()->height().isAuto() && !(style()->top().isAuto() || style()->bottom().isAuto())) {
3252 // Our offset is from the logical bottom edge in a flipped environment, e.g., right for vertical-rl and bottom for horizontal-bt.
3271 // 'top' and 'bottom' cannot both be 'auto' because 'top would of been
3301 * bottom' are 'auto', solve the equation under the extra constraint that
3303 * bottom' is 'auto', solve the equation for that value. If the values
3304 * are over-constrained, ignore the value for 'bottom' and solve for that
3307 // NOTE: It is not necessary to solve for 'bottom' i
3755 LayoutUnit bottom = contentHeight() + borderAndPaddingHeight(); local
3782 LayoutUnit bottom = top + renderer->contentHeight(); local
3985 LayoutUnit bottom; local
4327 LayoutUnit bottom = borderBottom(); local
[all...]
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc93 static void VerifyMarking(Heap* heap, Address bottom, Address top) { argument
96 Address next_object_must_be_here_or_later = bottom;
98 for (Address current = bottom; current < top; current += kPointerSize) {
111 NewSpacePageIterator it(space->bottom(), end);
112 // The bottom position is at the start of its page. Allows us to use
114 CHECK_EQ(space->bottom(),
115 NewSpacePage::FromAddress(space->bottom())->area_start());
184 NewSpacePageIterator it(space->bottom(), space->top());
448 NewSpacePageIterator it(space->bottom(), space->top());
2022 NewSpacePageIterator it(space->bottom(), spac
[all...]
H A Dspaces.h387 // Last flag, keep at bottom.
1176 // A HeapObjectIterator iterates objects from the bottom of the given space
1177 // to its top or from the bottom of the given page to its top.
2226 // semispace from a given start address (defaulting to the bottom of the
2232 // address is given, the iterator starts from the bottom of the space. If
2432 Address bottom() { return to_space_.space_start(); } function in class:v8::internal::NewSpace
/external/opencv/cxcore/include/
H A Dcxtypes.h378 1 - bottom-left origin (Windows bitmaps style). */
1163 CvMemBlock* bottom; /* First allocated block. */ member in struct:CvMemStorage
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c2525 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
2534 n[3].f = (GLfloat) bottom;
2540 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval));
3163 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
3172 n[3].f = (GLfloat) bottom;
3178 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval));
2524 save_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) argument
3162 save_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) argument
/external/chromium_org/v8/src/
H A Djsregexp.cc4044 // If we have unwound to the bottom then backtrack.
5338 uc16 bottom = from(); local
5341 if (bottom > String::kMaxOneByteCharCode) return;
5345 if (top == bottom) {
5347 int length = isolate->jsregexp_uncanonicalize()->get(bottom, '\0', chars);
5350 if (chr != bottom) {
5374 int pos = bottom;
5390 if (!(bottom <= range_from && range_to <= top)) {
/external/mesa3d/src/mesa/main/
H A Ddlist.c2525 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
2534 n[3].f = (GLfloat) bottom;
2540 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval));
3163 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
3172 n[3].f = (GLfloat) bottom;
3178 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval));
2524 save_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) argument
3162 save_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) argument
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h441 const Length& bottom() const { return surround->offset.bottom(); } function in class:blink::RenderStyle
452 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); }
480 const BorderValue& borderBottom() const { return surround->border.bottom(); }
509 EBorderStyle borderBottomStyle() const { return surround->border.bottom().style(); }
510 bool borderBottomIsTransparent() const { return surround->border.bottom().isTransparent(); }
541 const Length& clipBottom() const { return visual->clip.bottom(); }
687 const Length& marginBottom() const { return surround->margin.bottom(); }
701 const Length& paddingBottom() const { return surround->padding.bottom(); }
733 void getTextShadowExtent(LayoutUnit& top, LayoutUnit& right, LayoutUnit& bottom, LayoutUni local
735 void getTextShadowVerticalExtent(LayoutUnit& top, LayoutUnit& bottom) const { getShadowVerticalExtent(textShadow(), top, bottom); } local
802 void getBoxShadowExtent(LayoutUnit& top, LayoutUnit& right, LayoutUnit& bottom, LayoutUnit& left) const { getShadowExtent(boxShadow(), top, right, bottom, left); } local
805 void getBoxShadowVerticalExtent(LayoutUnit& top, LayoutUnit& bottom) const { getShadowVerticalExtent(boxShadow(), top, bottom); } local
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c3829 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
3836 (void) memcpy((void *)(gc->pc + 20), (void *)(&bottom), 8);
3910 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
3917 (void) memcpy((void *)(gc->pc + 20), (void *)(&bottom), 8);
H A Dglapi_mapi_tmp.h312 GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
319 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
1191 void APIENTRY GLAPI_PREFIX(_dispatch_stub_898)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1210 void APIENTRY GLAPI_PREFIX(_dispatch_stub_917)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
1226 void APIENTRY GLAPI_PREFIX(_dispatch_stub_933)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
1228 void APIENTRY GLAPI_PREFIX(_dispatch_stub_935)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
3430 GLAPI void APIENTRY GLAPI_PREFIX(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
3434 ((void (APIENTRY *)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)) _func)(left, right, bottom, top, zNear, zFar);
3479 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdoubl argument
[all...]
H A Dglapi_mapi_tmp_shared.h303 void APIENTRY shared_dispatch_stub_289(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
310 void APIENTRY shared_dispatch_stub_296(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
912 void APIENTRY shared_dispatch_stub_898(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
931 void APIENTRY shared_dispatch_stub_917(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
947 void APIENTRY shared_dispatch_stub_933(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
949 void APIENTRY shared_dispatch_stub_935(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
2787 static void APIENTRY noopFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
2789 (void) left; (void) right; (void) bottom; (void) top; (void) zNear; (void) zFar;
2828 static void APIENTRY noopOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
2830 (void) left; (void) right; (void) bottom; (voi
6457 noopFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
6571 noopOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
6667 noopFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
6679 noopOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
14826 shared_dispatch_stub_289(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
14875 shared_dispatch_stub_296(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
19089 shared_dispatch_stub_898(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
19222 shared_dispatch_stub_917(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
19334 shared_dispatch_stub_933(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
19348 shared_dispatch_stub_935(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h1811 KEYWORD1 void KEYWORD2 NAME(Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
1813 (void) left; (void) right; (void) bottom; (void) top; (void) zNear; (void) zFar;
1814 DISPATCH(Frustum, (left, right, bottom, top, zNear, zFar), (F, "glFrustum(%f, %f, %f, %f, %f, %f);\n", left, right, bottom, top, zNear, zFar));
1852 KEYWORD1 void KEYWORD2 NAME(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
1854 (void) left; (void) right; (void) bottom; (void) top; (void) zNear; (void) zFar;
1855 DISPATCH(Ortho, (left, right, bottom, top, zNear, zFar), (F, "glOrtho(%f, %f, %f, %f, %f, %f);\n", left, right, bottom, top, zNear, zFar));
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc2326 v8::Handle<v8::Object> bottom; variable
2333 CHECK(info.This()->Equals(bottom));
2341 CHECK(info.This()->Equals(bottom));
2350 CHECK(info.This()->Equals(bottom));
2360 CHECK(info.This()->Equals(bottom));
2368 CHECK(info.This()->Equals(bottom));
2377 CHECK(info.This()->Equals(bottom));
2386 CHECK(info.This()->Equals(bottom));
2395 CHECK(info.This()->Equals(bottom));
2403 CHECK(info.This()->Equals(bottom));
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... TOP public static final int DOWN public static final int BOTTOM public static final int LEAD public static final int LEFT ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... TOP public static final int DOWN public static final int BOTTOM public static final int LEAD public static final int LEFT ...

Completed in 833 milliseconds

<<11121314151617