HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1676 - 1700 of 4231) sorted by null

<<61626364656667686970>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 180 int right = x + width - 1; local
186 gc.drawLine(x, y, right, y);
190 gc.drawLine(right, y, right, bottom);
191 gc.drawLine(x, bottom, right, bottom);
  /external/guava/guava/src/com/google/common/collect/
Maps.java 313 * mappings, call {@code left.equals(right)} instead of this method.
316 * @param right the map to treat as the "right" map for purposes of comparison
321 Map<? extends K, ? extends V> left, Map<? extends K, ? extends V> right) {
324 SortedMapDifference<K, V> result = difference(sortedLeft, right);
327 return difference(left, right, Equivalences.equals());
343 * @param right the map to treat as the "right" map for purposes of comparison
351 Map<? extends K, ? extends V> left, Map<? extends K, ? extends V> right,
356 Map<K, V> onlyOnRight = new HashMap<K, V>(right); // will whittle it dow
477 private final V right; field in class:Maps.ValueDifferenceImpl
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 310 * mappings, call {@code left.equals(right)} instead of this method.
313 * @param right the map to treat as the "right" map for purposes of comparison
318 Map<? extends K, ? extends V> left, Map<? extends K, ? extends V> right) {
321 SortedMapDifference<K, V> result = difference(sortedLeft, right);
324 return difference(left, right, Equivalences.equals());
340 * @param right the map to treat as the "right" map for purposes of comparison
348 Map<? extends K, ? extends V> left, Map<? extends K, ? extends V> right,
353 Map<K, V> onlyOnRight = new HashMap<K, V>(right); // will whittle it dow
474 private final V right; field in class:Maps.ValueDifferenceImpl
    [all...]
  /external/icu/icu4c/source/common/
normlzr.cpp 205 Normalizer::concatenate(const UnicodeString &left, const UnicodeString &right,
209 if(left.isBogus() || right.isBogus() || U_FAILURE(errorCode)) {
218 if(&right!=&result) {
221 // the right and result strings are the same object, use a temporary one
229 append(*dest, right, errorCode);
231 n2->append(*dest, right, errorCode);
  /external/opencv/cv/src/
cvsnakes.cpp 205 int right = MIN( roi.width - 1 - pt[i].x, win.width >> 1 ); local
213 for( k = -left; k <= right; k++ )
248 for( k = -left; k <= right; k++ )
284 for( k = -left; k <= right; k++ )
368 for( k = -left; k <= right; k++ )
  /external/skia/include/core/
SkTArray.h 330 bool operator==(const SkTArray<T, MEM_COPY>& right) const {
332 if (leftCount != right.count()) {
336 if (fItemArray[index] != right.fItemArray[index]) {
343 bool operator!=(const SkTArray<T, MEM_COPY>& right) const {
344 return !(*this == right);
  /frameworks/base/libs/hwui/
RenderProperties.h 411 bool setRight(int right) {
412 if (RP_SET(mPrimitiveFields.mRight, right)) {
447 bool setLeftTopRightBottom(int left, int top, int right, int bottom) {
449 || right != mPrimitiveFields.mRight || bottom != mPrimitiveFields.mBottom) {
452 mPrimitiveFields.mRight = right;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 154 clip.right = (int) (bitmapWidth - paddingRightPts * displayScale);
292 mediaBox.right = dstWidthPts;
325 cropBox.right = (int) (cropBox.right * scale + 0.5f);
331 // If in RTL mode put the content in the logical top-right corner.
350 clip.right -= paddingRightPts;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 209 position[i*6 + 2].x = r->right;
213 position[i*6 + 4].x = r->right;
215 position[i*6 + 5].x = r->right;
232 uint32_t left, uint32_t bottom, uint32_t right, uint32_t top) {
233 glScissor(left, bottom, right, top);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 160 cropI.right = int(floorf(cropF.right));
168 cropF.right - roundf(cropF.right) ||
328 width = displayFrame.right - displayFrame.left;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java 256 rectf.right += shadow.getPaddingRight();
260 rect.right = (int) (rectf.right + 0.5f);
267 rect.right = view.getWidth() + view.getPaddingRight()
273 shadow.layout(rect.left, rect.top, rect.right, rect.bottom);
  /external/chromium_org/base/test/
trace_event_analyzer.cc 264 DCHECK(left().is_value() && right().is_value())
277 return left().Evaluate(event) && right().Evaluate(event);
279 return left().Evaluate(event) || right().Evaluate(event);
290 if (!left().GetAsDouble(event, &lhs) || !right().GetAsDouble(event, &rhs))
319 if (!left().GetAsString(event, &lhs) || !right().GetAsString(event, &rhs))
323 if (right().is_pattern_)
331 if (right().is_pattern_)
365 if (!is_unary_operator() && !right().GetAsDouble(event, &rhs))
548 const Query& Query::right() const { function in class:trace_analyzer::Query
613 Query::Query(const Query& left, const Query& right, Operator binary_op
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 224 int64_t right = V8_2PART_UINT64_C(0x30000000, 40000000); local
225 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
227 CHECK_EQ(V8_2PART_UINT64_C(0x00000000, 20000000), right);
249 int64_t right = V8_2PART_UINT64_C(0x30000000, 40000000); local
250 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
295 int64_t right = V8_2PART_UINT64_C(0x30000000, 40000000); local
296 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
325 int64_t right = V8_2PART_UINT64_C(0x30000000, 00000000); local
326 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
348 int64_t right = V8_2PART_UINT64_C(0x30000000, 60000000) local
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 140 /** Right bound for drawing the indicator. */
156 * Right bound for drawing the indicator of a child. Value of
302 * Resolve start/end indicator. start/end indicator always takes precedence over left/right
329 * left/right child indicator when defined.
416 // the left & right bounds
421 indicatorRect.right = (mChildIndicatorRight == CHILD_INDICATOR_INHERIT) ?
425 indicatorRect.right = mIndicatorRight;
430 indicatorRect.left = width - indicatorRect.right;
431 indicatorRect.right = width - temp;
434 indicatorRect.right -= mPaddingRight
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 326 for (int x = r.left, right = r.right; x < right; x += size) {
375 int right = (int) Math.ceil(left + width / scale); local
382 right = Math.min(mImageWidth, right);
385 out.set(left, top, right, bottom);
444 for (int tx = r.left, j = 0; tx < r.right; tx += size, j++) {
647 source.right /= 2f;
650 source.right = (mTileSize + source.right) / 2f
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 60 rect->r = me->mRegion.rects[me->r.current].right;
183 src_h = sourceCrop.right - sourceCrop.left;
187 src_w = sourceCrop.right - sourceCrop.left;
190 dst_w = layer->displayFrame.right - layer->displayFrame.left;
251 rect.right,
424 sourceCrop.right,
430 displayFrame.right,
443 int32_t screen_w = displayFrame.right - displayFrame.left;
445 int32_t src_crop_width = sourceCrop.right - sourceCrop.left;
628 displayFrame.right, displayFrame.bottom}
    [all...]
hwc_fbupdate.cpp 347 /* Configure right pipe */
348 if(displayFrame.right > lSplit) {
353 " right mixer", __FUNCTION__, mDpy);
378 dstR.right -= lSplit;
382 ALOGE("%s: configMdp fails for right FB", __FUNCTION__);
406 ALOGE("%s: queue failed for right of dpy = %d",
480 if(((fbUpdatingRect.right - fbUpdatingRect.left) >
482 ((fbUpdatingRect.right - fbUpdatingRect.left) > lSplit and
486 ALOGE("%s: No pipes available to configure fb for dpy %d's right"
496 cropL.right = (fbUpdatingRect.right + fbUpdatingRect.left) / 2
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 326 for (int x = r.left, right = r.right; x < right; x += size) {
375 int right = (int) Math.ceil(left + width / scale); local
382 right = Math.min(mImageWidth, right);
385 out.set(left, top, right, bottom);
444 for (int tx = r.left, j = 0; tx < r.right; tx += size, j++) {
647 source.right /= 2f;
650 source.right = (mTileSize + source.right) / 2f
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 326 for (int x = r.left, right = r.right; x < right; x += size) {
375 int right = (int) Math.ceil(left + width / scale); local
382 right = Math.min(mImageWidth, right);
385 out.set(left, top, right, bottom);
444 for (int tx = r.left, j = 0; tx < r.right; tx += size, j++) {
647 source.right /= 2f;
650 source.right = (mTileSize + source.right) / 2f
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 55 // Space between the right edge of the avatar and the tabstrip.
59 // The content left/right images have a shadow built into them.
127 (avatar_bounds_.right() + kAvatarRightSpacing) :
376 // Mask out the top right corner.
388 // Right edge.
417 gfx::ImageSkia* right = tp->GetImageSkiaNamed(IDR_CONTENT_RIGHT_SIDE); local
418 canvas->TileImageInt(*right, client_area_bounds.right(), client_area_top,
419 right->width(), client_area_height);
422 client_area_bounds.right(), client_area_bottom)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 487 if (image.borderSlices().right().isLength() && image.borderSlices().right().length().isFixed())
488 mutableStyle->setBorderRightWidth(image.borderSlices().right().length().value());
519 if (slices->right()->isPercentage())
520 box.m_right = Length(slices->right()->getDoubleValue(), Percent);
522 box.m_right = Length(slices->right()->getIntValue(CSSPrimitiveValue::CSS_NUMBER), Fixed);
550 toBorderImageLength(*slices->right(), cssToLengthConversionData()),
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
MetricsSidebarPane.js 157 var right = this._getPropertyValueAsPx(computedStyle, componentName + "-right" + suffix);
159 return { left: left, top: top, right: right, bottom: bottom };
231 width = width - borderBox.left - borderBox.right - paddingBox.left - paddingBox.right;
271 // Position types for which top, left, bottom and right are ignored.
332 boxElement.appendChild(createBoxPartElement.call(this, style, name, "right", suffix));
452 userValuePx += borderBox.left + borderBox.right + paddingBox.left + paddingBox.right;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 35 int right = 0, copy; local
42 right = x + b_w - w;
44 if (right > b_w)
45 right = b_w;
47 copy = b_w - left - right;
55 if (right)
56 memset(dst + left + copy, ref_row[w - 1], right);
350 // Get reference block bottom right coordinate.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 35 int right = 0, copy; local
42 right = x + b_w - w;
44 if (right > b_w)
45 right = b_w;
47 copy = b_w - left - right;
55 if (right)
56 memset(dst + left + copy, ref_row[w - 1], right);
350 // Get reference block bottom right coordinate.
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 56 rect->r = me->mRegion.rects[me->r.current].right;
209 rect.right,
325 sourceCrop.right,
331 displayFrame.right,
344 int32_t screen_w = displayFrame.right - displayFrame.left;
346 int32_t src_crop_width = sourceCrop.right - sourceCrop.left;
491 width = displayFrame.right - displayFrame.left;

Completed in 1430 milliseconds

<<61626364656667686970>>