Home
last modified time | relevance | path

Searched refs:subjectArea (Results 1 – 15 of 15) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DAbstractInformationControlManager.java147 public void start(Rectangle subjectArea); in start() argument
415 setInformation((Object)information, subjectArea); in setInformation()
430 fSubjectArea= subjectArea; in setInformation()
862 yShift= subjectArea.height + fMarginY; in computeLocation()
865 xShift= fMarginX + subjectArea.width; in computeLocation()
879 return fSubjectControl.toDisplay(new Point(subjectArea.x + xShift, subjectArea.y + yShift)); in computeLocation()
900 int y= subjectArea.y + subjectArea.height + fMarginY; in computeAvailableArea()
904 int x= subjectArea.x + subjectArea.width + fMarginX; in computeAvailableArea()
1191 showInformationControl(subjectArea); in internalShowInformationControl()
1239 protected void showInformationControl(Rectangle subjectArea) { in showInformationControl() argument
[all …]
H A DAbstractHoverInformationControlManager.java111 public void start(Rectangle subjectArea) { in start() argument
118 fSubjectArea= subjectArea; in start()
419 Assert.isNotNull(subjectArea); in setSubjectArea()
420 fSubjectArea= subjectArea; in setSubjectArea()
670 if (subjectArea.contains(x, y)) in inKeepUpZone()
699 if (subjectArea.y + subjectArea.height < iControlBounds.y) { in inKeepUpZone()
708 if (subjectArea.y + subjectArea.height <= y && y <= totalBounds.y) { in inKeepUpZone()
710 if (subjectArea.x <= x && x <= subjectArea.x + subjectArea.width) { in inKeepUpZone()
734 } else if (subjectArea.x + subjectArea.width < iControlBounds.x) { in inKeepUpZone()
741 if (subjectArea.x + subjectArea.width <= x && x <= iControlBounds.x) { in inKeepUpZone()
[all …]
H A DTextViewerHoverManager.java274 protected void showInformationControl(Rectangle subjectArea) { in showInformationControl() argument
276 super.showInformationControl(subjectArea); in showInformationControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/
H A DAnnotationBarHoverManager.java115 public void start(Rectangle subjectArea) { in start() argument
120 fSubjectArea= subjectArea; in start()
352 protected void showInformationControl(Rectangle subjectArea) { in showInformationControl() argument
353 super.showInformationControl(subjectArea); in showInformationControl()
657 protected Point computeInformationControlLocation(Rectangle subjectArea, Point controlSize) { in computeInformationControlLocation() argument
665 return computeLocation(subjectArea, controlSize, ANCHOR_RIGHT); in computeInformationControlLocation()
668 return super.computeInformationControlLocation(subjectArea, controlSize); in computeInformationControlLocation()
672 protected Point computeLocation(Rectangle subjectArea, Point controlSize, Anchor anchor) { in computeLocation() argument
694 return subjectControl.toDisplay(subjectArea.x - 4, subjectArea.y - 2); in computeLocation()
696 …return subjectControl.toDisplay(subjectArea.x + subjectArea.width - controlSize.x + 4, subjectArea in computeLocation()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/
H A DInformationControlReplacer.java88 …lCreator, Rectangle contentBounds, Object information, final Rectangle subjectArea, boolean takeFo… in replaceInformationControl() argument
97 fReplaceableArea= subjectArea; in replaceInformationControl()
131 public void showInformationControl(Rectangle subjectArea, Object information) { in showInformationControl() argument
164 showInformationControl(subjectArea); in showInformationControl()
H A DStickyHoverManager.java260 protected void showInformationControl(Rectangle subjectArea) { in showInformationControl() argument
262 super.showInformationControl(subjectArea); in showInformationControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/hyperlink/
H A DMultipleHyperlinkPresenter.java411 public void start(Rectangle subjectArea) {
412 fSubjectArea= subjectArea;
586 protected Point computeInformationControlLocation(Rectangle subjectArea, Point controlSize) {
587 Point result= super.computeInformationControlLocation(subjectArea, controlSize);
598 protected void showInformationControl(Rectangle subjectArea) {
601 super.showInformationControl(subjectArea);
606 super.showInformationControl(subjectArea);
610 super.showInformationControl(subjectArea);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/information/
H A DInformationPresenter.java390 protected void showInformationControl(Rectangle subjectArea) { in showInformationControl() argument
394 super.showInformationControl(subjectArea); in showInformationControl()
398 super.showInformationControl(subjectArea); in showInformationControl()
401 super.showInformationControl(subjectArea); in showInformationControl()
/dports/graphics/exiv2/exiv2-0.27.5-Source/samples/
H A Deasyaccess-test.cpp65 { "Subject location/area", Exiv2::subjectArea },
/dports/graphics/exiv2/exiv2-0.27.5-Source/include/exiv2/
H A Deasyaccess.hpp100 EXIV2API ExifData::const_iterator subjectArea(const ExifData& ed);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/
H A DAdditionalInfoController.java552 protected Point computeLocation(Rectangle subjectArea, Point controlSize, Anchor anchor) { in computeLocation() argument
553 Point location= super.computeLocation(subjectArea, controlSize, anchor); in computeLocation()
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Deasyaccess.cpp587 ExifData::const_iterator subjectArea(const ExifData& ed) in subjectArea() function
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/hover/
H A DAnnotationExpansionControl.java425 Rectangle subjectArea = fSelection.canvas.getBounds(); in computeInformation() local
433 setInformation(msg, subjectArea); in computeInformation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/
H A DAnnotationExpansionControl.java427 Rectangle subjectArea= fSelection.canvas.getBounds(); in computeInformation() local
435 setInformation(msg, subjectArea); in computeInformation()
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nexif/
H A Dnexif.trig.in436 nexif:subjectArea
441 rdfs:label "subjectArea" ;
443 rdfs:subPropertyOf nexif:pictTaking , exif:subjectArea .