Searched refs:COMPONENT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/ui/
H A DPixelFormat.cpp94 #define COMPONENT(name) \ macro
98 COMPONENT(ALPHA)
99 COMPONENT(RGB)
100 COMPONENT(RGBA)
101 COMPONENT(LUMINANCE)
102 COMPONENT(LUMINANCE_ALPHA)
107 #undef COMPONENT macro
/frameworks/base/awt/java/awt/font/
H A DGlyphMetrics.java31 * LIGATURE, COMBINING, or COMPONENT.
86 * The Constant COMPONENT indicates a glyph with no corresponding character
89 public static final byte COMPONENT = 3; field in class:GlyphMetrics
187 return ((this.glyphType & 3) == COMPONENT);

Completed in 110 milliseconds