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

<<11121314151617181920>>

/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.cpp58 device2page.Transform(CFX_PointF(rect.right, rect.bottom));
70 CFX_PointF ptA = pFormFiller->PWLtoFFL(CFX_PointF(rect.left, rect.bottom));
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_linear.cpp71 ptEnd = CFX_PointF(rtFill.left, rtFill.bottom());
78 ptStart = CFX_PointF(rtFill.left, rtFill.bottom());
/external/skia/experimental/c-api-example/
H A Dskia-c-example.c45 rect.bottom = 380.0f;
66 rect2.bottom = 360.0f;
/external/skia/src/gpu/
H A DGrRect.h42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { argument
46 fBottom = bottom;
/external/skia/src/pdf/
H A DSkPDFShader.cpp153 deviceBounds.right(), deviceBounds.bottom());
161 0, deviceBounds.bottom());
168 // Then expand the left, right, top, then bottom.
228 if (deviceBounds.bottom() > height) {
229 SkBitmap bottom; local
231 SkAssertResult(bitmap.extractSubset(&bottom, subset));
234 bottomMatrix.setScale(SK_Scalar1, deviceBounds.bottom() - height);
236 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint);
241 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint);
/external/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp44 this->resize(rect.right - rect.left, rect.bottom - rect.top);
51 this->resize(rect.right - rect.left, rect.bottom - rect.top);
/external/skqp/experimental/c-api-example/
H A Dskia-c-example.c45 rect.bottom = 380.0f;
66 rect2.bottom = 360.0f;
/external/skqp/src/gpu/
H A DGrRect.h42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { argument
46 fBottom = bottom;
/external/skqp/src/pdf/
H A DSkPDFShader.cpp153 deviceBounds.right(), deviceBounds.bottom());
161 0, deviceBounds.bottom());
168 // Then expand the left, right, top, then bottom.
228 if (deviceBounds.bottom() > height) {
229 SkBitmap bottom; local
231 SkAssertResult(bitmap.extractSubset(&bottom, subset));
234 bottomMatrix.setScale(SK_Scalar1, deviceBounds.bottom() - height);
236 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint);
241 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint);
/external/skqp/tools/sk_app/win/
H A DRasterWindowContext_win.cpp44 this->resize(rect.right - rect.left, rect.bottom - rect.top);
51 this->resize(rect.right - rect.left, rect.bottom - rect.top);
/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc233 int right, int bottom, tensorflow::TTypes<uint8>::Flat* image) {
237 bottom = std::max(0, std::min(image_height - 1, bottom));
246 image_ref((bottom * image_width + x) * 3 + i) = val;
248 for (int y = top; y <= bottom; ++y) {
305 float bottom = decoded_location[3] * image_height; local
311 << "B:" << bottom << " "
314 DrawBox(image_width, image_height, left, top, right, bottom, &image_flat);
232 DrawBox(const int image_width, const int image_height, int left, int top, int right, int bottom, tensorflow::TTypes<uint8>::Flat* image) argument
/external/volley/src/main/java/com/android/volley/toolbox/
H A DNetworkImageView.java196 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
197 super.onLayout(changed, left, top, right, bottom);
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPercentFrameLayout.java74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
76 final int height = bottom - top;
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h50 Row(int32_t top, int32_t bottom);
54 int32_t bottom; member in struct:webrtc::DesktopRegion::Row
59 // Type used to store list of rows in the region. The bottom position of row
/external/ImageMagick/scripts/
H A Dxsnap61 frame .alert.bottom -relief raised -border 1
62 pack append .alert .alert.top {top fill expand} .alert.bottom \
71 frame .alert.bottom.0 -relief sunken -border 1
72 pack append .alert.bottom .alert.bottom.0 {left expand padx 10 pady 10}
73 button .alert.bottom.0.button -text [lindex $arg 0] \
75 pack append .alert.bottom.0 .alert.bottom.0.button {expand padx 12 pady 12}
80 button .alert.bottom.$i -text [lindex $arg 0] \
82 pack append .alert.bottom
[all...]
/external/libvncserver/webclients/novnc/include/
H A Dbase.css16 background-position:right bottom;
30 padding-bottom:8px;
126 border-bottom-right-radius: 800px 600px;
244 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2bdcd), color-stop(49%,#899cb3), color-stop(51%,#7e93af), color-stop(100%,#6e84a3)); /* Chrome,Safari4+ */
253 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f04040), color-stop(49%,#899cb3), color-stop(51%,#7e93af), color-stop(100%,#6e84a3)); /* Chrome,Safari4+ */
262 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f040), color-stop(49%,#899cb3), color-stop(51%,#7e93af), color-stop(100%,#6e84a3)); /* Chrome,Safari4+ */
290 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2bdcd), color-stop(49%,#899cb3), color-stop(51%,#7e93af), color-stop(100%,#6e84a3)); /* Chrome,Safari4+ */
307 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#779ced), color-stop(49%,#3970e0), color-stop(51%,#2160dd), color-stop(100%,#2463df)); /* Chrome,Safari4+ */
339 bottom: auto;
348 bottom
[all...]
/external/adhd/scripts/mic_testing/frontend/
H A Daudio.css27 vertical-align: bottom;
52 border-bottom: none;
/external/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h145 // __sanitizer_start_switch_fiber with a pointer to the bottom of the
160 const void *bottom, size_t size);
/external/doclava/res/assets/templates/
H A Dhead_tag.cs37 #resize-packages-nav{border-bottom:3px solid #666;}
/external/libmojo/ui/gfx/geometry/
H A Drect_f.h67 constexpr float bottom() const { return y() + height(); } function in class:gfx::RectF
70 constexpr PointF bottom_left() const { return PointF(x(), bottom()); }
71 constexpr PointF bottom_right() const { return PointF(right(), bottom()); }
89 void Inset(float left, float top, float right, float bottom);
230 // points", except that we consider points on the right/bottom edges of the
/external/libxcam/modules/ocl/
H A Dcv_image_deblurring.cpp54 int bottom = 0; local
75 bottom = i;
79 if (bottom)
110 thresholded = thresholded (cv::Rect(left, top, right - left, bottom - top));
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h80 } top, bottom; member in struct:vl_motionvector
/external/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c102 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
104 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
114 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
132 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/external/mesa3d/src/mesa/main/
H A Des1_conversion.h68 _mesa_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top,
72 _mesa_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top,
133 _mesa_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top,
137 _mesa_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top,
/external/pdfium/core/fxge/
H A Dcfx_pathdata.h62 void AppendRect(float left, float bottom, float right, float top);

Completed in 895 milliseconds

<<11121314151617181920>>