Searched defs:images (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrikeDisposer.java55 long pContext, int[] images) {
56 super(font2D, desc, 0L, images);
61 long pContext, long[] images) {
62 super(font2D, desc, 0L, images);
54 NativeStrikeDisposer(Font2D font2D, FontStrikeDesc desc, long pContext, int[] images) argument
60 NativeStrikeDisposer(Font2D font2D, FontStrikeDesc desc, long pContext, long[] images) argument
H A DNativeStrike.java214 void getGlyphImagePtrs(int[] glyphCodes, long[] images,int len) { argument
216 images[i] = getGlyphImagePtr(glyphCodes[i]);
261 * delegate NativeFont/Strike to get images from native. This is used
335 void getGlyphImagePtrs(int[] glyphCodes, long[] images,int len) { argument
336 delegateStrike.getGlyphImagePtrs(glyphCodes, images, len);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrikeDisposer.java67 long pContext, int[] images) {
71 this.intGlyphImages = images;
75 long pContext, long[] images) {
79 this.longGlyphImages = images;
66 FontStrikeDisposer(Font2D font2D, FontStrikeDesc desc, long pContext, int[] images) argument
74 FontStrikeDisposer(Font2D font2D, FontStrikeDesc desc, long pContext, long[] images) argument
H A DCompositeStrike.java113 void getGlyphImagePtrs(int[] glyphCodes, long[] images, int len) { argument
115 int numptrs = strike.getSlot0GlyphImagePtrs(glyphCodes, images, len);
121 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK);
H A DFontStrike.java54 abstract void getGlyphImagePtrs(int[] glyphCodes, long[] images,int len); argument
H A DPhysicalStrike.java117 int getSlot0GlyphImagePtrs(int[] glyphCodes, long[] images, int len) { argument
H A DGlyphList.java91 * images are later referenced. This does mean that if such code discards
111 long images[]; field in class:GlyphList
173 images = new long[len];
267 * chars to glyph ids to directly map to images?
272 info.fontStrike.getGlyphImagePtrs(glyphData, images, len);
293 strikelist = sgv.setupGlyphImages(images,
327 StrikeCache.unsafe.getFloat(images[i]+StrikeCache.topLeftXOffset);
329 StrikeCache.unsafe.getFloat(images[i]+StrikeCache.topLeftYOffset);
339 (images[i]+StrikeCache.xAdvanceOffset);
341 (images[
[all...]
H A DFileFontStrike.java172 * This will return null images, zero advance, and empty outlines
399 void getGlyphImagePtrs(int[] glyphCodes, long[] images, int len) { argument
404 images[i] = StrikeCache.invisibleGlyphPtr;
406 } else if ((images[i] = getCachedGlyphPtr(glyphCode)) != 0L) {
416 images[i] = setCachedGlyphPtr(glyphCode, glyphPtr);
424 int getSlot0GlyphImagePtrs(int[] glyphCodes, long[] images, int len) { argument
436 images[i] = StrikeCache.invisibleGlyphPtr;
438 } else if ((images[i] = getCachedGlyphPtr(glyphCode)) != 0L) {
449 images[i] = setCachedGlyphPtr(glyphCode, glyphPtr);
818 * We never reach this path if we obtain images wit
[all...]
H A DStandardGlyphVector.java93 * size information, but the images (and advances) don't ignore it.
257 * because a GV caches a strike and glyph images suitable for its FRC.
918 * GlyphList calls this to set up its images data. First it calls needsPositions,
924 * strikes based on it to generate the images. Finally, we fill in the positions
929 Object setupGlyphImages(long[] images, float[] positions, double[] devTX) { argument
934 return gti.setupGlyphImages(images, positions, dtx);
938 gs.strike.getGlyphImagePtrs(glyphs, images, glyphs.length);
1591 Object setupGlyphImages(long[] images, float[] positions, AffineTransform tx) { argument
1598 images[i] = gs.strike.getGlyphImagePtr(glyphID);
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCStrikeDisposer.java54 long pContext, int[] images)
56 super(font2D, desc, 0L, images);
61 long pContext, long[] images)
63 super(font2D, desc, 0L, images);
53 CStrikeDisposer(Font2D font2D, FontStrikeDesc desc, long pContext, int[] images) argument
60 CStrikeDisposer(Font2D font2D, FontStrikeDesc desc, long pContext, long[] images) argument
H A DCStrike.java295 void getGlyphImagePtrs(int[] glyphCodes, long[] images, int len) { argument
305 images[i] = ptr;
309 images[i] = 0L;
328 if (images[i] != 0L) continue; // already filled
361 if (images[i] != 0L && images[i] != -1L) {
370 images[i] = glyphInfoCache.get(code);
375 images[i] = ptr;
/openjdk7/jdk/test/sun/java2d/DirectX/NonOpaqueDestLCDAATest/
H A DNonOpaqueDestLCDAATest.java91 images = null;
120 for (Image im : images) {
134 for (int i = 0; i < images.length; i++) {
137 if (images[i] instanceof VolatileImage) {
139 ImageIO.write(((VolatileImage)images[i]).
143 ImageIO.write((BufferedImage)images[i],
177 Image images[]; field in class:NonOpaqueDestLCDAATest
179 if (images == null) {
180 images = new Image[6];
184 gc.createCompatibleVolatileImage(w,h/images
[all...]
/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeStrike.java51 void getGlyphImagePtrs(int[] glyphCodes, long[] images,int len) { argument
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DTextRenderer.java46 long[] images, float[] positions);
42 drawGlyphList(int numGlyphs, boolean usePositions, boolean subPixPos, boolean rgbOrder, int lcdContrast, float glOrigX, float glOrigY, long[] images, float[] positions) argument
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLTextRenderer.java46 long[] images, float[] positions);
42 drawGlyphList(int numGlyphs, boolean usePositions, boolean subPixPos, boolean rgbOrder, int lcdContrast, float glOrigX, float glOrigY, long[] images, float[] positions) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedTextPipe.java111 final long[] images = gl.getImages();
116 // so that the associated glyph images are not disposed while enqueued
132 buf.put(images, 0, totalGlyphs);
146 images, gl.getPositions());
161 long[] images, float[] positions);
157 drawGlyphList(int numGlyphs, boolean usePositions, boolean subPixPos, boolean rgbOrder, int lcdContrast, float glOrigX, float glOrigY, long[] images, float[] positions) argument
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DWizardDlg.java119 public WizardDlg(JFrame frame, String title, Vector panels, Vector images) argument
123 this.images = images;
330 private Vector images; field in class:WizardDlg
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java1491 * Utility class for caching icon images. This is necessary because
1494 * images for GC's that we have already seen (for example,
1505 Vector<ImageGcPair> images = new Vector<ImageGcPair>(1, 1); field in class:MetalIconFactory.ImageCacher
1527 for (ImageGcPair imgGcPair : images) {
1540 images.addElement(imgGcPair);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp385 unsigned char *images = b; local
399 images, positions);
H A DD3DTextRenderer.cpp765 unsigned char *images, unsigned char *positions)
774 RETURN_STATUS_IF_NULL(images, E_FAIL);
786 GlyphInfo *ginfo = (GlyphInfo *)jlong_to_ptr(NEXT_LONG(images));
873 unsigned char *images; local
877 images = (unsigned char *)
879 if (images != NULL) {
891 images, positions);
900 images, NULL);
909 images, JNI_ABORT);
761 D3DTR_DrawGlyphList(D3DContext *d3dc, D3DSDOps *dstOps, jint totalGlyphs, jboolean usePositions, jboolean subPixPos, jboolean rgbOrder, jint lcdContrast, jfloat glyphListOrigX, jfloat glyphListOrigY, unsigned char *images, unsigned char *positions) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c249 unsigned char *images = b; local
263 images, positions);
H A DOGLTextRenderer.c120 * invalidate the cache, which may already store glyph images in the reverse
192 * otherwise we will simply store the grayscale/monochrome glyph images
1067 unsigned char *images, unsigned char *positions)
1075 RETURN_IF_NULL(images);
1087 GlyphInfo *ginfo = (GlyphInfo *)jlong_to_ptr(NEXT_LONG(images));
1173 unsigned char *images; local
1177 images = (unsigned char *)
1179 if (images != NULL) {
1191 images, positions);
1200 images, NUL
1063 OGLTR_DrawGlyphList(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps, jint totalGlyphs, jboolean usePositions, jboolean subPixPos, jboolean rgbOrder, jint lcdContrast, jfloat glyphListOrigX, jfloat glyphListOrigY, unsigned char *images, unsigned char *positions) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java605 private HashMap<String, Image> images = new HashMap<String, Image>(); field in class:Metacity
608 Image image = images.get(key+"-"+c.getRGB());
612 images.put(key+"-"+c.getRGB(), image);
619 Image image = images.get(key);
630 images.put(key, image);

Completed in 98 milliseconds