Searched refs:dstOps (Results 1 - 25 of 35) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DMaskBlit.c44 SurfaceDataOps *dstOps; local
66 dstOps = SurfaceData_GetOps(env, dstData);
67 if (dstOps == 0) {
85 if (dstOps->Lock(env, dstOps, &dstInfo, pPrim->dstflags) != SD_SUCCESS) {
95 dstOps->GetRasInfo(env, dstOps, &dstInfo);
105 SurfaceData_InvokeRelease(env, dstOps, &dstInfo);
107 SurfaceData_InvokeUnlock(env, dstOps, &dstInfo);
143 SurfaceData_InvokeRelease(env, dstOps,
[all...]
H A DBlitBg.c43 SurfaceDataOps *dstOps; local
66 dstOps = SurfaceData_GetOps(env, dstData);
67 if (dstOps == 0) {
90 if (dstOps->Lock(env, dstOps, &dstInfo, dstFlags) != SD_SUCCESS) {
101 dstOps->GetRasInfo(env, dstOps, &dstInfo);
135 SurfaceData_InvokeRelease(env, dstOps, &dstInfo);
138 SurfaceData_InvokeUnlock(env, dstOps, &dstInfo);
H A DBlit.c43 SurfaceDataOps *dstOps; local
66 dstOps = SurfaceData_GetOps(env, dstData);
67 if (dstOps == 0) {
90 if (dstOps->Lock(env, dstOps, &dstInfo, dstFlags) != SD_SUCCESS) {
100 dstOps->GetRasInfo(env, dstOps, &dstInfo);
130 SurfaceData_InvokeRelease(env, dstOps, &dstInfo);
133 SurfaceData_InvokeUnlock(env, dstOps, &dstInfo);
H A DScaledBlit.c274 SurfaceDataOps *dstOps; local
302 dstOps = SurfaceData_GetOps(env, dstData);
303 if (dstOps == 0) {
426 if (dstOps->Lock(env, dstOps, &dstInfo, dstFlags) != SD_SUCCESS) {
435 dstOps->GetRasInfo(env, dstOps, &dstInfo);
526 SurfaceData_InvokeRelease(env, dstOps, &dstInfo);
529 SurfaceData_InvokeUnlock(env, dstOps, &dstInfo);
H A DTransformHelper.c247 SurfaceDataOps *dstOps,
275 SurfaceDataOps *dstOps; local
332 dstOps = SurfaceData_GetOps(env, dstData);
333 if (dstOps == 0) {
379 if (dstOps->Lock(env, dstOps, &dstInfo, pMaskBlitPrim->dstflags)
421 SurfaceData_InvokeUnlock(env, dstOps, &dstInfo);
430 dstOps->GetRasInfo(env, dstOps, &dstInfo);
436 Transform_SafeHelper(env, srcOps, dstOps,
545 Transform_SafeHelper(JNIEnv *env, SurfaceDataOps *srcOps, SurfaceDataOps *dstOps, SurfaceDataRasInfo *pSrcInfo, SurfaceDataRasInfo *pDstInfo, NativePrimitive *pMaskBlitPrim, CompositeInfo *pCompInfo, TransformHelperFunc *pHelperFunc, TransformInterpFunc *pInterpFunc, RegionData *pClipInfo, TransformInfo *pItxInfo, jint *pData, jint *pEdges, jint dxoff, jint dyoff, jint sw, jint sh) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLContext.c50 OGLSDOps *dstOps);
85 OGLContext_SetViewport(OGLSDOps *srcOps, OGLSDOps *dstOps) argument
87 jint width = dstOps->width;
88 jint height = dstOps->height;
94 OGLC_ACTIVE_BUFFER_NAME(dstOps->activeBuffer));
97 j2d_glViewport(dstOps->xOffset, dstOps->yOffset,
105 j2d_glDrawBuffer(dstOps->activeBuffer);
108 j2d_glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, (GLboolean)!dstOps->isOpaque);
154 OGLSDOps *dstOps local
227 OGLContext_SetRectClip(OGLContext *oglc, OGLSDOps *dstOps, jint x1, jint y1, jint x2, jint y2) argument
308 OGLContext_EndShapeClip(OGLContext *oglc, OGLSDOps *dstOps) argument
[all...]
H A DOGLTextRenderer.h50 void OGLTR_DrawGlyphList(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLTextRenderer.c600 OGLTR_UpdateCachedDestination(OGLSDOps *dstOps, GlyphInfo *ginfo, argument
622 dx1adj = dstOps->xOffset + dx1;
623 dy1adj = dstOps->yOffset + dstOps->height - dy2;
682 dx1adj = dstOps->xOffset + dx1;
683 dy1adj = dstOps->yOffset + dstOps->height - dy2;
709 OGLTR_DrawLCDGlyphViaCache(OGLContext *oglc, OGLSDOps *dstOps, argument
777 OGLTR_UpdateCachedDestination(dstOps, ginfo,
791 jint dxadj = dstOps
860 OGLTR_DrawLCDGlyphNoCache(OGLContext *oglc, OGLSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint rowBytesOffset, jboolean rgbOrder, jint contrast, GLuint dstTextureID) argument
986 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
1126 OGLSDOps *dstOps = OGLRenderQueue_GetCurrentDestination(); local
[all...]
H A DOGLPaints.h43 void OGLPaints_SetLinearGradientPaint(OGLContext *oglc, OGLSDOps *dstOps,
49 void OGLPaints_SetRadialGradientPaint(OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLBlitLoops.c56 OGLBlitSurfaceToSurface(OGLContext *oglc, OGLSDOps *srcOps, OGLSDOps *dstOps, argument
110 OGLSDOps *srcOps, OGLSDOps *dstOps,
400 OGLSDOps *dstOps,
404 j2d_glBindTexture(dstOps->textureTarget, dstOps->textureID);
421 j2d_glTexSubImage2D(dstOps->textureTarget, 0,
428 j2d_glTexSubImage2D(dstOps->textureTarget, 0,
459 OGLSDOps *dstOps = (OGLSDOps *)jlong_to_ptr(pDstOps); local
475 RETURN_IF_NULL(dstOps);
516 OGLBlitTextureToSurface(oglc, srcOps, dstOps, rt
109 OGLBlitTextureToSurface(OGLContext *oglc, OGLSDOps *srcOps, OGLSDOps *dstOps, jboolean rtt, jint hint, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
399 OGLBlitSwToTexture(SurfaceDataRasInfo *srcInfo, OGLPixelFormat *pf, OGLSDOps *dstOps, jint dx1, jint dy1, jint dx2, jint dy2) argument
580 OGLSDOps *dstOps = (OGLSDOps *)jlong_to_ptr(pDstOps); local
764 SurfaceDataOps *dstOps = (SurfaceDataOps *)jlong_to_ptr(pDstOps); local
861 OGLBlitLoops_CopyArea(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps, jint x, jint y, jint width, jint height, jint dx, jint dy) argument
[all...]
H A DOGLRenderer.h54 void OGLRenderer_DrawAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps,
68 void OGLRenderer_FillAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLContext.h198 void OGLContext_SetRectClip(OGLContext *oglc, OGLSDOps *dstOps,
201 void OGLContext_EndShapeClip(OGLContext *oglc, OGLSDOps *dstOps);
H A DOGLBlitLoops.h65 OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLRenderer.c588 OGLRenderer_FillAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps, argument
609 RETURN_IF_NULL(dstOps);
649 OGLRenderer_FillAAParallelogramInnerOuter(OGLContext *oglc, OGLSDOps *dstOps, argument
667 RETURN_IF_NULL(dstOps);
673 OGLRenderer_FillAAParallelogram(oglc, dstOps,
721 OGLRenderer_DrawAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps, argument
744 RETURN_IF_NULL(dstOps);
772 OGLRenderer_FillAAParallelogramInnerOuter(oglc, dstOps,
780 OGLRenderer_FillAAParallelogram(oglc, dstOps,
H A DOGLRenderQueue.c57 static OGLSDOps *dstOps = NULL; variable
180 OGLRenderer_DrawAAParallelogram(oglc, dstOps,
227 OGLRenderer_FillAAParallelogram(oglc, dstOps,
259 OGLTR_DrawGlyphList(env, oglc, dstOps,
277 OGLBlitLoops_CopyArea(env, oglc, dstOps,
368 OGLContext_SetRectClip(oglc, dstOps, x1, y1, x2, y2);
385 OGLContext_EndShapeClip(oglc, dstOps);
438 dstOps = (OGLSDOps *)jlong_to_ptr(pDst);
448 dstOps = NULL;
484 // so we should nullify the current oglc and dstOps t
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp169 D3DTR_EnableLCDGlyphModeState(D3DContext *d3dc, D3DSDOps *dstOps, argument
175 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
189 GetCachedDestTexture(dstOps->pResource->GetDesc()->Format,
349 D3DTR_UpdateCachedDestination(D3DContext *d3dc, D3DSDOps *dstOps, argument
383 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
384 RETURN_STATUS_IF_NULL(pDst = dstOps->pResource->GetSurface(),
387 GetCachedDestTexture(dstOps->pResource->GetDesc()->Format,
398 jint cx2 = (dx2 > dstOps->width) ? dstOps->width : dx2;
399 jint cy2 = (dy2 > dstOps
517 D3DTR_DrawLCDGlyphViaCache(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint glyphIndex, jint totalGlyphs, jboolean rgbOrder, jint contrast) argument
633 D3DTR_DrawLCDGlyphNoCache(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint rowBytesOffset, jboolean rgbOrder, jint contrast) argument
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
881 D3DSDOps *dstOps = D3DRQ_GetCurrentDestination(); local
[all...]
H A DD3DPaints.h106 HRESULT D3DPaints_SetLinearGradientPaint(D3DContext *d3dc, D3DSDOps *dstOps,
114 HRESULT D3DPaints_SetRadialGradientPaint(D3DContext *d3dc, D3DSDOps *dstOps,
H A DD3DBlitLoops.cpp331 D3DBlitSurfaceToSurface(D3DContext *d3dc, D3DSDOps *srcOps, D3DSDOps *dstOps, argument
341 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
343 RETURN_STATUS_IF_NULL(pDst = dstOps->pResource->GetSurface(), E_FAIL);
361 dstOps->width, dstOps->height);
495 D3DSDOps *srcOps, D3DSDOps *dstOps,
509 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
671 D3DSDOps *dstOps,
674 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
675 RETURN_STATUS_IF_NULL(dstOps
494 D3DBlitTextureToSurface(D3DContext *d3dc, D3DSDOps *srcOps, D3DSDOps *dstOps, jboolean rtt, D3DTEXTUREFILTERTYPE hint, jint sx1, jint sy1, jint sx2, jint sy2, float dx1, float dy1, float dx2, float dy2) argument
669 D3DBlitSwToTexture(D3DContext *d3dc, SurfaceDataRasInfo *srcInfo, int srctype, D3DSDOps *dstOps, jint sx1, jint sy1, jint sx2, jint sy2) argument
699 D3DSDOps *dstOps = (D3DSDOps *)jlong_to_ptr(pDstOps); local
809 D3DSDOps *dstOps = (D3DSDOps *)jlong_to_ptr(pDstOps); local
905 SurfaceDataOps *dstOps = (SurfaceDataOps *)jlong_to_ptr(pDstOps); local
1020 D3DBlitLoops_CopyArea(JNIEnv *env, D3DContext *d3dc, D3DSDOps *dstOps, jint x, jint y, jint width, jint height, jint dx, jint dy) argument
[all...]
H A DD3DTextRenderer.h89 HRESULT D3DTR_DrawGlyphList(D3DContext *d3dc, D3DSDOps *dstOps,
H A DD3DRenderQueue.cpp51 static D3DSDOps *dstOps = NULL; variable
81 D3DRQ_MarkLostIfNeeded(res, dstOps);
395 res = D3DTR_DrawGlyphList(d3dc, dstOps,
413 res = D3DBlitLoops_CopyArea(env, d3dc, dstOps,
585 dstOps = (D3DSDOps *)jlong_to_ptr(pDst);
586 res = pMgr->GetD3DContext(dstOps->adapter, &d3dc);
599 CONTINUE_IF_NULL(dstOps->pResource);
600 res = d3dc->SetRenderTarget(dstOps->pResource->GetSurface());
628 if (dstOps == d3dsdo) {
629 dstOps
[all...]
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/windows/
H A DGDIBlitLoops.cpp64 GDIWinSDOps *dstOps = GDIWindowSurfaceData_GetOps(env, dstData); local
112 HDC hDC = dstOps->GetDC(env, dstOps, 0, NULL, clip, NULL, 0);
119 dstOps->ReleaseDC(env, dstOps, hDC);
189 if (::IsWindowVisible(dstOps->window)) {
200 if (::IsWindowVisible(dstOps->window)) {
210 dstOps->ReleaseDC(env, dstOps, hDC);
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/opengl/
H A DWGLSurfaceData.c217 OGLSD_MakeOGLContextCurrent(JNIEnv *env, OGLSDOps *srcOps, OGLSDOps *dstOps) argument
220 WGLSDOps *dstWGLOps = (WGLSDOps *)dstOps->privOps;
230 dstOps->drawableType, dstOps);
239 if (dstOps->drawableType == OGLSD_FBOBJECT) {
255 j2d_glBindTexture(dstOps->textureTarget, 0);
256 j2d_glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, dstOps->fbobjectID);
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/opengl/
H A DGLXSurfaceData.c231 OGLSD_MakeOGLContextCurrent(JNIEnv *env, OGLSDOps *srcOps, OGLSDOps *dstOps) argument
233 GLXSDOps *dstGLXOps = (GLXSDOps *)dstOps->privOps;
245 if (dstOps->drawableType == OGLSD_FBOBJECT) {
261 j2d_glBindTexture(dstOps->textureTarget, 0);
262 j2d_glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, dstOps->fbobjectID);
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_AlphaMaskFill.c223 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
224 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
225 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
314 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
315 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
316 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
547 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
548 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
549 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
646 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps)
[all...]
H A Dvis_AlphaMaskBlit.c208 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
209 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
210 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
284 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
285 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
286 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
543 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
544 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
545 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
767 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps)
[all...]

Completed in 124 milliseconds

12