Searched refs:bottom (Results 276 - 300 of 706) sorted by relevance

<<11121314151617181920>>

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc156 int32_t bottom = 0; local
158 while (top != bottom) {
159 index = (top + bottom) / 2;
168 bottom = index + 1;
433 int32_t bottom = 0; local
435 while (top != bottom) {
436 index = (top + bottom) / 2;
445 bottom = index + 1;
/external/skia/experimental/SkV8Example/
H A DSkV8Example.cpp154 winRect.bottom = rect.bottom();
/external/skia/src/core/
H A DSkBlitter_PM4f.cpp167 for (const int bottom = y + height; y < bottom; ++y) {
179 for (const int bottom = y + height; y < bottom; ++y) {
193 for (const int bottom = y + height; y < bottom; ++y) {
205 for (const int bottom = y + height; y < bottom; ++y) {
/external/skia/tests/
H A DMaskCacheTest.cpp61 REPORTER_ASSERT(reporter, mask.fBounds.top() == 0 && mask.fBounds.bottom() == 100);
99 REPORTER_ASSERT(reporter, mask.fBounds.top() == 0 && mask.fBounds.bottom() == 100);
/external/swiftshader/src/OpenGL/libGL/
H A DSurface.cpp107 return reset(windowRect.right - windowRect.left, windowRect.bottom - windowRect.top);
234 int clientHeight = client.bottom - client.top;
/external/webrtc/talk/media/devices/
H A Dcarbonvideorenderer.cc102 int y = window_bounds.bottom - CGImageGetHeight(image_ref);
159 bounds.bottom = 480;
/external/ImageMagick/coders/
H A Drla.c99 bottom,
212 rla_info.window.bottom=(short) ReadBlobMSBShort(image);
216 rla_info.active_window.bottom=(short) ReadBlobMSBShort(image);
264 rla_info.active_window.bottom+1);
97 bottom, member in struct:_WindowFrame
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DWidget.java169 public void setMargins(float left, float top, float right, float bottom) { argument
170 boxModel.setMargins(left, top, right, bottom);
173 public void setPadding(float left, float top, float right, float bottom) { argument
174 boxModel.setPadding(left, top, right, bottom);
338 outlineRect.bottom - marginBottom);*/
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
H A DXYSeriesRendererTest.java64 final float bottom = 104;
/external/fmtlib/doc/bootstrap/
H A Dnormalize.less110 border-bottom: 1px dotted;
174 bottom: -0.25em;
/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h101 __u32 bottom; member in struct:drm_qxl_update_area
/external/libdrm/include/drm/
H A Dqxl_drm.h99 uint32_t bottom; member in struct:drm_qxl_update_area
/external/lzma/CPP/Windows/
H A DWindow.h143 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE));
152 p2.y = rect->bottom;
159 rect->bottom = p2.y;
277 #define RECT_SIZE_Y(r) ((r).bottom - (r).top)
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.cpp218 std::min(char_rect.top, char_rect.bottom)));
220 std::max(char_rect.top, char_rect.bottom)));
234 char_rect.bottom -= vy;
240 FX_FLOAT char_bottom = curpos + char_rect.bottom * fontsize / 1000;
/external/skia/gm/
H A Dcolorfilters.cpp16 { bounds.right(), bounds.bottom() },
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
H A DMoreImmutablesTest.java67 insets.bottom, insets.right, color);
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_android_native_opengl2.cc219 const float bottom,
226 if (stream && stream->Init(zOrder, left, top, right, bottom) == 0)
287 const float bottom)
376 if (_openGLRenderer.SetCoordinates(zOrder, left, top, right, bottom) != 0) {
213 CreateAndroidRenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom, VideoRenderAndroid& renderer) argument
283 Init(int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DLineAndPointRenderer.java61 canvas.drawLine(rect.left, rect.bottom, rect.right, rect.top, formatter.getLinePaint());
113 // create our first point at the bottom/x position so filling
163 path.lineTo(lastPoint.x, plotArea.bottom);
164 path.lineTo(firstPoint.x, plotArea.bottom);
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c131 float bottom, float top,
135 float dy = top - bottom;
153 frust[2*4 + 1] = (top + bottom) / dy;
129 Matrix4x4_Frustum(Matrix4x4 mat, float left, float right, float bottom, float top, float near, float far) argument
/external/libcups/cups/
H A Dppd-page.c119 size->bottom = ppd->custom_margins[1];
286 minimum->bottom = ppd->custom_margins[1];
335 maximum->bottom = ppd->custom_margins[1];
/external/libvpx/libvpx/test/
H A Dvpx_scale_test.cc105 uint8_t *bottom = left + (crop_height * stride); local
107 memcpy(bottom, left + (crop_height - 1) * stride, extend_width);
108 bottom += stride;
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css63 border-bottom: 1px solid #ddd;
194 border-bottom: 1px solid #ccc;
245 border-bottom: 1px solid #ddd;
333 border-bottom: 1px solid #86989B;
344 border-bottom-color: #940000;
370 border-bottom: 1px solid #ac9;
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
H A Ddxgi_dll.c123 prect->bottom = prect->top + client_rect.bottom;
172 *height = client_rect.bottom - client_rect.top;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c163 rect.bottom = rect.top + iHeight;
184 rect.bottom - rect.top, /* height */
202 assert(rect.bottom - rect.top == iHeight);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DTextSampleEntry.java224 int bottom; field in class:TextSampleEntry.BoxRecord
230 bottom = IsoTypeReader.readUInt16(in);
237 IsoTypeWriter.writeUInt16(bb, bottom);

Completed in 606 milliseconds

<<11121314151617181920>>