/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
PercentageBarChart.java | 75 final int left = getPaddingLeft(); local 80 final int width = right - left; 96 if (lastX < left) { 97 canvas.drawRect(left, top, nextX, bottom, e.paint); 106 canvas.drawRect(left, top, nextX, bottom, mEmptyPaint); 108 float lastX = left;
|
/external/chromium_org/third_party/opus/src/doc/ |
customdoxygen.css | 136 margin-left: -1cm; 169 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444)); 174 margin-left: 16px; 180 margin-left: 16px; 192 margin-left: 8px; 298 border-left: 2px solid #B8B8B8; 397 margin-left: 9px; 422 margin-left: 6px; 427 border-left: 1px solid #C0C0C0 [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server_read.c | 34 size_t left, len, i, j; local 49 left = *in_len; 51 if (left < 4) 67 left -= 4; 69 if (len > left) 281 size_t left, len, list_len, cert_len, idx; local 295 left = *in_len; 297 if (left < 4) { 299 "(len=%lu)", (unsigned long) left); 308 left -= 4 692 size_t left, len; local 770 size_t left, len; local 1017 size_t left; local 1066 size_t left, len, hlen; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
FixedGridLayout.java | 92 int left = x + ((cellWidth-w)/2); local 95 child.layout(left, top, left+w, top+h);
|
/external/blktrace/ |
rbtree.c | 50 struct rb_node *left = node->rb_left; local 53 if ((node->rb_left = left->rb_right)) 54 rb_set_parent(left->rb_right, node); 55 left->rb_right = node; 57 rb_set_parent(left, parent); 62 parent->rb_right = left; 64 parent->rb_left = left; 67 root->rb_node = left; 68 rb_set_parent(node, left); 233 struct rb_node *old = node, *left; local [all...] |
/external/chromium_org/ppapi/examples/mouse_cursor/ |
mouse_cursor.cc | 13 void FillRect(pp::ImageData* image, int left, int top, int width, int height, 18 for (int x = std::max(0, left); 19 x < std::min(image->size().width() - 1, left + width);
|
/external/chromium_org/remoting/host/ |
disconnect_window_win.cc | 215 RoundRect(hdc, rect.left, rect.top, rect.right - 1, rect.bottom - 1, 290 int window_width = window_rect.right - window_rect.left; 293 int left = (monitor_info.rcWork.right + monitor_info.rcWork.left - local 295 SetWindowPos(hwnd_, NULL, left, top, 0, 0, SWP_NOSIZE | SWP_NOZORDER); 340 message_rect.right = message_rect.left + control_width + margin; 343 message_rect.left, message_rect.top, 344 message_rect.right - message_rect.left, 358 button_rect.left = message_rect.right; 359 button_rect.right = button_rect.left + control_width + margin * 2 [all...] |
/external/chromium_org/skia/ext/ |
skia_utils_win.cc | 22 COMPILE_ASSERT(SK_OFFSETOF(RECT, left) == SK_OFFSETOF(SkIRect, fLeft), o1); 26 COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5); 42 SkRect sk_rect = { SkIntToScalar(rect.left), SkIntToScalar(rect.top),
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicLineIntersection.cpp | 138 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 139 addExactHorizontalEndPoints(left, right, axisIntercept); 145 double lineT = (pt.fX - left) / (right - left); 151 addNearHorizontalEndPoints(left, right, axisIntercept); 214 void addExactHorizontalEndPoints(double left, double right, double y) { 216 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y); 225 void addNearHorizontalEndPoints(double left, double right, double y) { 231 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y); 300 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y [all...] |
SkDQuadLineIntersection.cpp | 166 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 167 addExactHorizontalEndPoints(left, right, axisIntercept); 173 double lineT = (pt.fX - left) / (right - left); 179 addNearHorizontalEndPoints(left, right, axisIntercept); 246 void addExactHorizontalEndPoints(double left, double right, double y) { 248 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); 257 void addNearHorizontalEndPoints(double left, double right, double y) { 263 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y); 375 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y [all...] |
/external/skia/src/pathops/ |
SkDCubicLineIntersection.cpp | 138 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 139 addExactHorizontalEndPoints(left, right, axisIntercept); 145 double lineT = (pt.fX - left) / (right - left); 151 addNearHorizontalEndPoints(left, right, axisIntercept); 214 void addExactHorizontalEndPoints(double left, double right, double y) { 216 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y); 225 void addNearHorizontalEndPoints(double left, double right, double y) { 231 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y); 300 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y [all...] |
SkDQuadLineIntersection.cpp | 166 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 167 addExactHorizontalEndPoints(left, right, axisIntercept); 173 double lineT = (pt.fX - left) / (right - left); 179 addNearHorizontalEndPoints(left, right, axisIntercept); 246 void addExactHorizontalEndPoints(double left, double right, double y) { 248 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); 257 void addNearHorizontalEndPoints(double left, double right, double y) { 263 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y); 375 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
GradientsActivity.java | 223 float left = 40.0f; local 238 mMatrix.postTranslate(left, top); 240 canvas.drawRect(left, top, right, top + mDrawHeight, mPaint); 242 left += 40.0f + mDrawWidth; 249 mMatrix.postTranslate(left, bottom); 251 canvas.drawRect(left, bottom - mDrawHeight, right, bottom, mPaint); 258 mMatrix.postTranslate(left, top); 260 canvas.drawRect(left, top, left + mDrawWidth, bottom, mPaint); 262 right = left + mDrawWidth [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top, 99 sourceCrop.right - sourceCrop.left, 109 ovutils::Dim dpos(displayFrame.left, 111 displayFrame.right - displayFrame.left, 174 //Request left RGB pipe 220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top, 221 (sourceCrop.right - sourceCrop.left) / 2, 224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2, 226 (sourceCrop.right - sourceCrop.left) / 2 [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.cpp | 311 dst_w = displayFrame.right - displayFrame.left; 313 src_w = sourceCrop.right - sourceCrop.left; 508 int& crop_l = crop.left; 512 int crop_w = crop.right - crop.left; 515 int& dst_l = dst.left; 519 int dst_w = abs(dst.right - dst.left); 522 const int& sci_l = scissor.left; 565 nwr.left = list->hwLayers[0].displayFrame.left; 572 nwr.left = min(nwr.left, displayFrame.left) [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_fbupdate.cpp | 98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top, 99 sourceCrop.right - sourceCrop.left, 109 ovutils::Dim dpos(displayFrame.left, 111 displayFrame.right - displayFrame.left, 174 //Request left RGB pipe 220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top, 221 (sourceCrop.right - sourceCrop.left) / 2, 224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2, 226 (sourceCrop.right - sourceCrop.left) / 2 [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/ |
fmtflags.pass.cpp | 19 // static const fmtflags left; 29 // static const fmtflags adjustfield = left | right | internal; 43 assert(std::ios_base::left); 61 & std::ios_base::left 73 assert(std::ios_base::adjustfield == (std::ios_base::left
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieStackView.java | 60 public void layout(int anchorX, int anchorY, boolean left, float angle, 62 super.layout(anchorX, anchorY, left, angle, pHeight); 66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth));
|
StopProgressView.java | 73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 74 super.onLayout(changed, left, top, right, bottom); 75 mWidth = (right - left) * 2 / 3;
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetPreview.java | 103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 104 super.onLayout(changed, left, top, right, bottom); 106 int width = right - left;
|
/cts/tests/tests/view/src/android/view/cts/ |
View_LayoutPositionTest.java | 66 int left = vLocation[0] - pLocation[0]; local 68 int right = left + vRect.width(); 71 assertEquals(left, view.getLeft()); 98 assertEquals(left + h_offset , nleft);
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
main.css | 26 text-align: left; 54 text-align: left;
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Operation.java | 36 /** The left operand expression. 80 * Set the left and right operand expressions for this operation. 83 * @param l The left expression operand. 109 XObject left = m_left.execute(xctxt, true); local 112 XObject result = operate(left, right); 113 left.detach(); 122 * @param left non-null reference to the evaluated left operand. 129 public XObject operate(XObject left, XObject right) 135 /** @return the left operand of binary operation, as an Expression [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
view.js | 18 View.prototype.setGeometry = function(left, top, width, height) { 19 this.left_ = left; 94 DivView.prototype.setGeometry = function(left, top, width, height) { 95 DivView.superClass_.setGeometry.call(this, left, top, width, height); 98 setNodePosition(this.node_, left, top, width, height); 130 WindowView.prototype.setGeometry = function(left, top, width, height) { 131 WindowView.superClass_.setGeometry.call(this, left, top, width, height); 132 this.childView_.setGeometry(left, top, width, height);
|
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.h | 16 // in width, only pass in images for the left column (leave others NULL). 26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
|