Searched defs:bottom (Results 151 - 175 of 413) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.cc94 const float bottom)
105 top, right, bottom);
144 float& bottom) const
154 bottom);
214 const float /*bottom*/)
234 const float bottom)
249 const float bottom)
262 const float bottom)
88 AddIncomingRenderStream( const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
228 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
241 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float rigth, const float bottom) argument
256 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc141 const float bottom)
154 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
178 float& bottom) const
181 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
249 const float bottom)
259 const float bottom)
278 const float bottom)
289 const float bottom)
136 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
245 SetStreamCropping(const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
254 ConfigureRenderer(const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
270 SetText(const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
283 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc101 const float bottom)
112 top, right, bottom);
139 float& bottom) const
146 bottom = 0;
155 top, right, bottom);
249 const float bottom)
259 bottom);
270 const float bottom)
280 top, right, bottom);
310 const float bottom)
96 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
244 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
264 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
301 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
326 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_renderer.cc28 const float bottom) {
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
66 const float bottom) {
68 bottom);
127 const float bottom) {
130 render_id_, z_order, left, top, right, bottom));
20 CreateViERenderer(const int32_t render_id, const int32_t engine_id, VideoRender& render_module, ViERenderManager& render_manager, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
62 ConfigureRenderer(const unsigned int z_order, const float left, const float top, const float right, const float bottom) argument
123 Init(const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc31 Box() : left(), top(), right(), bottom() {}
48 bottom = top + height;
56 if (bottom <= y) bottom = y + 1;
60 int height() const { return bottom - top; }
65 int bottom; member in struct:Box
105 if (box.bottom * row_stride > total_size ||
118 total_size = (box.bottom - box.top) * row_stride;
210 box.bottom = 0;
/external/chromium_org/ui/gfx/geometry/
H A Drect_base_impl.h53 Inset(insets.left(), insets.top(), insets.right(), insets.bottom());
63 Inset(Type left, Type top, Type right, Type bottom) { argument
66 set_height(std::max(height() - top - bottom, static_cast<Type>(0)));
130 (point_y >= y()) && (point_y < bottom());
142 rect.y() >= y() && rect.bottom() <= bottom());
155 rect.y() >= bottom() || rect.bottom() <= y());
174 Type rb = std::min(bottom(), rect.bottom());
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc151 if (rect.bottom() > GetLocalBounds().bottom())
152 dy = rect.bottom() - GetLocalBounds().bottom();
157 // the bottom of the view.
295 int bottom = menu_config.menu_vertical_border_size + padding; local
304 gfx::Insets(top, left, bottom, right)));
306 SetBorder(Border::CreateEmptyBorder(top, left, bottom, right));
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_unittest.cc80 // A NonClientFrameView with a window mask with the bottom right corner cut out.
103 int bottom = size.height(); variable
106 window_mask->lineTo(0, bottom);
107 window_mask->lineTo(right, bottom);
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc28 // right and bottom layers are stretched to the height or width of the
139 const int bottom = min(base_bottom_row_height_, size_.height() - top); local
143 int center_height = std::max(size.height() - top - bottom, 0);
215 LayerExceedsSize(bottom_left_layer_.get(), gfx::Size(left, bottom)) ?
216 gfx::Rect(0, bottom_left_layer_->bounds().height() - bottom,
217 left, bottom) :
228 LayerExceedsSize(bottom_right_layer_.get(), gfx::Size(right, bottom)) ?
230 bottom_right_layer_->bounds().height() - bottom,
231 right, 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/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h99 uint32_t bottom; member in struct:drm_qxl_update_area
/external/mesa3d/src/mesa/main/
H A Dmatrix.c54 * \param bottom bottom clipping plane coordinate.
67 GLdouble bottom, GLdouble top,
77 top == bottom)
85 (GLfloat) bottom, (GLfloat) top,
96 * \param bottom bottom clipping plane coordinate.
109 GLdouble bottom, GLdouble top,
117 left, right, bottom, top, nearval, farval);
120 bottom
66 _mesa_Frustum( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) argument
108 _mesa_Ortho( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) argument
[all...]
/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);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp81 int top = 0, bottom = height - 1; local
82 while (top < bottom) {
84 FXSYS_memcpy32(pBitmap->GetBuffer() + top * pitch, pBitmap->GetBuffer() + bottom * pitch, pitch);
85 FXSYS_memcpy32(pBitmap->GetBuffer() + bottom * pitch, temp_buf, pitch);
87 bottom --;
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
18 pMediaBoxArray->Add(FX_NEW CPDF_Number(bottom));
26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
34 pCropBoxArray->Add(FX_NEW CPDF_Number(bottom));
43 DLLEXPORT FX_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
53 *bottom = pArray->GetFloat(1);
61 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
71 *bottom = pArray->GetFloat(1);
86 CFX_FloatRect rect(clipRect->left, clipRect->bottom, clipRect->right, clipRect->top);
89 bsClipping.Format("%f %f %f %f re W* n ", rect.left, rect.bottom, rec
203 FPDF_CreateClipPath(float left, float bottom, float right, float top) argument
[all...]
H A Dfpdftext.cpp73 double* right, double* bottom, double* top)
83 *bottom=charinfo.m_CharBox.bottom;
121 double* right, double* bottom)
126 textpage->GetRect(rect_index,rect.left,rect.top,rect.right,rect.bottom);
130 *bottom=rect.bottom;
134 double right, double bottom,unsigned short* buffer,int buflen)
138 CFX_FloatRect rect((FX_FLOAT)left,(FX_FLOAT)bottom,(FX_FLOAT)right,(FX_FLOAT)top);
258 double* top,double* right, double* bottom)
72 FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, int index,double* left, double* right, double* bottom, double* top) argument
120 FPDFText_GetRect(FPDF_TEXTPAGE text_page,int rect_index, double* left,double* top, double* right, double* bottom) argument
133 FPDFText_GetBoundedText(FPDF_TEXTPAGE text_page,double left, double top, double right, double bottom,unsigned short* buffer,int buflen) argument
257 FPDFLink_GetRect(FPDF_PAGELINK link_page,int link_index, int rect_index, double* left, double* top,double* right, double* bottom) argument
[all...]
/external/qemu/android/
H A Dmultitouch-screen.c82 * this value is negative, lines are arranged in bottom-up format (i.e. the
83 * bottom line is at the beginning of the buffer). */
287 /* "right" and "bottom" coordinates of the current update. */
289 int bottom = mts_state->fb_header.y + mts_state->fb_header.h; local
291 /* "right" and "bottom" coordinates of the new update. */
305 if (bottom < new_bottom) {
306 bottom = new_bottom;
309 mts_state->fb_header.h = bottom - mts_state->fb_header.y;
/external/replicaisland/src/com/replica/replicaisland/
H A DBackgroundCollisionComponent.java128 * box's position (after snapping in Step 2) to the bottom. Snap out of any vertical
143 final int bottom = mVerticalOffset;
145 final int top = bottom + mHeight;
147 final float centerOffsetY = ((mHeight) / 2.0f) + bottom;
172 verticalHit = sweepVertical(mPreviousCenter, mCurrentPosition, mDelta, bottom,
177 verticalHit = sweepVertical(mPreviousCenter, mCurrentPosition, mDelta, bottom,
200 /*if (mCurrentPosition.y + bottom < 0.0f) {
201 mCurrentPosition.y = (-bottom + 1);
223 float yEnd = bottom;
242 mCurrentPosition.y = (mVerticalHitPoint.y - bottom);
359 sweepVertical(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, int bottom, int top, float centerX, Vector2 hitPoint, Vector2 hitNormal, GameObject parentObject) argument
[all...]
H A DDrawableBitmap.java190 * @param bottom
194 public void setCrop(int left, int bottom, int width, int height) { argument
197 mCrop[1] = bottom;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java85 public void setBounds(int left, int top, int right, int bottom) { argument
86 bounds = new Rect(left, top, right, bottom);
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc176 int32_t bottom = 0; local
178 while (top != bottom) {
179 location = (top + bottom) / 2;
194 bottom = location + 1;
206 int32_t bottom = 0; local
208 while (top != bottom) {
209 location = (top + bottom) / 2;
216 bottom = location + 1;
231 int32_t bottom = 0; local
233 while (top != bottom) {
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc312 int32_t bottom = 0; local
314 while (top != bottom) {
315 location = (top + bottom) / 2;
322 bottom = location + 1;
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp151 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { argument
152 addVerticalEndPoints(top, bottom, axisIntercept);
159 double lineT = (pt.y - top) / (bottom - top);
198 void addVerticalEndPoints(double top, double bottom, double x) argument
207 if (cubic[cIndex].y == bottom) {
282 int verticalIntersect(const Cubic& cubic, double top, double bottom, double x, argument
285 return c.verticalIntersect(x, top, bottom, flipped);
H A DLineIntersection.cpp257 int verticalIntersect(const _Line& line, double top, double bottom, argument
266 if (yIntercept > bottom || yIntercept < top) {
269 intersections.fT[1][0] = (yIntercept - top) / (bottom - top);
280 double overlapB = SkTMin(bottom, lineB);
288 intersections.fT[1][0] = (overlapT - top) / (bottom - top);
291 intersections.fT[1][1] = (overlapB - top) / (bottom - top);
296 double b0 = flipped ? bottom : top;
297 double b1 = flipped ? top : bottom;
H A DLineQuadraticIntersection.cpp185 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { argument
186 addVerticalEndPoints(top, bottom, axisIntercept);
193 double lineT = (pt.y - top) / (bottom - top);
233 void addVerticalEndPoints(double top, double bottom, double x) argument
242 if (quad[qIndex].y == bottom) {
355 int verticalIntersect(const Quadratic& quad, double top, double bottom, double x, argument
358 return q.verticalIntersect(x, top, bottom, flipped);

Completed in 1946 milliseconds

1234567891011>>