Home
last modified time | relevance | path

Searched refs:dtx1 (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GDModel/
H A DGDMDateValueTests.cs49 dtx1.ParseString("20 JAN 2013"); in Test_Common()
57 dtx1.ParseString("20 JAN 2013"); in Test_Common()
65 dtx1.ParseString("1716/1717"); in Test_Common()
68 dtx1.ParseString("1716/20"); in Test_Common()
96 dtx1.ParseString(st); in Test_Common()
102 dtx1.ParseString(st); in Test_Common()
103 Assert.AreEqual(dtx1.Date, dt); in Test_Common()
108 dtx1.ParseString(st); in Test_Common()
135 dtx1.Clear(); in Test_Common()
136 Assert.IsTrue(dtx1.IsEmpty()); in Test_Common()
[all …]
H A DGDMDatePeriodTests.cs37 Assert.AreEqual("", dtx1.StringValue); in Test_Common()
41 UDN udn = dtx1.GetUDN(); in Test_Common()
49 udn = dtx1.GetUDN(); in Test_Common()
55 udn = dtx1.GetUDN(); in Test_Common()
58 dtx1.Clear(); in Test_Common()
59 dtx1.ParseString("FROM 04 JAN 2013"); in Test_Common()
63 udn = dtx1.GetUDN(); in Test_Common()
66 dtx1.Clear(); in Test_Common()
67 dtx1.ParseString("TO 23 JAN 2013"); in Test_Common()
71 udn = dtx1.GetUDN(); in Test_Common()
[all …]
H A DGDMDateRangeTests.cs36 using (var dtx1 = new GDMDateRange()) { in Test_Common()
37 Assert.IsNotNull(dtx1, "dtx1 != null"); in Test_Common()
38 Assert.AreEqual("", dtx1.StringValue); in Test_Common()
41 UDN udn = dtx1.GetUDN(); in Test_Common()
46 Assert.AreEqual(new DateTime(0), dtx1.Date); in Test_Common()
48 udn = dtx1.GetUDN(); in Test_Common()
51 dtx1.ParseString("BEF 20 JAN 2013"); in Test_Common()
55 udn = dtx1.GetUDN(); in Test_Common()
58 dtx1.ParseString("AFT 20 JAN 2013"); in Test_Common()
62 udn = dtx1.GetUDN(); in Test_Common()
[all …]
H A DGDMDateTests.cs53 dtx1.Day = 21; in Test_Common()
56 dtx1.Month = 09; in Test_Common()
59 dtx1.Year = 1812; in Test_Common()
62 dtx1.YearBC = true; in Test_Common()
65 dtx1.YearModifier = "2"; in Test_Common()
93 dtx1.SetJulian(1, 3, 1980); in Test_Common()
111 dtx2.Assign(dtx1); in Test_Common()
122 dtx1.SetHebrew(1, 2, 1980); in Test_Common()
137 dtx1.SetFrench(1, 2, 1980); in Test_Common()
160 GDMDate dtx1 = new GDMDate(); in Test_Misc()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GKCore/
H A DListsTests.cs54 var dtx1 = new GDMDateValue(); in Test_GDMDateItemAsIConvertible()
55 dtx1.ParseString("05 JAN 2013"); in Test_GDMDateItemAsIConvertible()
56 IConvertible dtItem1 = new GDMDateItem(dtx1); in Test_GDMDateItemAsIConvertible()
80 var dtx1 = new GDMDateValue(); in Test_GDMDateItem_Common()
81 dtx1.ParseString("05 JAN 2013"); in Test_GDMDateItem_Common()
82 var dtItem1 = new GDMDateItem(dtx1); in Test_GDMDateItem_Common()
95 dtItem1 = new GDMDateItem(dtx1); in Test_GDMDateItem_Common()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c719 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
784 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
797 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
809 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
818 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
869 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
907 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
953 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
965 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
974 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c717 jfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphViaCache() local
782 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH; in OGLTR_DrawLCDGlyphViaCache()
795 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphViaCache()
807 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphViaCache()
816 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphViaCache()
867 GLfloat dtx1, dty1, dtx2, dty2; in OGLTR_DrawLCDGlyphNoCache() local
905 dtx1 = 0.0f; in OGLTR_DrawLCDGlyphNoCache()
951 dtx1 =((GLfloat)dxadj) / dstOps->textureWidth; in OGLTR_DrawLCDGlyphNoCache()
963 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty1); in OGLTR_DrawLCDGlyphNoCache()
972 j2d_glMultiTexCoord2fARB(GL_TEXTURE1_ARB, dtx1, dty2); in OGLTR_DrawLCDGlyphNoCache()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp527 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphViaCache() local
578 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / D3DTR_CACHED_DEST_WIDTH; in D3DTR_DrawLCDGlyphViaCache()
588 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphViaCache()
640 jfloat dtx1, dty1, dtx2, dty2; in D3DTR_DrawLCDGlyphNoCache() local
685 dtx1 = 0.0f; in D3DTR_DrawLCDGlyphNoCache()
745 dtx1, dty1, dtx2, dty2); in D3DTR_DrawLCDGlyphNoCache()

12