Searched defs:bottom (Results 276 - 300 of 413) sorted by path

<<11121314151617

/external/e2fsprogs/ext2ed/
H A Dwin.c125 int left,top,right,bottom,i; local
136 top=TITLE_WIN_LINES+SHOW_WIN_LINES+1;bottom=top+show_pad_info.display_lines-1;
/external/e2fsprogs/intl/
H A Ddcigettext.c793 size_t top, bottom; local
795 bottom = 0;
797 while (bottom < top)
801 act = (bottom + top) / 2;
808 bottom = act + 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.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 ...
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.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/freetype/src/base/
H A Dftobjs.c547 FT_Pos right, bottom; local
556 bottom = FT_PIX_CEIL( metrics->vertBearingY + metrics->height );
562 metrics->height = bottom - metrics->vertBearingY;
570 bottom = FT_PIX_FLOOR( metrics->horiBearingY - metrics->height );
576 metrics->height = metrics->horiBearingY - bottom;
/external/freetype/src/raster/
H A Dftraster.c96 /* built from the bottom of the render pool, used as a stack. The */
118 /* bottom-most scanline as well as the scanline above its upmost */
364 /* Bit 5: is bottom profile? */
947 Int bottom, top; local
957 bottom = (Int)p->start;
962 bottom = (Int)( p->start - p->height + 1 );
964 p->start = bottom;
968 if ( Insert_Y_Turn( RAS_VARS bottom ) ||
2425 /* - y is the bottom of P_Left */
2429 /* - for an upper or lower stub, there is top or bottom */
2954 Short min_Y, max_Y, top, bottom, dropouts; local
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c1857 TPos bottom, top, middle; local
1909 bottom = band->min;
1911 middle = bottom + ( ( top - bottom ) >> 1 );
1915 if ( middle == bottom )
1923 if ( bottom-top >= ras.band_size )
1926 band[1].min = bottom;
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java26 public void setBounds(int left, int top, int right, int bottom) { argument
27 super.setBounds(left, top, right, bottom);
28 wrapped.setBounds(left, top, right, bottom);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h99 uint32_t bottom; member in struct:drm_qxl_update_area
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h155 // Allow the scheduler to force top-down or bottom-up scheduling. If neither
192 /// be scheduled at the bottom.
206 /// bottom-up scheduling.
238 /// The bottom of the unscheduled zone.
289 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } function in class:llvm::ScheduleDAGMI
359 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
377 /// The bottom of the unscheduled zone.
401 /// Get current register pressure for the bottom scheduled instructions.
446 /// bottom of the DAG region without covereing any unscheduled instruction.
596 // For each node scheduled bottom
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h80 } top, bottom; member in struct:vl_motionvector
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h348 * pixel is part of the rectangle, but the (right, bottom) pixel is
357 int32 bottom; member in struct:SVGASignedRect
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h357 mat_t<T, 4, 4> mat4x4_frustum(T left, T right, T bottom, T top, T nearval, T farval) argument
360 T y = (2.0f * nearval) / (top - bottom);
362 T b = (top + bottom) / (top - bottom);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h328 VGfloat bottom = ax1 * ay2 - ax2 * ay1; local
330 if (!bottom)
333 g = gtop / bottom;
334 h = htop / bottom;
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h169 GLint bottom; /* used for FLIP macro, equals height - 1 */ member in struct:xmesa_renderbuffer
307 #define YFLIP(XRB, Y) ((XRB)->bottom - (Y))
312 * X==0 is left, Y==0 is bottom.

Completed in 831 milliseconds

<<11121314151617