Home
last modified time | relevance | path

Searched refs:inFont (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/graphics/quesoglc/quesoglc-0.7.2/src/
H A Dfont.c90 if (font->id == inFont) break; in __glcVerifyFontParameters()
126 node->data = inFont; in __glcAppendFont()
231 if (font->id == inFont) { in glcDeleteFont()
241 if (font->id == inFont) { in glcDeleteFont()
291 void APIENTRY glcFont(GLint inFont) in glcFont() argument
304 if (inFont) { in glcFont()
435 if (inFont) { in glcFontFace()
956 if (font->id == inFont) in glcIsFont()
965 if (font->id == inFont) in glcIsFont()
1054 if (inFont < 1) { in glcNewFontFromMaster()
[all …]
H A Drender.c160 __GLCfont* inFont, __GLCcontext* inContext, in __glcRenderChar() argument
171 assert(inFont); in __glcRenderChar()
179 if (!__glcFontOpen(inFont, inContext)) in __glcRenderChar()
205 if (!__glcFontGetAdvance(inFont, inCode, advance, inContext, scale_x, in __glcRenderChar()
208 __glcFontClose(inFont); in __glcRenderChar()
214 glyph = __glcFontGetGlyph(inFont, inCode, inContext); in __glcRenderChar()
217 && !__glcFontPrepareGlyph(inFont, inContext, scale_x, scale_y, in __glcRenderChar()
220 __glcFontClose(inFont); in __glcRenderChar()
235 if (!__glcFontOutlineEmpty(inFont)) { in __glcRenderChar()
242 __glcFontClose(inFont); in __glcRenderChar()
[all …]
H A Dmeasure.c83 GLboolean inIsRTL, __GLCfont* inFont, in __glcGetCharMetric() argument
95 assert(inFont); in __glcGetCharMetric()
144 if (!__glcFontGetBoundingBox(inFont, inCode, temp, inContext, scale_x, in __glcGetCharMetric()
175 if (!__glcFontGetAdvance(inFont, inCode, temp, inContext, scale_x, scale_y)) in __glcGetCharMetric()
194 if (__glcFontGetKerning(inFont, leftCode, rightCode, kerning, inContext, in __glcGetCharMetric()
H A Dtexture.c337 void __glcRenderCharTexture(__GLCfont* inFont, __GLCcontext* inContext, in __glcRenderCharTexture() argument
358 __glcFaceDescGetBitmapSize(inFont->faceDesc, &pixWidth, &pixHeight, scale_x, in __glcRenderCharTexture()
372 if (!__glcFaceDescGetBitmapSize(inFont->faceDesc, &pixWidth, &pixHeight, in __glcRenderCharTexture()
414 if (!__glcFaceDescGetBitmap(inFont->faceDesc, pixWidth, pixHeight, in __glcRenderCharTexture()
H A Dtexture.h38 void __glcRenderCharTexture(__GLCfont* inFont, __GLCcontext* inContext,
/dports/graphics/quesoglc/quesoglc-0.7.2/include/GL/
H A Dglc.h218 GLCAPI void APIENTRY glcAppendFont (GLint inFont);
219 GLCAPI void APIENTRY glcDeleteFont (GLint inFont);
220 GLCAPI void APIENTRY glcFont (GLint inFont);
222 GLCAPI void APIENTRY glcFontMap (GLint inFont, GLint inCode,
225 GLCAPI const GLCchar* APIENTRY glcGetFontFace (GLint inFont);
226 GLCAPI const GLCchar* APIENTRY glcGetFontListc (GLint inFont,
230 GLCAPI const GLbyte* APIENTRY glcGetFontMasterArray (GLint inFont,
234 GLCAPI GLint APIENTRY glcGetFonti (GLint inFont, GLCenum inAttrib);
235 GLCAPI GLboolean APIENTRY glcIsFont (GLint inFont);
236 GLCAPI GLint APIENTRY glcNewFontFromFamily (GLint inFont,
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dcharacterwidget.cpp149 while ( next < 0xfffc && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
158 while ( next > 0 && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
167 while ( next < 0xfffc && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
176 while ( next > 0 && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
185 while ( next < 0xfffc && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
194 while ( next > 0 && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
256 …painter.setBrush( fontMetrics.inFont( QChar( key ) ) ? QBrush( palette.color( QPalette::Base ) ) :… in paintEvent()
272 if ( fontMetrics.inFont( QChar( key ) ) ) in paintEvent()
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dcharacterwidget.cpp149 while ( next < 0xfffc && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
158 while ( next > 0 && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
167 while ( next < 0xfffc && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
176 while ( next > 0 && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
185 while ( next < 0xfffc && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
194 while ( next > 0 && !fm.inFont( QChar( next ) ) ) in keyPressEvent()
256 …painter.setBrush( fontMetrics.inFont( QChar( key ) ) ? QBrush( palette.color( QPalette::Base ) ) :… in paintEvent()
272 if ( fontMetrics.inFont( QChar( key ) ) ) in paintEvent()
/dports/graphics/quesoglc/quesoglc-0.7.2/include/
H A Dinternal.h171 GLboolean inIsRTL, __GLCfont* inFont,
189 extern void __glcRenderCharScalable(__GLCfont* inFont, __GLCcontext* inContext,
254 extern __GLCfont* __glcVerifyFontParameters(GLint inFont);
261 extern void __glcAppendFont(__GLCcontext* inContext, __GLCfont* inFont);
276 extern GLboolean __glcFontFace(__GLCfont* inFont, const GLCchar8* inFace,
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dtext-box.h92 void xfdashboard_text_box_set_text_font(XfdashboardTextBox *self, const gchar *inFont);
109 void xfdashboard_text_box_set_hint_text_font(XfdashboardTextBox *self, const gchar *inFont);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontengine_qws.cpp172 bool inFont(glyph_t g) const in inFont() function in QPFGlyphTree
177 return less->inFont(g); in inFont()
181 return more->inFont(g); in inFont()
534 if (!d->tree->inFont(str[i].unicode())) in canRender()
H A Dqfontmetrics.h91 bool inFont(QChar) const;
172 bool inFont(QChar) const;
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSBezierPath.h237 - (void)appendBezierPathWithGlyph:(NSGlyph)glyph inFont:(NSFont *)font;
240 inFont:(NSFont *)font;
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfontmetrics.h98 bool inFont(QChar) const;
193 bool inFont(QChar) const; in Q_DECLARE_SHARED()

123456789