/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRenderingContext.h | 86 static IntRect calculateImageBufferRect(const FloatRect& targetRect, const AffineTransform& absoluteTransform) 88 return enclosingIntRect(absoluteTransform.mapRect(targetRect));
|
RenderSVGResourceFilter.cpp | 119 static bool createImageBuffer(const FloatRect& targetRect, const AffineTransform& absoluteTransform, 122 IntRect paintRect = SVGRenderingContext::calculateImageBufferRect(targetRect, absoluteTransform);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
SurfaceHolderTarget.java | 168 RectF targetRect = getTargetRect(sourceRect, surfaceRect); 170 if (targetRect.width() > 0 && targetRect.height() > 0) { 172 canvas.drawBitmap(bitmap, sourceRect, targetRect, new Paint());
|
FrameImage2D.java | 93 * @param targetRect The target rectangle in normalized coordinates. 95 public void copyToFrame(FrameImage2D target, RectF sourceRect, RectF targetRect) { 97 gpuImageCopy(this, target, sourceRect, targetRect); 99 cpuImageCopy(this, target, sourceRect, targetRect);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
SpatialNavigation.cpp | 48 static bool areRectsMoreThanFullScreenApart(FocusDirection, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize); 95 static RectsAlignment alignmentForRects(FocusDirection direction, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize) 98 if (areRectsMoreThanFullScreenApart(direction, curRect, targetRect, viewSize)) 101 if (areRectsFullyAligned(direction, curRect, targetRect)) 104 if (areRectsPartiallyAligned(direction, curRect, targetRect)) 238 static bool areRectsMoreThanFullScreenApart(FocusDirection direction, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize) 240 ASSERT(isRectInDirection(direction, curRect, targetRect)); 244 return curRect.x() - targetRect.maxX() > viewSize.width(); 246 return targetRect.x() - curRect.maxX() > viewSize.width(); 248 return curRect.y() - targetRect.maxY() > viewSize.height() [all...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactTileListFragment.java | 54 void onContactSelected(Uri contactUri, Rect targetRect); 213 public void onContactSelected(Uri contactUri, Rect targetRect) { 215 mListener.onContactSelected(contactUri, targetRect);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
OpaqueRegionSkia.cpp | 276 SkRect targetRect = rect; 280 if (!canvasTransform.mapRect(&targetRect)) 287 else if (!targetRect.intersect(deviceClipRect)) 295 markRectAsOpaque(targetRect); 297 markRectAsNonOpaque(targetRect);
|
/developers/build/lib/ |
assetstudio.jar | |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
ui.js | 57 var targetRect = target.getBoundingClientRect(); 59 var x = Math.min(targetRect.left - 10, document.documentElement.clientWidth - popup.offsetWidth); 63 var y = targetRect.top + targetRect.height; 65 y = targetRect.top - popup.offsetHeight;
|
/prebuilts/devtools/tools/lib/ |
asset-studio.jar | |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 634 TRect targetRect = HwRect(); 644 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0)) 646 sourceRect.Intersection(targetRect); //so source always smaller or equal than target 647 updateRect.Intersection(targetRect);
|
dsa_new.cpp | 577 //targetrect shall no change 953 TRect targetRect = TRect(TPoint(0, 0), SwSize()); 967 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0)) 969 sourceRect.Intersection(targetRect); //so source always smaller or equal than target 970 //updateRect.Intersection(targetRect); 1005 TRect targetRect = Rect(); 1015 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0)) 1017 sourceRect.Intersection(targetRect); //so source always smaller or equal than targe [all...] |
dsa.cpp | 1068 TRect targetRect = TRect(TPoint(0, 0), SwSize()); 1082 if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iStateFlags & EOrientationFlags) != 0)) 1084 sourceRect.Intersection(targetRect); //so source always smaller or equal than target 1085 //updateRect.Intersection(targetRect);
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 770 * @param {ClientRect} targetRect The drop target rect 774 showDropOverlay_: function(targetRect, overlayType) { 779 overlay.style.top = targetRect.top + 'px'; 780 overlay.style.height = targetRect.height + 'px'; 785 overlay.style.width = targetRect.width + 'px'; 786 overlay.style.left = targetRect.left + 'px'; 792 overlay.style.top = targetRect.top - overlayRect.height / 2 + 'px'; 794 overlay.style.top = targetRect.top + targetRect.height - [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SoftContextMenu.js | 58 var targetRect;
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupDetailFragment.java | 219 public void onContactSelected(Uri contactUri, Rect targetRect) {
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteFragment.java | 157 public void onContactSelected(Uri contactUri, Rect targetRect) {
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 447 var targetRect = $target.offset(); 448 targetRect.width = $target.width(); 449 targetRect.height = $target.height(); 452 left: targetRect.left, 453 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 521 var targetRect = $target.offset(); 522 targetRect.width = $target.width(); 523 targetRect.height = $target.height(); 526 left: targetRect.left, 527 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 477 var targetRect = $target.offset(); 478 targetRect.width = $target.width(); 479 targetRect.height = $target.height(); 482 left: targetRect.left, 483 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentViewCore.java | [all...] |