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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffineEdge.c153 #define MLIB_EDGE_ZERO_LINE(TYPE, Left, Right) \
154 dp = (TYPE*)data + channels * Left; \
162 #define MLIB_EDGE_NEAREST_LINE(TYPE, Left, Right) \
163 dp = (TYPE*)data + channels * Left; \
164 size = Right - Left; \
179 #define MLIB_EDGE_BL(TYPE, Left, Right) \
180 dp = (TYPE*)data + channels * Left; \
181 size = Right - Left; \
262 #define MLIB_EDGE_INDEX_u8i(ITYPE, Left, Right) { \
265 size = Right - Left; \
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DSlotLayout.java42 Left, enum constant in enum:SlotLayout.HorizontalAlignment
88 case Left:
125 case Left:
H A DConnectionAnchor.java42 Left, enum constant in enum:ConnectionAnchor.HorizontalAlignment
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib.h98 int Left, Top, Width, Height, /* Current image dimensions. */ member in struct:GifImageDesc
H A Ddgif_lib.c363 if (DGifGetWord(GifFile, &GifFile->Image.Left) == GIF_ERROR ||
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c146 cx = FIX_POINT(desc->Left, 0, gif->SWidth);
148 cw = FIX_LENGTH(desc->Left, desc->Width, gif->SWidth);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java164 rightWidget.setLayout(new SlotLayout(SlotLayout.HorizontalAlignment.Left, VERTICAL_LAYOUT));//LayoutFactory.createVerticalLayout(LayoutFactory.SerialAlignment.JUSTIFY, 0));

Completed in 38 milliseconds