Home
last modified time | relevance | path

Searched refs:pointSize (Results 1 – 25 of 4421) sorted by relevance

12345678910>>...177

/dports/databases/postgis25/postgis-2.5.5/doc/html/image_src/
H A Dstyles.conf12 pointSize = 6
23 pointSize = 6
34 pointSize = 6
45 pointSize = 6
56 pointSize = 6
68 pointSize = 6
79 pointSize = 6
90 pointSize = 6
101 pointSize = 6
112 pointSize = 6
[all …]
/dports/databases/postgis31/postgis-3.1.4/doc/html/image_src/
H A Dstyles.conf12 pointSize = 6
23 pointSize = 6
34 pointSize = 6
45 pointSize = 6
56 pointSize = 6
68 pointSize = 6
79 pointSize = 6
90 pointSize = 6
101 pointSize = 6
112 pointSize = 6
[all …]
/dports/databases/postgis30/postgis-3.0.4/doc/html/image_src/
H A Dstyles.conf12 pointSize = 6
23 pointSize = 6
34 pointSize = 6
45 pointSize = 6
56 pointSize = 6
68 pointSize = 6
79 pointSize = 6
90 pointSize = 6
101 pointSize = 6
112 pointSize = 6
[all …]
/dports/databases/postgis32/postgis-3.2.0/doc/html/image_src/
H A Dstyles.conf12 pointSize = 6
23 pointSize = 6
34 pointSize = 6
45 pointSize = 6
56 pointSize = 6
68 pointSize = 6
79 pointSize = 6
90 pointSize = 6
101 pointSize = 6
112 pointSize = 6
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/geom/plane/
H A DPath2D.java65 int pointSize; field in Path2D
224 points[pointSize++] = x; in lineTo()
225 points[pointSize++] = y; in lineTo()
231 points[pointSize++] = x1; in quadTo()
232 points[pointSize++] = y1; in quadTo()
233 points[pointSize++] = x2; in quadTo()
234 points[pointSize++] = y2; in quadTo()
240 points[pointSize++] = x1; in curveTo()
314 int j = pointSize - 2; in getCurrentPoint()
330 pointSize = 0; in reset()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DFont.cpp116 FontFace* fontFace = GetFace(pointSize); in SaveXML()
139 FontFace* Font::GetFace(float pointSize) in GetFace() argument
148 pointSize = 0; in GetFace()
150 pointSize = Clamp(pointSize, MIN_POINT_SIZE, MAX_POINT_SIZE); in GetFace()
153 int key = FloatToFixed(pointSize); in GetFace()
171 return GetFaceFreeType(pointSize); in GetFace()
174 return GetFaceBitmap(pointSize); in GetFace()
223 FontFace* Font::GetFaceFreeType(float pointSize) in GetFaceFreeType() argument
229 int key = FloatToFixed(pointSize); in GetFaceFreeType()
234 FontFace* Font::GetFaceBitmap(float pointSize) in GetFaceBitmap() argument
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DPointAttributesRetained.java47 float pointSize = 1.0f; field in PointAttributesRetained
57 final void initPointSize(float pointSize) { in initPointSize() argument
58 this.pointSize = pointSize; in initPointSize()
66 final void setPointSize(float pointSize) { in setPointSize() argument
67 initPointSize(pointSize); in setPointSize()
68 sendMessage(POINT_SIZE_CHANGED, new Float(pointSize)); in setPointSize()
76 return pointSize; in getPointSize()
135 Pipeline.getPipeline().updatePointAttributes(ctx, pointSize, pointAntialiasing); in updateNative()
157 mirrorPa.pointSize = ((Float)value).floatValue(); in updateMirrorObject()
166 (pr.pointSize == pointSize) && in equivalent()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoDockRegistry.cpp80 smallFontSize = dockWidgetFont.pointSize(); in dockFont()
84 dockWidgetFont = QFont(fontName, dockWidgetFont.pointSize()); in dockFont()
89 int pointSize = config.readEntry("palettefontsize", dockWidgetFont.pointSize()); in dockFont() local
92 if (pointSize == dockWidgetFont.pointSize()) { in dockFont()
94 if (smallFont.pointSize() >= pointSize) { in dockFont()
95 smallFont.setPointSizeF(pointSize * 0.9); in dockFont()
100 smallFont.setPointSize(pointSize); in dockFont()
/dports/net/linphone/linphoneqt-4.1.1/ui/views/App/Calls/
H A DZrtpTokenAuthentication.qml38 pointSize: CallStyle.zrtpArea.text.pointSize
53 font.pointSize: CallStyle.zrtpArea.text.pointSize
62 pointSize: CallStyle.zrtpArea.text.pointSize
70 font.pointSize: CallStyle.zrtpArea.text.pointSize
76 font.pointSize: CallStyle.zrtpArea.text.pointSize
85 pointSize: CallStyle.zrtpArea.text.pointSize
/dports/graphics/gpxsee/GPXSee-7.32/src/GUI/
H A Dwaypointitem.cpp103 qreal pointSize = _font.bold() ? HS(_size) : _size; in updateCache() local
109 p.addRect(-pointSize/2, -pointSize/2, pointSize, pointSize); in updateCache()
110 p.addRect(pointSize/2, pointSize/2, _labelBB.width(), _labelBB.height() in updateCache()
113 p.addRect(-pointSize/2, -pointSize/2, pointSize, pointSize); in updateCache()
123 qreal pointSize = _font.bold() ? HS(_size) : _size; in paint() local
129 painter->drawText(pointSize/2 - qMax(_labelBB.x(), 0), pointSize/2 in paint()
134 painter->drawEllipse(-pointSize/2, -pointSize/2, pointSize, pointSize); in paint()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DLightPointDrawable.h64 …inline void addOpaqueLightPoint(unsigned int pointSize,const osg::Vec3& position,const osg::Vec4& … in addOpaqueLightPoint() argument
66 … if (pointSize>=_sizedOpaqueLightPointList.size()) _sizedOpaqueLightPointList.resize(pointSize+1); in addOpaqueLightPoint()
67 _sizedOpaqueLightPointList[pointSize].push_back(ColorPosition(asRGBA(color),position)); in addOpaqueLightPoint()
70 …inline void addAdditiveLightPoint(unsigned int pointSize,const osg::Vec3& position,const osg::Vec4… in addAdditiveLightPoint() argument
72 …if (pointSize>=_sizedAdditiveLightPointList.size()) _sizedAdditiveLightPointList.resize(pointSize+… in addAdditiveLightPoint()
73 … _sizedAdditiveLightPointList[pointSize].push_back(ColorPosition(asRGBA(color),position)); in addAdditiveLightPoint()
76 …inline void addBlendedLightPoint(unsigned int pointSize,const osg::Vec3& position,const osg::Vec4&… in addBlendedLightPoint() argument
78 …if (pointSize>=_sizedBlendedLightPointList.size()) _sizedBlendedLightPointList.resize(pointSize+1); in addBlendedLightPoint()
79 _sizedBlendedLightPointList[pointSize].push_back(ColorPosition(asRGBA(color),position)); in addBlendedLightPoint()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/
H A DLightPointDrawable.h64 …inline void addOpaqueLightPoint(unsigned int pointSize,const osg::Vec3& position,const osg::Vec4& … in addOpaqueLightPoint() argument
66 … if (pointSize>=_sizedOpaqueLightPointList.size()) _sizedOpaqueLightPointList.resize(pointSize+1); in addOpaqueLightPoint()
67 _sizedOpaqueLightPointList[pointSize].push_back(ColorPosition(asRGBA(color),position)); in addOpaqueLightPoint()
70 …inline void addAdditiveLightPoint(unsigned int pointSize,const osg::Vec3& position,const osg::Vec4… in addAdditiveLightPoint() argument
72 …if (pointSize>=_sizedAdditiveLightPointList.size()) _sizedAdditiveLightPointList.resize(pointSize+… in addAdditiveLightPoint()
73 … _sizedAdditiveLightPointList[pointSize].push_back(ColorPosition(asRGBA(color),position)); in addAdditiveLightPoint()
76 …inline void addBlendedLightPoint(unsigned int pointSize,const osg::Vec3& position,const osg::Vec4&… in addBlendedLightPoint() argument
78 …if (pointSize>=_sizedBlendedLightPointList.size()) _sizedBlendedLightPointList.resize(pointSize+1); in addBlendedLightPoint()
79 _sizedBlendedLightPointList[pointSize].push_back(ColorPosition(asRGBA(color),position)); in addBlendedLightPoint()
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoDockRegistry.cpp68 int pointSize = group.readEntry("palettefontsize", dockWidgetFont.pointSize()); in dockFont() local
71 if (pointSize == dockWidgetFont.pointSize()) { in dockFont()
73 if (smallFont.pointSize() >= pointSize) { in dockFont()
74 smallFont.setPointSizeF(pointSize * 0.9); in dockFont()
79 smallFont.setPointSize(pointSize); in dockFont()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/main/
H A DKoDockRegistry.cpp69 int pointSize = group.readEntry("palettefontsize", dockWidgetFont.pointSize()); in dockFont() local
72 if (pointSize == dockWidgetFont.pointSize()) { in dockFont()
74 if (smallFont.pointSize() >= pointSize) { in dockFont()
75 smallFont.setPointSizeF(pointSize * 0.9); in dockFont()
80 smallFont.setPointSize(pointSize); in dockFont()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/fonts/
H A DAFPFontAttributes.java39 private final int pointSize; field in AFPFontAttributes
48 public AFPFontAttributes(String fontKey, AFPFont font, int pointSize) { in AFPFontAttributes() argument
51 this.pointSize = pointSize; in AFPFontAttributes()
69 return fontKey + pointSize; in getFontKey()
78 return pointSize; in getPointSize()
104 + ", pointSize=" + pointSize; in toString()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DLicenseDialog.cpp88 double pointSize = 8; in OnSize() local
93 pointSize += .1; in OnSize()
94 fnt.SetFractionalPointSize(pointSize); in OnSize()
96 pointSize += 1; in OnSize()
97 fnt.SetPointSize(pointSize); in OnSize()
101 } while((pointSize < 128) && (width < event.GetSize().x)); in OnSize()
103 pointSize -= .1; in OnSize()
104 fnt.SetFractionalPointSize(pointSize); in OnSize()
106 pointSize -= 1; in OnSize()
107 fnt.SetPointSize(pointSize); in OnSize()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/themes/
H A DTelegram.qml41 dialogListDateFont.pointSize: 9
42 dialogListFont.pointSize: 11
48 dialogListMessageFont.pointSize: 10
60 searchBarFont.pointSize: 9
67 sendFrameFont.pointSize: 10
107 headerTitleFont.pointSize: 15
109 headerDateFont.pointSize: 9
113 headerSecretTitleFont.pointSize: 15
115 headerSecretDateFont.pointSize: 9
129 sidebarFont.pointSize: 10
[all …]
H A DAbrisham-Glassy.qml38 dialogListDateFont.pointSize: 10
39 dialogListFont.pointSize: 11
45 dialogListMessageFont.pointSize: 9
62 searchBarFont.pointSize: 9
69 sendFrameFont.pointSize: 10
110 headerTitleFont.pointSize: 15
112 headerDateFont.pointSize: 9
116 headerSecretTitleFont.pointSize: 15
118 headerSecretDateFont.pointSize: 9
132 sidebarFont.pointSize: 10
[all …]
H A DAbrisham.qml38 dialogListDateFont.pointSize: 10
39 dialogListFont.pointSize: 11
45 dialogListMessageFont.pointSize: 9
62 searchBarFont.pointSize: 9
69 sendFrameFont.pointSize: 10
110 headerTitleFont.pointSize: 15
112 headerDateFont.pointSize: 9
116 headerSecretTitleFont.pointSize: 15
118 headerSecretDateFont.pointSize: 9
132 sidebarFont.pointSize: 10
[all …]
H A DMamanDooz.qml38 dialogListDateFont.pointSize: 10
39 dialogListFont.pointSize: 11
45 dialogListMessageFont.pointSize: 9
62 searchBarFont.pointSize: 9
69 sendFrameFont.pointSize: 10
110 headerTitleFont.pointSize: 15
112 headerDateFont.pointSize: 9
116 headerSecretTitleFont.pointSize: 15
118 headerSecretDateFont.pointSize: 9
132 sidebarFont.pointSize: 10
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/
H A Dqformat.h36 …rline(false), underline(false), strikeout(false), waveUnderline(false), pointSize(0),wrapAround(fa… in QFormat()
45 …nderline(false), strikeout(false), waveUnderline(false), foreground(c), pointSize(0),wrapAround(fa… in QFormat()
49 …alse), underline(u), strikeout(s), waveUnderline(false), foreground(c), pointSize(0),wrapAround(fa… in QFormat()
53 …rline(o), underline(u), strikeout(s), waveUnderline(wu), foreground(c), pointSize(0),wrapAround(fa… in QFormat()
62 …alse), underline(u), strikeout(s), waveUnderline(false), foreground(c), pointSize(0),wrapAround(fa… in QFormat()
66 …rline(o), underline(u), strikeout(s), waveUnderline(wu), foreground(c), pointSize(0),wrapAround(fa… in QFormat()
75 ….background), linescolor(f.linescolor), fontFamily(f.fontFamily), pointSize(f.pointSize),wrapAroun… in QFormat()
92 pointSize = f.pointSize;
124 (pointSize == f.pointSize)
156 (pointSize != f.pointSize)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DSimpleFontDataCGWin.cpp67 float pointSize = m_platformData.size(); in platformInit() local
68 float fAscent = scaleEmToUnits(iAscent, unitsPerEm) * pointSize; in platformInit()
69 float fDescent = -scaleEmToUnits(iDescent, unitsPerEm) * pointSize; in platformInit()
70 float fLineGap = scaleEmToUnits(iLineGap, unitsPerEm) * pointSize; in platformInit()
107 m_fontMetrics.setXHeight(scaleEmToUnits(CGRectGetMaxY(xBox), unitsPerEm) * pointSize); in platformInit()
110 m_fontMetrics.setXHeight(scaleEmToUnits(iXHeight, unitsPerEm) * pointSize); in platformInit()
132 float pointSize = m_platformData.size(); in platformBoundsForGlyph() local
133 CGFloat scale = pointSize / fontMetrics().unitsPerEm(); in platformBoundsForGlyph()
147 float pointSize = m_platformData.size(); in platformWidthForGlyph() local
149 CGAffineTransform m = CGAffineTransformMakeScale(pointSize, pointSize); in platformWidthForGlyph()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/components/ui_util/
H A Ddynamic_type_util_unittest.mm42 .pointSize);
45 .pointSize);
48 .pointSize);
51 .pointSize);
54 .pointSize);
57 .pointSize);
61 .pointSize);
65 .pointSize);
69 .pointSize);
73 .pointSize);
[all …]
/dports/biology/jalview/jalview/test/jalview/gui/
H A DFontChooserTest.java52 for (int pointSize = 1;; pointSize++) in dumpInvalidFonts()
55 + "Plain fonts with sub-pixel width at " + pointSize + "pt:"); in dumpInvalidFonts()
56 if (pointSize == 1) in dumpInvalidFonts()
63 Font newFont = new Font(fontname, Font.PLAIN, pointSize); in dumpInvalidFonts()
71 if ((pointSize > 1 && tooSmall) || (pointSize == 1 && !tooSmall)) in dumpInvalidFonts()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DTrueTypeScaler.java192 float pointSize, in getOutline() argument
198 glyphLoader.loadGlyph(glyphIndex, pointSize, deviceTransform, in getOutline()
241 float pointSize, in getAdvance() argument
249 double scaleFactor = (double) pointSize / unitsPerEm; in getAdvance()
281 float pointSize, in scaleFromFUnits() argument
288 s = (double) pointSize / unitsPerEm; in scaleFromFUnits()
322 public float getAscent(float pointSize, in getAscent() argument
333 pointSize, in getAscent()
364 public float getDescent(float pointSize, in getDescent() argument
375 pointSize, in getDescent()

12345678910>>...177