Searched refs:tx2 (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskBlit.c46 GLfloat tx1, ty1, tx2, ty2; local
81 tx2 = ((GLfloat)width) / OGLC_BLIT_TILE_SIZE;
87 j2d_glTexCoord2f(tx2, ty1); j2d_glVertex2i(dstx + width, dsty);
88 j2d_glTexCoord2f(tx2, ty2); j2d_glVertex2i(dstx + width, dsty + height);
H A DOGLVertexCache.h82 jfloat tx2, jfloat ty2,
H A DOGLVertexCache.c220 jfloat tx1, ty1, tx2, ty2; local
261 tx2 = tx1 + (((jfloat)width) / OGLVC_MASK_CACHE_WIDTH_IN_TEXELS);
269 OGLVC_ADD_QUAD(tx1, ty1, tx2, ty2,
276 jfloat tx1, jfloat ty1, jfloat tx2, jfloat ty2,
285 OGLVC_ADD_QUAD(tx1, ty1, tx2, ty2,
275 OGLVertexCache_AddGlyphQuad(OGLContext *oglc, jfloat tx1, jfloat ty1, jfloat tx2, jfloat ty2, jfloat dx1, jfloat dy1, jfloat dx2, jfloat dy2) argument
H A DOGLBlitLoops.c111 GLdouble tx1, ty1, tx2, ty2; local
137 tx2 = (GLdouble)sx2;
143 tx2 = ((GLdouble)sx2) / srcOps->textureWidth;
155 j2d_glTexCoord2d(tx2, ty1); j2d_glVertex2d(dx2, dy1);
156 j2d_glTexCoord2d(tx2, ty2); j2d_glVertex2d(dx2, dy2);
264 GLdouble tx1, ty1, tx2, ty2; local
312 tx2 = ((GLdouble)sw) / tw;
344 j2d_glTexCoord2d(tx2, ty1); j2d_glVertex2d(dx + dw, dy);
345 j2d_glTexCoord2d(tx2, ty2); j2d_glVertex2d(dx + dw, dy + dh);
361 j2d_glTexCoord2d(tx2, ty
[all...]
H A DOGLTextRenderer.c682 cell->tx2, cell->ty2,
900 j2d_glMultiTexCoord2fARB(GL_TEXTURE0_ARB, cell->tx2, cell->ty1);
903 j2d_glMultiTexCoord2fARB(GL_TEXTURE0_ARB, cell->tx2, cell->ty2);
956 GLfloat tx1, ty1, tx2, ty2; local
1017 tx2 = ((GLfloat)sw) / OGLC_BLIT_TILE_SIZE;
1042 j2d_glMultiTexCoord2fARB(GL_TEXTURE0_ARB, tx2, ty1);
1045 j2d_glMultiTexCoord2fARB(GL_TEXTURE0_ARB, tx2, ty2);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DLineUtils.h59 jint tx1, ty1, tx2, ty2; \
62 SETORDERED(X1, X2, tx1, tx2, shorten); \
63 if (++tx2 < tx1) --tx2; /* integer overflow */ \
65 if (tx2 > (pRasInfo)->bounds.x2) tx2 = (pRasInfo)->bounds.x2; \
66 if (tx1 < tx2) { \
67 (*pLine)((pRasInfo), tx1, Y1, pixel, tx2 - tx1, 0, \
/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java824 long tx2 = tx1; tx2 += this.width;
830 if (tx2 > rx2) tx2 = rx2;
832 tx2 -= tx1;
834 // tx2,ty2 will never overflow (they will never be
837 if (tx2 < Integer.MIN_VALUE) tx2 = Integer.MIN_VALUE;
839 return new Rectangle(tx1, ty1, (int) tx2, (int) ty2);
866 long tx2
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskBlit.cpp46 jfloat tx1, ty1, tx2, ty2; local
98 tx2 = ((jfloat)width) / D3DC_BLIT_TILE_SIZE;
103 tx1, ty1, tx2, ty2);
H A DD3DMaskCache.cpp103 float tx1, ty1, tx2, ty2; local
147 tx2 = tx1 + (((float)width) / D3D_MASK_CACHE_WIDTH_IN_TEXELS);
156 tx1, ty1, tx2, ty2);
H A DD3DVertexCacher.h81 float tx1, float ty1, float tx2, float ty2);
H A DD3DBlitLoops.cpp407 float tx1, float ty1, float tx2, float ty2)
436 float tx2adj = tx2 - (1.0f / (2.0f * tw));
478 tx1, ty1, tx2, ty2);
503 float tx1, ty1, tx2, ty2; local
532 tx2 = ((float)sx2) / tw;
540 tx1, ty1, tx2, ty2);
566 double tx1, ty1, tx2, ty2; local
625 tx2 = ((double)sw) / tw;
646 (float)tx1, (float)ty1, (float)tx2, (float)ty2);
1123 float tx2 local
402 D3DDrawTextureWithHint(D3DContext *d3dc, D3DTEXTUREFILTERTYPE hint, jint srcWidth, jint srcHeight, float tw, float th, jint sx1, jint sy1, jint sx2, jint sy2, float dx1, float dy1, float dx2, float dy2, float tx1, float ty1, float tx2, float ty2) argument
[all...]
H A DD3DTextRenderer.cpp319 cell->tx2, cell->ty2);
587 cell->tx2, cell->ty2,
638 jfloat tx1, ty1, tx2, ty2; local
719 tx2 = ((jfloat)sw) / D3DC_BLIT_TILE_SIZE;
744 tx1, ty1, tx2, ty2,
/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.h69 jfloat tx2; member in struct:_CacheCellInfo
H A DAccelGlyphCache.c158 cellinfo->tx2 = cellinfo->tx1 + ((jfloat)w / cache->width);
238 cellinfo->tx2 = cellinfo->tx1 + ((jfloat)w / cache->width);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c290 long ty1, ty2, tx1, tx2, cx, cy, cxw, cyh, local
324 tx2 = CLAMP_TO_SHORT(x + w - halfW - 1);
333 rightW = (cxw - tx2) * 2;
350 if (tx1 <= tx2) {
352 tx1, cy, tx2, cy);
355 tx1, cyh, tx2, cyh);
697 long ty1, ty2, tx1, tx2, cx, cy, cxw, cyh, local
731 tx2 = CLAMP_TO_SHORT(x + w - halfW - 1);
740 rightW = (cxw - tx2) * 2;
757 if (tx1 < tx2) {
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c67 mlib_d64 a2, b2, tx2, c2, d2, ty2; local
192 tx2 = (-d * tx + b * ty);
405 dxs = xl * a2 + ii * b2 + tx2;
417 dxe = xr * a2 + ii * b2 + tx2;
491 dxs = xl * a2 + ii * b2 + tx2;
503 dxe = xr * a2 + ii * b2 + tx2;
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java1069 long tx2 = tx1 + r1.width;
1079 if (tx2 > rx2) tx2 = rx2;
1082 tx2 -= tx1;
1085 // tx2,ty2 will never overflow (they will never be
1088 if (tx2 < Integer.MIN_VALUE) tx2 = Integer.MIN_VALUE;
1091 r3.setBounds(tx1, ty1, (int) tx2, (int) ty2);

Completed in 62 milliseconds