Home
last modified time | relevance | path

Searched refs:GlyphMetrics (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/
H A Dglyph_metrics.cc21 GlyphMetrics::~GlyphMetrics() { in ~GlyphMetrics()
24 GlyphMetrics::GlyphMetrics(ReadableFontData* data) in GlyphMetrics() function in sfntly::GlyphMetrics
28 GlyphMetrics::Builder::~Builder() { in ~Builder()
31 GlyphMetrics::Builder::Builder(WritableFontData* data) in Builder()
35 GlyphMetrics::Builder::Builder(ReadableFontData* data) in Builder()
H A Dglyph_metrics.h24 class GlyphMetrics : public SubTable {
26 virtual ~GlyphMetrics();
38 explicit GlyphMetrics(ReadableFontData* data);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/
H A Dglyph_metrics.cc21 GlyphMetrics::~GlyphMetrics() { in ~GlyphMetrics()
24 GlyphMetrics::GlyphMetrics(ReadableFontData* data) in GlyphMetrics() function in sfntly::GlyphMetrics
28 GlyphMetrics::Builder::~Builder() { in ~Builder()
31 GlyphMetrics::Builder::Builder(WritableFontData* data) in Builder()
35 GlyphMetrics::Builder::Builder(ReadableFontData* data) in Builder()
H A Dglyph_metrics.h24 class GlyphMetrics : public SubTable {
26 virtual ~GlyphMetrics();
38 explicit GlyphMetrics(ReadableFontData* data);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/
H A DGlyphMetrics.java39 public final class GlyphMetrics { class
68 public GlyphMetrics(int ascent, int descent, int width) { in GlyphMetrics() method in GlyphMetrics
102 if (!(object instanceof GlyphMetrics)) return false; in equals()
103 GlyphMetrics metrics = (GlyphMetrics)object; in equals()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DGlyphMetrics.java39 public final class GlyphMetrics { class
68 public GlyphMetrics(int ascent, int descent, int width) { in GlyphMetrics() method in GlyphMetrics
102 if (!(object instanceof GlyphMetrics)) return false; in equals()
103 GlyphMetrics metrics = (GlyphMetrics)object; in equals()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/awt/font/
H A DGlyphMetrics.h18 class GlyphMetrics; variable
28 class java::awt::font::GlyphMetrics : public ::java::lang::Object
32 GlyphMetrics(jboolean, jfloat, jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
33 GlyphMetrics(jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/awt/font/
H A DGlyphMetrics.h18 class GlyphMetrics; variable
28 class java::awt::font::GlyphMetrics : public ::java::lang::Object
32 GlyphMetrics(jboolean, jfloat, jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
33 GlyphMetrics(jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/awt/font/
H A DGlyphMetrics.h18 class GlyphMetrics; variable
28 class java::awt::font::GlyphMetrics : public ::java::lang::Object
32 GlyphMetrics(jboolean, jfloat, jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
33 GlyphMetrics(jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/awt/font/
H A DGlyphMetrics.h18 class GlyphMetrics; variable
28 class java::awt::font::GlyphMetrics : public ::java::lang::Object
32 GlyphMetrics(jboolean, jfloat, jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
33 GlyphMetrics(jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/awt/font/
H A DGlyphMetrics.h18 class GlyphMetrics; variable
28 class java::awt::font::GlyphMetrics : public ::java::lang::Object
32 GlyphMetrics(jboolean, jfloat, jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
33 GlyphMetrics(jfloat, ::java::awt::geom::Rectangle2D *, jbyte);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DFreetypeGlyphVector.java44 import java.awt.font.GlyphMetrics;
98 private GlyphMetrics[] metricsCache;
185 metricsCache = new GlyphMetrics[ nGlyphs ]; in FreetypeGlyphVector()
302 GlyphMetrics gm = null; in performDefaultLayout()
395 GlyphMetrics gm = getGlyphMetrics( glyphIndex ); in getGlyphLogicalBounds()
419 metricsCache = new GlyphMetrics[ nGlyphs ]; in setupGlyphMetrics()
423 GlyphMetrics gm = (GlyphMetrics)peer.getGlyphMetrics(glyphCodes[i]); in setupGlyphMetrics()
431 gm = new GlyphMetrics(true, in setupGlyphMetrics()
436 GlyphMetrics.STANDARD ); in setupGlyphMetrics()
447 public GlyphMetrics getGlyphMetrics(int glyphIndex) in getGlyphMetrics()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/gtk/
H A DFreetypeGlyphVector.java44 import java.awt.font.GlyphMetrics;
98 private GlyphMetrics[] metricsCache;
185 metricsCache = new GlyphMetrics[ nGlyphs ]; in FreetypeGlyphVector()
302 GlyphMetrics gm = null; in performDefaultLayout()
395 GlyphMetrics gm = getGlyphMetrics( glyphIndex ); in getGlyphLogicalBounds()
419 metricsCache = new GlyphMetrics[ nGlyphs ]; in setupGlyphMetrics()
423 GlyphMetrics gm = (GlyphMetrics)peer.getGlyphMetrics(glyphCodes[i]); in setupGlyphMetrics()
431 gm = new GlyphMetrics(true, in setupGlyphMetrics()
436 GlyphMetrics.STANDARD ); in setupGlyphMetrics()
447 public GlyphMetrics getGlyphMetrics(int glyphIndex) in getGlyphMetrics()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/gtk/
H A DFreetypeGlyphVector.java44 import java.awt.font.GlyphMetrics;
98 private GlyphMetrics[] metricsCache;
185 metricsCache = new GlyphMetrics[ nGlyphs ]; in FreetypeGlyphVector()
302 GlyphMetrics gm = null; in performDefaultLayout()
395 GlyphMetrics gm = getGlyphMetrics( glyphIndex ); in getGlyphLogicalBounds()
419 metricsCache = new GlyphMetrics[ nGlyphs ]; in setupGlyphMetrics()
423 GlyphMetrics gm = (GlyphMetrics)peer.getGlyphMetrics(glyphCodes[i]); in setupGlyphMetrics()
431 gm = new GlyphMetrics(true, in setupGlyphMetrics()
436 GlyphMetrics.STANDARD ); in setupGlyphMetrics()
447 public GlyphMetrics getGlyphMetrics(int glyphIndex) in getGlyphMetrics()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DFreetypeGlyphVector.java44 import java.awt.font.GlyphMetrics;
98 private GlyphMetrics[] metricsCache;
185 metricsCache = new GlyphMetrics[ nGlyphs ]; in FreetypeGlyphVector()
302 GlyphMetrics gm = null; in performDefaultLayout()
395 GlyphMetrics gm = getGlyphMetrics( glyphIndex ); in getGlyphLogicalBounds()
419 metricsCache = new GlyphMetrics[ nGlyphs ]; in setupGlyphMetrics()
423 GlyphMetrics gm = (GlyphMetrics)peer.getGlyphMetrics(glyphCodes[i]); in setupGlyphMetrics()
431 gm = new GlyphMetrics(true, in setupGlyphMetrics()
436 GlyphMetrics.STANDARD ); in setupGlyphMetrics()
447 public GlyphMetrics getGlyphMetrics(int glyphIndex) in getGlyphMetrics()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/peer/gtk/
H A DFreetypeGlyphVector.java44 import java.awt.font.GlyphMetrics;
98 private GlyphMetrics[] metricsCache;
185 metricsCache = new GlyphMetrics[ nGlyphs ]; in FreetypeGlyphVector()
302 GlyphMetrics gm = null; in performDefaultLayout()
395 GlyphMetrics gm = getGlyphMetrics( glyphIndex ); in getGlyphLogicalBounds()
419 metricsCache = new GlyphMetrics[ nGlyphs ]; in setupGlyphMetrics()
423 GlyphMetrics gm = (GlyphMetrics)peer.getGlyphMetrics(glyphCodes[i]); in setupGlyphMetrics()
431 gm = new GlyphMetrics(true, in setupGlyphMetrics()
436 GlyphMetrics.STANDARD ); in setupGlyphMetrics()
447 public GlyphMetrics getGlyphMetrics(int glyphIndex) in getGlyphMetrics()
/dports/devel/love08/love-0.8.0/src/modules/font/
H A DGlyphData.h35 struct GlyphMetrics struct
58 GlyphData(unsigned short glyph, GlyphMetrics glyphMetrics, Format f); argument
120 GlyphMetrics metrics;
/dports/devel/love07/love-HEAD/src/modules/font/
H A DGlyphData.h35 struct GlyphMetrics struct
58 GlyphData(unsigned short glyph, GlyphMetrics glyphMetrics, Format f); argument
147 GlyphMetrics metrics;
/dports/devel/love/love-11.3/src/modules/font/
H A DGlyphData.h43 struct GlyphMetrics struct
61 GlyphData(uint32 glyph, GlyphMetrics glyphMetrics, PixelFormat f); argument
146 GlyphMetrics metrics;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/font/
H A DGlyphMetrics.java46 public final class GlyphMetrics class
60 public GlyphMetrics (boolean horizontal, float advanceX, float advanceY, in GlyphMetrics() method in GlyphMetrics
70 public GlyphMetrics (float advance, Rectangle2D bounds, byte glyphType) in GlyphMetrics() method in GlyphMetrics
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/font/
H A DGlyphMetrics.java46 public final class GlyphMetrics class
60 public GlyphMetrics (boolean horizontal, float advanceX, float advanceY, in GlyphMetrics() method in GlyphMetrics
70 public GlyphMetrics (float advance, Rectangle2D bounds, byte glyphType) in GlyphMetrics() method in GlyphMetrics
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/font/
H A DGlyphMetrics.java46 public final class GlyphMetrics class
60 public GlyphMetrics (boolean horizontal, float advanceX, float advanceY, in GlyphMetrics() method in GlyphMetrics
70 public GlyphMetrics (float advance, Rectangle2D bounds, byte glyphType) in GlyphMetrics() method in GlyphMetrics
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/
H A DLineContentAnnotation.java20 import org.eclipse.swt.graphics.GlyphMetrics;
134 GlyphMetrics metrics= style.metrics; in updateStyle()
137 metrics= new GlyphMetrics(0, 0, fullWidth); in updateStyle()
147 metrics= new GlyphMetrics(0, 0, fullWidth); in updateStyle()
/dports/devel/love10/love-0.10.2/src/modules/font/
H A DGlyphData.h42 struct GlyphMetrics struct
65 GlyphData(uint32 glyph, GlyphMetrics glyphMetrics, Format f); argument
151 GlyphMetrics metrics;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/font/
H A DGlyphMetrics.java46 public final class GlyphMetrics class
60 public GlyphMetrics (boolean horizontal, float advanceX, float advanceY, in GlyphMetrics() method in GlyphMetrics
70 public GlyphMetrics (float advance, Rectangle2D bounds, byte glyphType) in GlyphMetrics() method in GlyphMetrics

12345678910>>...12