Home
last modified time | relevance | path

Searched refs:absBounds (Results 1 – 25 of 31) sorted by relevance

12

/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/
H A DPopup.java320 Rectangle absBounds; in computePopupBounds() local
333 absBounds = rp.getBounds(); in computePopupBounds()
334 absBounds.x = p.x; in computePopupBounds()
335 absBounds.y = p.y; in computePopupBounds()
337 absBounds = dlg.getBounds(); in computePopupBounds()
366 if ( SwingUtilities.isRectangleContainingRectangle(absBounds, in computePopupBounds()
410 if ( SwingUtilities.isRectangleContainingRectangle(absBounds, in computePopupBounds()
449 SwingUtilities.computeIntersection(absBounds.x, in computePopupBounds()
450 absBounds.y, in computePopupBounds()
451 absBounds.width, in computePopupBounds()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/android/provider/java/src/org/chromium/components/autofill/
H A DAutofillManagerWrapper.java94 public void notifyVirtualViewEntered(View parent, int childId, Rect absBounds) { in notifyVirtualViewEntered() argument
102 mAutofillManager.notifyViewEntered(parent, childId, absBounds); in notifyVirtualViewEntered()
111 public void requestAutofill(View parent, int virtualId, Rect absBounds) { in requestAutofill() argument
114 mAutofillManager.requestAutofill(parent, virtualId, absBounds); in requestAutofill()
H A DAutofillProvider.java489 private void notifyVirtualViewEntered(View parent, int childId, Rect absBounds) { in notifyVirtualViewEntered() argument
492 mAutofillManager.notifyVirtualViewEntered(parent, childId, absBounds); in notifyVirtualViewEntered()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/android/java/src/org/chromium/components/autofill/
H A DAutofillManagerWrapper.java94 public void notifyVirtualViewEntered(View parent, int childId, Rect absBounds) { in notifyVirtualViewEntered() argument
102 mAutofillManager.notifyViewEntered(parent, childId, absBounds); in notifyVirtualViewEntered()
111 public void requestAutofill(View parent, int virtualId, Rect absBounds) { in requestAutofill() argument
114 mAutofillManager.requestAutofill(parent, virtualId, absBounds); in requestAutofill()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DClip.cpp282 absBounds.Zero(); in Init()
345 absBounds = model->absBounds; in idClipModel()
384 savefile->WriteBounds( absBounds ); in Save()
414 savefile->ReadBounds( absBounds ); in Restore()
519 if ( absBounds[0][node->axis] > node->dist ) { in Link_r()
568 absBounds[0] = bounds[0] + origin; in Link()
569 absBounds[1] = bounds[1] + origin; in Link()
574 absBounds[0] -= vec3_boxEpsilon; in Link()
575 absBounds[1] += vec3_boxEpsilon; in Link()
782 check->absBounds[1][0] < parms.bounds[0][0] || in ClipModelsTouchingBounds_r()
[all …]
H A DPhysics_Static.cpp231 static idBounds absBounds; in GetAbsBounds() local
236 absBounds[0] = absBounds[1] = current.origin; in GetAbsBounds()
237 return absBounds; in GetAbsBounds()
H A DPhysics_StaticMulti.cpp333 static idBounds absBounds; in GetAbsBounds() local
341 absBounds.Clear(); in GetAbsBounds()
344 absBounds.AddBounds( clipModels[i]->GetAbsBounds() ); in GetAbsBounds()
347 return absBounds; in GetAbsBounds()
H A DClip.h124 idBounds absBounds; // absolute bounds variable
208 return absBounds; in GetAbsBounds()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/physics/
H A DClip.cpp282 absBounds.Zero(); in Init()
345 absBounds = model->absBounds; in idClipModel()
384 savefile->WriteBounds( absBounds ); in Save()
414 savefile->ReadBounds( absBounds ); in Restore()
519 if ( absBounds[0][node->axis] > node->dist ) { in Link_r()
568 absBounds[0] = bounds[0] + origin; in Link()
569 absBounds[1] = bounds[1] + origin; in Link()
574 absBounds[0] -= vec3_boxEpsilon; in Link()
575 absBounds[1] += vec3_boxEpsilon; in Link()
782 check->absBounds[1][0] < parms.bounds[0][0] || in ClipModelsTouchingBounds_r()
[all …]
H A DPhysics_Static.cpp231 static idBounds absBounds; in GetAbsBounds() local
236 absBounds[0] = absBounds[1] = current.origin; in GetAbsBounds()
237 return absBounds; in GetAbsBounds()
H A DPhysics_StaticMulti.cpp333 static idBounds absBounds; in GetAbsBounds() local
341 absBounds.Clear(); in GetAbsBounds()
344 absBounds.AddBounds( clipModels[i]->GetAbsBounds() ); in GetAbsBounds()
347 return absBounds; in GetAbsBounds()
H A DClip.h124 idBounds absBounds; // absolute bounds variable
208 return absBounds; in GetAbsBounds()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.cpp605 IntRect absBounds; in computeCompositingRequirements() local
608absBounds = layer->renderer()->localToAbsoluteQuad(FloatRect(layer->localBoundingBox())).enclosing… in computeCompositingRequirements()
610 if (absBounds.isEmpty()) in computeCompositingRequirements()
611 absBounds.setSize(IntSize(1, 1)); in computeCompositingRequirements()
613 mustOverlapCompositedLayers = overlapsCompositedLayers(*overlapMap, absBounds); in computeCompositingRequirements()
633 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); in computeCompositingRequirements()
659 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); in computeCompositingRequirements()
699 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); in computeCompositingRequirements()
718 addToOverlapMap(*overlapMap, layer, absBounds, haveComputedBounds); in computeCompositingRequirements()
H A DRenderMenuList.cpp298 IntRect absBounds = absoluteBoundingBoxRect(); in showPopup() local
299 absBounds.setLocation(roundedIntPoint(absTopLeft)); in showPopup()
300 m_popup->show(absBounds, document()->view(), in showPopup()
H A DRenderLayer.cpp1990 … IntRect absBounds(borderBox.x() + tx, borderBox.y() + ty, borderBox.width(), borderBox.height()); in positionOverflowControls() local
1992 m_vBar->setFrameRect(IntRect(absBounds.maxX() - box->borderRight() - m_vBar->width(), in positionOverflowControls()
1993 absBounds.y() + box->borderTop(), in positionOverflowControls()
1995absBounds.height() - (box->borderTop() + box->borderBottom()) - scrollCorner.height())); in positionOverflowControls()
1998 m_hBar->setFrameRect(IntRect(absBounds.x() + box->borderLeft(), in positionOverflowControls()
1999 absBounds.maxY() - box->borderBottom() - m_hBar->height(), in positionOverflowControls()
2000absBounds.width() - (box->borderLeft() + box->borderRight()) - scrollCorner.width(), in positionOverflowControls()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_layer.cpp898 void RenderLayer::positionScrollbars(const QRect &absBounds) in positionScrollbars() argument
902 …view->addChild(m_vBar, absBounds.x() + absBounds.width() - m_object->borderRight() - m_vBar->width… in positionScrollbars()
903 absBounds.y() + m_object->borderTop()); in positionScrollbars()
904 m_vBar->resize(m_vBar->width(), absBounds.height() - in positionScrollbars()
910 view->addChild(m_hBar, absBounds.x() + m_object->borderLeft(), in positionScrollbars()
911absBounds.y() + absBounds.height() - m_object->borderBottom() - m_hBar->height()); in positionScrollbars()
912 m_hBar->resize(absBounds.width() - (m_object->borderLeft() + m_object->borderRight()) - in positionScrollbars()
916 int tx = absBounds.x(); in positionScrollbars()
917 int ty = absBounds.y(); in positionScrollbars()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/ai/
H A DAAS.h65 idBounds absBounds; // absolute bounds of obstacle member
H A DAAS_routing.cpp1192 …obstacles[k].expAbsBounds[0] = obstacles[k].absBounds[0] - file->GetSettings().boundingBoxes[0][1]; in FindNearestGoal()
1193 …obstacles[k].expAbsBounds[1] = obstacles[k].absBounds[1] - file->GetSettings().boundingBoxes[0][0]; in FindNearestGoal()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/ai/
H A DAAS.h65 idBounds absBounds; // absolute bounds of obstacle member
H A DAAS_routing.cpp1192 …obstacles[k].expAbsBounds[0] = obstacles[k].absBounds[0] - file->GetSettings().boundingBoxes[0][1]; in FindNearestGoal()
1193 …obstacles[k].expAbsBounds[1] = obstacles[k].absBounds[1] - file->GetSettings().boundingBoxes[0][0]; in FindNearestGoal()
H A DAAS_debug.cpp361 obstacles[0].absBounds = idBounds( target ).Expand( 16 ); in ShowHideArea()
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/
H A DMoz2DImageRenderer.cpp402 auto absBounds = IntRectAbsolute::FromRect(bounds); in Moz2DRenderCallback() local
409 auto combinedBounds = absBounds.Intersect(reader.ReadBounds()); in Moz2DRenderCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/
H A DMoz2DImageRenderer.cpp402 auto absBounds = IntRectAbsolute::FromRect(bounds); in Moz2DRenderCallback() local
409 auto combinedBounds = absBounds.Intersect(reader.ReadBounds()); in Moz2DRenderCallback()
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/
H A DMoz2DImageRenderer.cpp402 auto absBounds = IntRectAbsolute::FromRect(bounds); in Moz2DRenderCallback() local
409 auto combinedBounds = absBounds.Intersect(reader.ReadBounds()); in Moz2DRenderCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/
H A DMoz2DImageRenderer.cpp402 auto absBounds = IntRectAbsolute::FromRect(bounds); in Moz2DRenderCallback() local
409 auto combinedBounds = absBounds.Intersect(reader.ReadBounds()); in Moz2DRenderCallback()

12