Searched refs:SurfaceDataBounds (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.h40 SurfaceDataBounds rasbounds;
/openjdk7/jdk/src/share/native/sun/font/
H A Dglyphblitting.h42 extern jint RefineBounds(GlyphBlitVector *gbv, SurfaceDataBounds *bounds);
H A DDrawGlyphList.c137 jint RefineBounds(GlyphBlitVector *gbv, SurfaceDataBounds *bounds) {
142 SurfaceDataBounds glyphs;
/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11TextRenderer.c48 SurfaceDataBounds *bounds, ImageRef *glyphs, jint totalGlyphs);
61 SurfaceDataBounds bounds;
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h52 } SurfaceDataBounds; typedef in typeref:struct:__anon811
60 * SurfaceDataBounds bounds;
154 SurfaceDataBounds bounds; /* bounds of raster array */
604 SurfaceData_IntersectBounds(SurfaceDataBounds *dst, SurfaceDataBounds *src);
613 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds,
623 SurfaceData_IntersectBoundsXYWH(SurfaceDataBounds *bounds,
636 SurfaceData_IntersectBlitBounds(SurfaceDataBounds *Abounds,
637 SurfaceDataBounds *Bbounds,
H A DSurfaceData.c172 SurfaceData_IntersectBounds(SurfaceDataBounds *dst, SurfaceDataBounds *src)
182 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds,
193 SurfaceData_IntersectBoundsXYWH(SurfaceDataBounds *bounds,
219 SurfaceData_IntersectBlitBounds(SurfaceDataBounds *src,
220 SurfaceDataBounds *dst,
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DRegion.h51 * SurfaceDataBounds span;
69 SurfaceDataBounds bounds;
91 * returns them in the specified SurfaceDataBounds structure.
99 Region_GetBounds(JNIEnv *env, jobject region, SurfaceDataBounds *b);
102 * Intersect the specified SurfaceDataBounds with the bounds of
187 Region_NextIteration(RegionData *pRgnInfo, SurfaceDataBounds *pSpan);
H A DRegion.c86 Region_GetBounds(JNIEnv *env, jobject region, SurfaceDataBounds *b)
149 Region_NextIteration(RegionData *pRgnInfo, SurfaceDataBounds *pSpan)
247 SurfaceDataBounds span;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawLine.c38 RefineBounds(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2)
264 SurfaceDataBounds *pBounds,
359 SurfaceDataBounds *pBounds,
H A DBlit.c99 SurfaceDataBounds span;
H A DBlitBg.c103 SurfaceDataBounds span;
H A DLineUtils.h50 SurfaceDataBounds *pBounds,
H A DMaskBlit.c94 SurfaceDataBounds span;
H A DDrawPolygons.c34 RefineBounds(SurfaceDataBounds *bounds, jint transX, jint transY,
H A DTransformHelper.c126 SurfaceDataBounds *pBounds,
181 SurfaceDataBounds *pBounds,
437 SurfaceDataBounds span;
551 SurfaceDataBounds span;
H A DGraphicsPrimitiveMgr.c144 void GrPrim_RefineBounds(SurfaceDataBounds *bounds, jint transX, jint transY,
477 GrPrim_Sg2dGetClip(JNIEnv *env, jobject sg2d, SurfaceDataBounds *bounds)
H A DGraphicsPrimitiveMgr.h520 SurfaceDataBounds *bounds);
547 void GrPrim_RefineBounds(SurfaceDataBounds *bounds, jint transX, jint transY,
H A DScaledBlit.c434 SurfaceDataBounds span;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c75 static int X11SD_FindClip(SurfaceDataBounds *b, SurfaceDataBounds *bounds,
77 static int X11SD_ClipToRoot(SurfaceDataBounds *b, SurfaceDataBounds *bounds,
81 SurfaceDataBounds *bounds,
1094 X11SD_ClipToRoot(SurfaceDataBounds *b, SurfaceDataBounds *bounds,
1168 X11SD_FindClip(SurfaceDataBounds *b, SurfaceDataBounds *bounds, X11SDOps *xsdo)
1323 SurfaceDataBounds *bound
[all...]
H A DX11PMBlitLoops.c43 SurfaceDataBounds span, srcBounds;
138 SurfaceDataBounds dstBounds, srcBounds;
H A DX11TextRenderer_md.c209 SurfaceDataBounds *bounds, ImageRef *glyphs, jint totalGlyphs)
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp64 SurfaceData_IntersectBounds(SurfaceDataBounds *dst, SurfaceDataBounds *src)
74 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds,
85 SurfaceData_IntersectBoundsXYWH(SurfaceDataBounds *bounds,
111 SurfaceData_IntersectBlitBounds(SurfaceDataBounds *src,
112 SurfaceDataBounds *dst,
355 SurfaceDataBounds dstBounds;
1023 SurfaceDataBounds srcBounds, dstBounds;
H A DD3DTextRenderer.cpp66 static SurfaceDataBounds cachedDestBounds;
87 static SurfaceDataBounds previousGlyphBounds;
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIBlitLoops.cpp86 SurfaceDataBounds dstBounds = {dstx, dsty, dstx + width, dsty + height};
H A DGDIWindowSurfaceData.cpp250 SurfaceDataBounds *bounds,
537 SurfaceDataBounds *bounds,
704 SurfaceDataBounds *bounds = &pRasInfo->bounds;
1021 SurfaceDataBounds span;

Completed in 87 milliseconds

12