/openjdk7/jdk/src/windows/native/sun/java2d/d3d/ |
H A D | D3DRenderer.cpp | 119 jfloat fx11, jfloat fy11, 128 fx11, fy11, 133 return d3dc->pVCacher->FillParallelogram(fx11, fy11, 140 jfloat fx11, jfloat fy11, 152 fx11, fy11, 164 jfloat oy11 = fy11 - (ldy21 + ldy12) / 2.0f; 199 fy11 = oy11; 200 res = d3dc->pVCacher->FillParallelogram(fx11, fy11, 207 fy11 = oy11 + dy21; 208 res = d3dc->pVCacher->FillParallelogram(fx11, fy11, 118 D3DRenderer_FillParallelogram(D3DContext *d3dc, jfloat fx11, jfloat fy11, jfloat dx21, jfloat dy21, jfloat dx12, jfloat dy12) argument 139 D3DRenderer_DrawParallelogram(D3DContext *d3dc, jfloat fx11, jfloat fy11, jfloat dx21, jfloat dy21, jfloat dx12, jfloat dy12, jfloat lwr21, jfloat lwr12) argument 246 D3DRenderer_FillAAParallelogram(D3DContext *d3dc, jfloat fx11, jfloat fy11, jfloat dx21, jfloat dy21, jfloat dx12, jfloat dy12) argument 278 D3DRenderer_DrawAAParallelogram(D3DContext *d3dc, jfloat fx11, jfloat fy11, jfloat dx21, jfloat dy21, jfloat dx12, jfloat dy12, jfloat lwr21, jfloat lwr12) argument [all...] |
H A D | D3DVertexCacher.cpp | 475 HRESULT D3DVertexCacher::FillParallelogram(float fx11, float fy11, argument 485 fy11 -= 0.5f; 488 dy21 += fy11; 492 dy12 += fy11; 494 ADD_TRIANGLE_XYUVC(fx11, fy11, dx21, dy21, dx12, dy12, 552 HRESULT D3DVertexCacher::FillParallelogramAA(float fx11, float fy11, argument 559 GET_INVERTED_MATRIX(om, fx11, fy11, dx21, dy21, dx12, dy12, 563 float px = fx11, py = fy11;
|
/openjdk7/jdk/src/share/native/sun/java2d/opengl/ |
H A D | OGLRenderer.c | 330 #define FILL_PGRAM(fx11, fy11, dx21, dy21, dx12, dy12) \ 332 j2d_glVertex2f(fx11, fy11); \ 333 j2d_glVertex2f(fx11 + dx21, fy11 + dy21); \ 334 j2d_glVertex2f(fx11 + dx21 + dx12, fy11 + dy21 + dy12); \ 335 j2d_glVertex2f(fx11 + dx12, fy11 + dy12); \ 340 jfloat fx11, jfloat fy11, 349 fx11, fy11, 357 FILL_PGRAM(fx11, fy11, dx21, dy21, dx12, dy12); 362 jfloat fx11, jfloat fy11, 375 jfloat oy11 = fy11 339 OGLRenderer_FillParallelogram(OGLContext *oglc, jfloat fx11, jfloat fy11, jfloat dx21, jfloat dy21, jfloat dx12, jfloat dy12) argument 361 OGLRenderer_DrawParallelogram(OGLContext *oglc, jfloat fx11, jfloat fy11, jfloat dx21, jfloat dy21, jfloat dx12, jfloat dy12, jfloat lwr21, jfloat lwr12) argument 588 OGLRenderer_FillAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps, jfloat fx11, jfloat fy11, jfloat dx21, jfloat dy21, jfloat dx12, jfloat dy12) argument 721 OGLRenderer_DrawAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps, jfloat fx11, jfloat fy11, jfloat dx21, jfloat dy21, jfloat dx12, jfloat dy12, jfloat lwr21, jfloat lwr12) argument [all...] |