Searched refs:GraphicAttribute (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DTextMetricsCalculator.java26 import java.awt.font.GraphicAttribute;
67 } else if (baselineIndex == GraphicAttribute.BOTTOM_ALIGNMENT) {
69 } else if (baselineIndex == GraphicAttribute.TOP_ALIGNMENT) {
98 } else if (val instanceof GraphicAttribute) {
100 GraphicAttribute ga = (GraphicAttribute) val;
105 align == GraphicAttribute.TOP_ALIGNMENT ||
106 align == GraphicAttribute.BOTTOM_ALIGNMENT
108 baselineIndex = GraphicAttribute.ROMAN_BASELINE;
118 baselineIndex = GraphicAttribute
[all...]
H A DBasicMetrics.java26 import java.awt.font.GraphicAttribute;
79 * Constructs BasicMetrics from GraphicAttribute.
84 BasicMetrics(GraphicAttribute ga) {
H A DTextRunBreaker.java221 // Find appropriate font or place GraphicAttribute there
327 if (fontOrGAttr instanceof GraphicAttribute) {
330 (GraphicAttribute)fontOrGAttr,
H A DTextRunSegmentImpl.java794 GraphicAttribute ga;
799 TextRunSegmentGraphic(GraphicAttribute attr, int len, int start) {
/frameworks/base/awt/java/awt/font/
H A DGraphicAttribute.java30 * The GraphicAttribute abstract class provides an opportunity to insert
35 public abstract class GraphicAttribute { class
67 // the alignment of this GraphicAttribute
79 protected GraphicAttribute(int align) { method in class:GraphicAttribute
88 * Draws the GraphicAttribute at the specified location.
93 * the X coordinate of GraphicAttribute location.
95 * the Y coordinate of GraphicAttribute location.
100 * Gets the GraphicAttribute's advance. It's the distance from the point at
104 * @return the GraphicAttribute's advance.
109 * Gets the alignment of this GraphicAttribute
[all...]
H A DImageGraphicAttribute.java36 public final class ImageGraphicAttribute extends GraphicAttribute {
H A DShapeGraphicAttribute.java39 public final class ShapeGraphicAttribute extends GraphicAttribute {

Completed in 76 milliseconds