Home
last modified time | relevance | path

Searched refs:fPathBounds (Results 1 – 18 of 18) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java322 protected Rectangle fPathBounds = new Rectangle(); field in AquaTreeUI.TreeArrowMouseInputHandler
335 this.fPathBounds = getPathArrowBounds(path); in TreeArrowMouseInputHandler()
366 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseDragged()
372 fIsInBounds = fPathBounds.contains(e.getX(), e.getY()); in mouseExited()
439 g.fillRect(fPathBounds.x, fPathBounds.y, fPathBounds.width, fPathBounds.height); in paintOneControl()
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath); in paintOneControl()
448 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
450 …paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpande… in paintOneControl()
452 …paintExpandControl(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHa… in paintOneControl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/tessellate/
H A DGrFillPathShader.h81 , fPathBounds(pathBounds) { in GrFillBoundingBoxShader()
84 const SkRect& pathBounds() const { return fPathBounds; } in pathBounds()
91 const SkRect fPathBounds; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/tessellate/
H A DGrFillPathShader.h81 , fPathBounds(pathBounds) { in GrFillBoundingBoxShader()
84 const SkRect& pathBounds() const { return fPathBounds; } in pathBounds()
91 const SkRect fPathBounds; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/utils/
H A DSkShadowTessellator.cpp102 SkRect fPathBounds; member in SkBaseShadowTessellator
162 , fPathBounds(bounds) in SkBaseShadowTessellator()
565 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, inset, in computeConcaveShadow()
576 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, -outset, in computeConcaveShadow()
912 auto baseZ = heightFunc(fPathBounds.centerX(), fPathBounds.centerY()); in SkAmbientShadowTessellator()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/utils/
H A DSkShadowTessellator.cpp102 SkRect fPathBounds; member in SkBaseShadowTessellator
162 , fPathBounds(bounds) in SkBaseShadowTessellator()
565 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, inset, in computeConcaveShadow()
576 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, -outset, in computeConcaveShadow()
912 auto baseZ = heightFunc(fPathBounds.centerX(), fPathBounds.centerY()); in SkAmbientShadowTessellator()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp102 SkRect fPathBounds; member in SkBaseShadowTessellator
162 , fPathBounds(bounds) in SkBaseShadowTessellator()
565 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, inset, in computeConcaveShadow()
576 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, -outset, in computeConcaveShadow()
912 auto baseZ = heightFunc(fPathBounds.centerX(), fPathBounds.centerY()); in SkAmbientShadowTessellator()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/utils/
H A DSkShadowTessellator.cpp102 SkRect fPathBounds; member in SkBaseShadowTessellator
162 , fPathBounds(bounds) in SkBaseShadowTessellator()
565 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, inset, in computeConcaveShadow()
576 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, -outset, in computeConcaveShadow()
912 auto baseZ = heightFunc(fPathBounds.centerX(), fPathBounds.centerY()); in SkAmbientShadowTessellator()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/utils/
H A DSkShadowTessellator.cpp102 SkRect fPathBounds; member in SkBaseShadowTessellator
162 , fPathBounds(bounds) in SkBaseShadowTessellator()
565 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, inset, in computeConcaveShadow()
576 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, -outset, in computeConcaveShadow()
912 auto baseZ = heightFunc(fPathBounds.centerX(), fPathBounds.centerY()); in SkAmbientShadowTessellator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp103 SkRect fPathBounds; member in SkBaseShadowTessellator
163 , fPathBounds(bounds) in SkBaseShadowTessellator()
566 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, inset, in computeConcaveShadow()
577 if (!SkOffsetSimplePolygon(&fPathPolygon[0], fPathPolygon.count(), fPathBounds, -outset, in computeConcaveShadow()
913 auto baseZ = heightFunc(fPathBounds.centerX(), fPathBounds.centerY()); in SkAmbientShadowTessellator()