Home
last modified time | relevance | path

Searched defs:pieceHeight (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/fifteenPuzzle/plugin/
H A Dfifteenimageprovider.cpp34 int pieceHeight = idParts.at(3).toInt(); in requestPixmap() local
/dports/games/palapeli/palapeli-21.12.3/slicers/
H A Dslicer-rect.cpp28 const int pieceHeight = image.height() / yCount; in run() local
H A Dslicer-jigsaw.cpp91 const int pieceWidth = width / xCount, pieceHeight = height / yCount; in run() local
/dports/games/palapeli/palapeli-21.12.3/slicers/goldberg/
H A Dgrid-rect.cpp28 const int pieceWidth = width / xCount, pieceHeight = height / yCount; in generateGrid() local
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/ac/cam/aa582/structures/boxes/
H A DDelimiterBox.java387 float pieceHeight = C.abs_bar_piece_height_factor * fontSize(); in delimiterHeight() local
616 float pieceHeight = C.abs_bar_piece_height_factor * fontSize(); in onDraw() local
864 float pieceHeight = C.abs_bar_piece_height_factor * fontSize(); in split() local
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/test/com/eteks/sweethome3d/junit/
H A DPlanComponentWithFurnitureTest.java113 float pieceHeight = piece.getHeight(); in testPlanComponentWithFurniture() local
/dports/games/jin/jin-2.14.1/src/free/chess/
H A DImagePiecePainter.java359 int pieceHeight = pieceImage.getHeight(null); in paintPiece() local
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DPlanComponent.java6569 final float pieceHeight = normalizedPiece.getHeightInPlan(); in PieceOfFurnitureModelIcon() local
6659 float pieceWidth, float pieceDepth, float pieceHeight, in createIcon()