Home
last modified time | relevance | path

Searched refs:surfaceData (Results 126 – 150 of 563) sorted by relevance

12345678910>>...23

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/sun/java2d/metal/
H A DMTLRenderer.java54 dstData = (MTLSurfaceData)sg2d.surfaceData; in validateContext()
56 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContext()
68 dstData = (MTLSurfaceData)sg2d.surfaceData; in validateContextAA()
70 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContextAA()
83 sg2d.surfaceData.getTransparency() == Transparency.OPAQUE ? in copyArea()
87 dstData = (MTLSurfaceData)sg2d.surfaceData; in copyArea()
89 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in copyArea()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLRenderer.java52 dstData = (OGLSurfaceData)sg2d.surfaceData; in validateContext()
54 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContext()
66 dstData = (OGLSurfaceData)sg2d.surfaceData; in validateContextAA()
68 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContextAA()
81 sg2d.surfaceData.getTransparency() == Transparency.OPAQUE ? in copyArea()
85 dstData = (OGLSurfaceData)sg2d.surfaceData; in copyArea()
87 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in copyArea()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLRenderer.java52 dstData = (OGLSurfaceData)sg2d.surfaceData; in validateContext()
54 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContext()
66 dstData = (OGLSurfaceData)sg2d.surfaceData; in validateContextAA()
68 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContextAA()
81 sg2d.surfaceData.getTransparency() == Transparency.OPAQUE ? in copyArea()
85 dstData = (OGLSurfaceData)sg2d.surfaceData; in copyArea()
87 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in copyArea()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/sun/java2d/d3d/
H A DD3DRenderer.java53 dstData = (D3DSurfaceData)sg2d.surfaceData; in validateContext()
55 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContext()
67 dstData = (D3DSurfaceData)sg2d.surfaceData; in validateContextAA()
69 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContextAA()
82 sg2d.surfaceData.getTransparency() == Transparency.OPAQUE ? in copyArea()
86 dstData = (D3DSurfaceData)sg2d.surfaceData; in copyArea()
88 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in copyArea()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLRenderer.java52 dstData = (OGLSurfaceData)sg2d.surfaceData; in validateContext()
54 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContext()
66 dstData = (OGLSurfaceData)sg2d.surfaceData; in validateContextAA()
68 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContextAA()
81 sg2d.surfaceData.getTransparency() == Transparency.OPAQUE ? in copyArea()
85 dstData = (OGLSurfaceData)sg2d.surfaceData; in copyArea()
87 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in copyArea()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/sun/java2d/d3d/
H A DD3DRenderer.java53 dstData = (D3DSurfaceData)sg2d.surfaceData; in validateContext()
55 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContext()
67 dstData = (D3DSurfaceData)sg2d.surfaceData; in validateContextAA()
69 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContextAA()
82 sg2d.surfaceData.getTransparency() == Transparency.OPAQUE ? in copyArea()
86 dstData = (D3DSurfaceData)sg2d.surfaceData; in copyArea()
88 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in copyArea()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DRenderer.java53 dstData = (D3DSurfaceData)sg2d.surfaceData; in validateContext()
55 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContext()
67 dstData = (D3DSurfaceData)sg2d.surfaceData; in validateContextAA()
69 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContextAA()
82 sg2d.surfaceData.getTransparency() == Transparency.OPAQUE ? in copyArea()
86 dstData = (D3DSurfaceData)sg2d.surfaceData; in copyArea()
88 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in copyArea()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLRenderer.java52 dstData = (OGLSurfaceData)sg2d.surfaceData; in validateContext()
54 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContext()
66 dstData = (OGLSurfaceData)sg2d.surfaceData; in validateContextAA()
68 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in validateContextAA()
81 sg2d.surfaceData.getTransparency() == Transparency.OPAQUE ? in copyArea()
85 dstData = (OGLSurfaceData)sg2d.surfaceData; in copyArea()
87 throw new InvalidPipeException("wrong surface data type: " + sg2d.surfaceData); in copyArea()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsDragServiceProxy.cpp67 auto surfaceData = maybeShm.value(); in InvokeDragSessionImpl() local
70 if (!surfaceData.IsReadable() || !surfaceData.get<char>()) { in InvokeDragSessionImpl()
76 dataTransfers, aActionType, Some(std::move(surfaceData)), stride, in InvokeDragSessionImpl()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java46 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
50 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
55 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java46 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
50 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
55 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java46 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
50 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
55 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java46 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
50 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
55 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java46 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
50 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
55 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java46 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
50 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
55 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java46 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
50 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
55 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java47 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
51 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
56 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DGlyphListLoopPipe.java47 DrawGlyphList(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
51 DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); in drawGlyphList()
56 DrawGlyphListLCD(sg2d,sg2d.surfaceData, gl); in drawGlyphList()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsDragServiceProxy.cpp75 auto surfaceData = maybeShm.value(); in InvokeDragSessionImpl() local
78 if (!surfaceData.IsReadable() || !surfaceData.get<char>()) { in InvokeDragSessionImpl()
84 dataTransfers, aActionType, surfaceData, stride, in InvokeDragSessionImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsDragServiceProxy.cpp73 auto surfaceData = maybeShm.value(); in InvokeDragSessionImpl() local
76 if (!surfaceData.IsReadable() || !surfaceData.get<char>()) { in InvokeDragSessionImpl()
82 dataTransfers, aActionType, Some(std::move(surfaceData)), stride, in InvokeDragSessionImpl()
/dports/www/firefox/firefox-99.0/widget/
H A DnsDragServiceProxy.cpp74 auto surfaceData = maybeShm.value(); in InvokeDragSessionImpl() local
77 if (!surfaceData.IsReadable() || !surfaceData.get<char>()) { in InvokeDragSessionImpl()
83 dataTransfers, aActionType, Some(std::move(surfaceData)), stride, in InvokeDragSessionImpl()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsDragServiceProxy.cpp73 auto surfaceData = maybeShm.value(); in InvokeDragSessionImpl() local
76 if (!surfaceData.IsReadable() || !surfaceData.get<char>()) { in InvokeDragSessionImpl()
82 dataTransfers, aActionType, Some(std::move(surfaceData)), stride, in InvokeDragSessionImpl()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_vebox_data.h35 static int32_t Create( uint8_t *stateData, uint8_t *surfaceData, CmVeboxData*& veboxData );
38 int32_t GetData( uint8_t*& stateData, uint8_t*& surfaceData );
47 CmVeboxData( uint8_t *stateData, uint8_t *surfaceData );
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_vebox_data.h35 static int32_t Create( uint8_t *stateData, uint8_t *surfaceData, CmVeboxData*& veboxData );
38 int32_t GetData( uint8_t*& stateData, uint8_t*& surfaceData );
47 CmVeboxData( uint8_t *stateData, uint8_t *surfaceData );
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphics2D.java185 public SurfaceData surfaceData; field in SunGraphics2D
267 surfaceData = sd; in SunGraphics2D()
443 if (!surfaceData.isValid()) { in validatePipe()
557 if (!surfaceData.isValid()) { in getCompClip()
927 return surfaceData; in getSurfaceData()
2096 surfaceData.markDirty(); in copyArea()
2251 surfaceData.markDirty(); in drawLine()
2268 surfaceData.markDirty(); in drawRoundRect()
2285 surfaceData.markDirty(); in fillRoundRect()
2451 surfaceData = surfaceData.getReplacement(); in revalidateAll()
[all …]

12345678910>>...23