Home
last modified time | relevance | path

Searched refs:glyphBox (Results 1 – 11 of 11) sorted by relevance

/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/test/
H A DFontToy.java88 private JComboBox glyphBox; field in FontToy
115 glyphBox = new JComboBox(); in FontToy()
116 glyphBox.addItemListener(new ItemListener() { in FontToy()
144 controlPanel.add(glyphBox); in FontToy()
190 glyphBox.setSelectedItem(value); in FontToy()
434 glyphBox.setModel(new DefaultComboBoxModel(objs)); in fontSelected()
504 int curIndex = glyphBox.getSelectedIndex(); in keyPressed()
510 nextIndex = glyphBox.getItemCount() - 1; in keyPressed()
516 if (nextIndex >= glyphBox.getItemCount()) { in keyPressed()
522 glyphBox.setSelectedIndex(nextIndex); in keyPressed()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/font/
H A DossimFreeTypeFont.cpp462 const ossimIrect& glyphBox) in drawBitmap() argument
464 if(bufRect.intersects(glyphBox)) in drawBitmap()
469 ossimIrect intersectionRect = bufRect.clipToRect(glyphBox); in drawBitmap()
472 long difInX = intersectionRect.ul().x - glyphBox.ul().x; in drawBitmap()
473 long difInY = glyphBox.ul().y - intersectionRect.ul().y; in drawBitmap()
489 long height = std::min((long)intersectionRect.height(), (long)glyphBox.height()); in drawBitmap()
490 long width = std::min((long)intersectionRect.width(), (long)glyphBox.width()); in drawBitmap()
/dports/editors/abiword/abiword-3.0.5/plugins/mathview/xp/
H A Dgr_Abi_CharArea.cpp37 f->glyphBox(m_ch, glyphRect, graphics); in GR_Abi_CharArea()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/font/
H A DossimFreeTypeFont.h188 const ossimIrect& glyphBox);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/svg/font/
H A DFOPGVTGlyphVector.java304 Shape glyphBox = getBoundingBoxes()[glyphIndex]; in getGlyphOutline() local
311 return tr.createTransformedShape(glyphBox); in getGlyphOutline()
/dports/x11-fonts/py-ufo2ft/ufo2ft-2.5.0/Lib/ufo2ft/
H A DoutlineCompiler.py155 for glyphName, glyphBox in self.glyphBoundingBoxes.items():
156 if glyphBox is None:
159 fontBox = glyphBox
161 fontBox = unionRect(fontBox, glyphBox)
/dports/editors/abiword/abiword-3.0.5/src/af/gr/win/
H A Dgr_Win32Graphics.h67 virtual bool glyphBox(UT_UCS4Char g, UT_Rect & rec, GR_Graphics * pG);
H A Dgr_Win32Graphics.cpp1793 bool GR_Win32Font::glyphBox(UT_UCS4Char g, UT_Rect & rec, GR_Graphics * pG) in glyphBox() function in GR_Win32Font
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_CairoGraphics.h112 virtual bool glyphBox(UT_UCS4Char g, UT_Rect & rec, GR_Graphics * pG);
H A Dgr_Graphics.h129 virtual bool glyphBox(UT_UCS4Char g, UT_Rect & rec, GR_Graphics * pG) = 0;
H A Dgr_CairoGraphics.cpp3730 bool GR_PangoFont::glyphBox(UT_UCS4Char g, UT_Rect & rec, GR_Graphics * pG) in glyphBox() function in GR_PangoFont