/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | 81 * Flag for drawTextRun indicating left-to-right run direction. 87 * Flag for drawTextRun indicating right-to-left run direction. 462 return saveLayer(bounds.left, bounds.top, bounds.right, bounds.bottom, paint, saveFlags); 475 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, 477 return native_saveLayer(mNativeCanvasWrapper, left, top, right, bottom, 483 * Convenience for saveLayer(left, top, right, bottom, paint, {@link #ALL_SAVE_FLAG}) 485 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { 486 return saveLayer(left, top, right, bottom, paint, ALL_SAVE_FLAG); 521 return saveLayerAlpha(bounds.left, bounds.top, bounds.right, bounds.bottom, alpha, saveFlags); 534 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha 1372 float left, top, right, bottom; local 1419 int left, top, right, bottom; local [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_utils.cpp | 252 //Right now hwc starts the service but anybody could do it, or it could be 374 int w = rect.right - rect.left; 429 rect.right = w + rect.left; 459 rect.right = srcWidth + rect.left; 485 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left, 487 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left, 502 width = float(rect.right - rect.left); 572 outRect.right = outPos.x + outPos.w; 622 displayFrame.right = dstWidth; 644 displayFrame.right = int(wRatio*(float)displayFrame.right) [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_utils.cpp | 238 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].right = 272 //Right now hwc starts the service but anybody could do it, or it could be 389 int w = rect.right - rect.left; 444 rect.right = w + rect.left; 472 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left, 474 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left, 489 width = float(rect.right - rect.left); 559 outRect.right = outPos.x + outPos.w; 609 displayFrame.right = dstWidth; 631 displayFrame.right = int(wRatio*(float)displayFrame.right) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
splitView.css | 60 right: 0; 104 .split-view button.right-sidebar-show-hide-button { 106 right:2px; 109 .split-view button.right-sidebar-show-hide-button:active { 111 right: 1px; 116 right: 1px; 121 right: 0; 132 .split-view button.right-sidebar-show-hide-button.toggled-show > .glyph { 136 .split-view button.right-sidebar-show-hide-button.toggled-hide > .glyph {
|
spectrum.css | 26 right: 5px; 29 -webkit-box-reflect: right -28px; 55 padding-right: 4px; 64 background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0)); 94 right: -1px;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.css | 62 right: 0; 104 padding-right: 1em; 109 margin-right: 1em; 138 float: right; 204 right: 0; 242 float: right; 246 margin-right: 1em; 273 padding-right: 1em; 286 float: right;
|
/external/iproute2/tc/ |
em_meta.c | 281 struct tcf_meta_val *right = obj; local 283 if (TCF_META_TYPE(right->kind) == TCF_META_TYPE(left->kind)) 286 if (can_adopt(left) && !can_adopt(right)) { 287 if (is_compatible(left, right)) 288 left->kind = overwrite_type(left, right); 291 } else if (can_adopt(right) && !can_adopt(left)) { 292 if (is_compatible(right, left)) 293 right->kind = overwrite_type(right, left); 296 } else if (can_adopt(left) && can_adopt(right)) { [all...] |
/external/pdfium/fpdfsdk/include/fxedit/ |
fxet_list.h | 46 left = top = right = bottom = 0.0f;
50 FX_FLOAT right,FX_FLOAT bottom)
54 this->right = right;
62 this->right = rect.right;
68 left = top = right = bottom = 0.0f;
75 this->right = rect.right;
93 return this->right - this->left; [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
margin_control.css | 23 #preview-area .margin-control.margin-control-right { 49 #preview-area .margin-control-right .margin-control-line { 77 #preview-area .margin-control-right .margin-control-textbox { 78 right: 8px; 84 right: 50%;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
slider.css | 30 left and right must be equal to 1/2 of the thumb icon width. */ 32 right: 8px; 49 border-right-style: none; 54 .slider > .bar > .cap.right { 70 right: 100%; 85 .slider.disabled > .bar > .cap.right {
|
/external/valgrind/main/coregrind/ |
m_oset.c | 43 // right pointer, and a word containing balancing information and a 95 // The padding ensures that magic is right at the end of the node, 100 AvlNode* right; member in struct:_OSetNode 207 AvlNode* b = a->right; 209 a->right = b->left; 213 // Swing to the right. Warning: no balance maintainance. 219 a->left = b->right; 220 b->right = a; 229 root->right->balance = 1; 233 root->right->balance = 0 [all...] |
/packages/apps/Camera2/src/com/android/camera/ui/ |
FocusOverlay.java | 264 float right = mFocusDebugCornersRect.right; local 268 canvas.drawLines(new float[]{right, top + delta, right, top, right, top, right - delta, top}, mDebugCornersPaint); 270 canvas.drawLines(new float[]{right, bot - delta, right, bot, right, bot, right - delta, bot}, mDebugCornersPaint) [all...] |
/frameworks/native/include/private/ui/ |
RegionHelper.h | 81 TYPE left, right; local 82 int inside = spannerInner.next(current.left, current.right); 84 if (current.left < current.right && 235 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; 244 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx; 249 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; 253 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx; 263 inline int next(TYPE& left, TYPE& right) 267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs); 279 void advance(region& reg, TYPE& left, TYPE& right) { [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
CaptureLayoutHelper.java | 184 mPositionConfiguration.mPreviewRect.right, 189 mPositionConfiguration.mPreviewRect.right, 195 return new RectF(mPositionConfiguration.mBottomBarRect.right, 197 mPositionConfiguration.mPreviewRect.right, 294 // preview to the bottom/right. 301 float right = width; local 302 float left = right - previewLongerEdge; 303 config.mPreviewRect.set(left, 0, right, previewShorterEdge); 336 float right = width - barSize; local 337 float left = right - previewLongerEdge 375 float right = Math.round(rect.right); local [all...] |
/external/chromium_org/v8/src/compiler/x64/ |
instruction-selector-x64.cc | 189 if (g.CanBeImmediate(m.right().node())) { 191 inputs[input_count++] = g.UseImmediate(m.right().node()); 194 inputs[input_count++] = g.Use(m.right().node()); 249 if (m.right().Is(-1)) { 260 if (m.right().Is(-1)) { 274 Node* right = node->InputAt(1); local 277 if (g.CanBeImmediate(right)) { 279 g.UseImmediate(right)); 282 if (m.right().IsWord32And()) { 283 Int32BinopMatcher mright(right); 300 Node* right = node->InputAt(1); local 396 Node* right = node->InputAt(1); local 602 Node* right = node->InputAt(1); local 662 Node* right = node->InputAt(1); local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.css | 22 margin-right: 4px; 70 text-align: right; 72 padding-right: 10px;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcpassthroughrender.h | 67 const float right, const float bottom) OVERRIDE; 79 float& right, float& bottom) const OVERRIDE { 127 const float right, 141 const float right, 157 const float right, const float bottom) OVERRIDE { 167 const float right, const float bottom) OVERRIDE {
|
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
diff.py | 47 self.right = DiffLines(file_b, start_b, len_b) 55 self.right.Append(line) 58 self.right.Append(line) 68 return self.left.Complete() and self.right.Complete() 72 self.left.filename, self.right.filename, 73 max(self.left.length, self.right.length))
|
/external/chromium_org/third_party/polymer/components/core-toolbar/ |
core-toolbar.css | 66 right: 0; 78 right: 0; 100 right: 0;
|
/external/chromium_org/third_party/polymer/components-chromium/core-toolbar/ |
core-toolbar.css | 66 right: 0; 78 right: 0; 100 right: 0;
|
/external/chromium_org/third_party/webrtc/modules/video_render/linux/ |
video_render_linux_impl.cc | 93 const float right, 105 top, right, bottom); 143 float& right, 153 left, top, right, 213 const float /*right*/, 233 const float right, 261 const float right,
|
/external/chromium_org/ui/gfx/geometry/ |
rect_base.h | 47 Type right() const { return x() + width(); } function in class:gfx::RectBase 50 PointClass top_right() const { return PointClass(right(), y()); } 52 PointClass bottom_right() const { return PointClass(right(), bottom()); } 69 void Inset(Type left, Type top, Type right, Type bottom); 83 right() - inner.right());
|
/external/chromium_org/ui/webui/resources/css/ |
bubble.css | 22 /* When the close button is there, we need more padding on the right of the 31 right: 6px; 39 right: auto; 65 right: 0;
|
/external/libvpx/libvpx/tools/ |
diff.py | 47 self.right = DiffLines(file_b, start_b, len_b) 55 self.right.Append(line) 58 self.right.Append(line) 68 return self.left.Complete() and self.right.Complete() 72 self.left.filename, self.right.filename, 73 max(self.left.length, self.right.length))
|
/frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
DrawableCompat.java | 37 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); 65 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { 116 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { 117 DrawableCompatL.setHotspotBounds(drawable, left, top, right, bottom); 167 * direction is RTL (right-to left). See 183 * direction is RTL right-to-left. See {@link android.util.LayoutDirection}. 214 int right, int bottom) { 215 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
|