Searched defs:tw (Results 1 - 12 of 12) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/diamond/pos/
H A DPos07.java44 TripleFoo<?,?,?> tw = new TripleFoo<>(); field in class:Pos07
H A DPos06.java52 TripleFoo<?,?,?> tw = new TripleFoo<>(fi,fd,fs); field in class:Pos06
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskFill.cpp40 * tw,th - width/height of the actual texture tile in pixels
63 jint tw, th, x0; local
71 tw = D3D_MASK_CACHE_TILE_WIDTH;
82 for (sx = sx1; sx < sx2; sx += tw, x += tw) {
83 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw;
H A DD3DBlitLoops.cpp404 float tw, float th,
412 (srcWidth != tw || srcHeight != th ||
436 float tx2adj = tx2 - (1.0f / (2.0f * tw));
504 float tw, th; local
526 tw = (float)srcOps->pResource->GetDesc()->Width;
530 tx1 = ((float)sx1) / tw;
532 tx2 = ((float)sx2) / tw;
537 tw, th,
568 jint tw, th; local
601 tw
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.cpp595 jint tw, th; local
614 tw = D3D_MASK_CACHE_TILE_WIDTH;
621 for (sx = 0; sx < w; sx += tw, x += tw) {
622 sw = ((sx + tw) > w) ? (w - sx) : tw;
641 jint tw, th; local
687 tw = D3DTR_NOCACHE_TILE_SIZE;
694 for (sx = 0; sx < w; sx += tw, x += tw) {
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskFill.c81 * tw,th - width/height of the actual texture tile in pixels
102 jint tw, th, x0; local
107 tw = OGLVC_MASK_CACHE_TILE_WIDTH;
118 for (sx = sx1; sx < sx2; sx += tw, x += tw) {
119 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw;
H A DOGLBlitLoops.c266 jint tw, th; local
282 tw = OGLC_BLIT_TILE_SIZE;
308 for (sx = sx1, dx = dx1; sx < sx2; sx += tw, dx += cdw) {
309 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw;
312 tx2 = ((GLdouble)sw) / tw;
H A DOGLTextRenderer.c918 jint tw, th; local
931 tw = OGLVC_MASK_CACHE_TILE_WIDTH;
938 for (sx = 0; sx < w; sx += tw, x += tw) {
939 sw = ((sx + tw) > w) ? (w - sx) : tw;
958 jint tw, th; local
995 tw = OGLTR_NOCACHE_TILE_SIZE;
1002 for (sx = 0; sx < w; sx += tw, x += tw) {
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp73 int tw = 8 - (_position & 7); local
74 _position += tw;
75 _precount -= tw-1; // invariant: _precount + _position == total count
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp1148 AwtWindow *fw = NULL, *tw = NULL; local
1155 tw = (AwtWindow*)AwtComponent::GetComponent(hwnd);
1168 tw = (AwtWindow*)AwtComponent::GetComponent(hwnd);
1172 if (tw) {
1173 tw->UpdateSecurityWarningVisibility();
H A Dawt_Window.cpp967 AwtWindow * tw = (AwtWindow *)AwtComponent::GetComponent(to); local
972 if (tw != NULL) {
973 tw->UpdateSecurityWarningVisibility();
977 tw->StartSecurityAnimation(akShow);
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java713 ToolWindow tw = new ToolWindow(new PolicyTool());
714 tw.displayToolWindow(args);
1247 final ToolDialog tw = new ToolDialog
1251 tw.setBounds(location.x + 75, location.y + 100, 400, 150);
1252 tw.setLayout(new GridBagLayout());
1256 addNewComponent(tw, ta, 0,
1270 tw.setVisible(false);
1271 tw.dispose();
1282 tw.setVisible(false);
1283 tw
1433 ToolWindow tw; field in class:ToolDialog
1472 ToolDialog(String title, PolicyTool tool, ToolWindow tw, boolean modal) argument
2394 userSaveContinue(PolicyTool tool, ToolWindow tw, ToolDialog us, int select) argument
2584 private ToolWindow tw; field in class:ToolWindowListener
2586 ToolWindowListener(ToolWindow tw) argument
2629 private ToolWindow tw; field in class:PolicyListListener
2631 PolicyListListener(PolicyTool tool, ToolWindow tw) argument
2652 private ToolWindow tw; field in class:FileMenuListener
2654 FileMenuListener(PolicyTool tool, ToolWindow tw) argument
2749 private ToolWindow tw; field in class:MainWindowListener
2751 MainWindowListener(PolicyTool tool, ToolWindow tw) argument
2822 private ToolWindow tw; field in class:AddEntryDoneButtonListener
2826 AddEntryDoneButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
2887 private ToolWindow tw; field in class:ChangeKeyStoreOKButtonListener
2890 ChangeKeyStoreOKButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td) argument
2933 private ToolWindow tw; field in class:AddPrinButtonListener
2937 AddPrinButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean editPolicyEntry) argument
2958 private ToolWindow tw; field in class:AddPermButtonListener
2962 AddPermButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean editPolicyEntry) argument
2983 private ToolWindow tw; field in class:NewPolicyPrinOKButtonListener
2988 NewPolicyPrinOKButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog listDialog, ToolDialog infoDialog, boolean edit) argument
3046 private ToolWindow tw; field in class:NewPolicyPermOKButtonListener
3051 NewPolicyPermOKButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog listDialog, ToolDialog infoDialog, boolean edit) argument
3109 private ToolWindow tw; field in class:RemovePrinButtonListener
3113 RemovePrinButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
3143 private ToolWindow tw; field in class:RemovePermButtonListener
3147 RemovePermButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
3184 private ToolWindow tw; field in class:EditPrinButtonListener
3188 EditPrinButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean editPolicyEntry) argument
3223 private ToolWindow tw; field in class:EditPermButtonListener
3227 EditPermButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean editPolicyEntry) argument
3506 private ToolWindow tw; field in class:UserSaveYesButtonListener
3509 UserSaveYesButtonListener(ToolDialog us, PolicyTool tool, ToolWindow tw, int select) argument
3559 private ToolWindow tw; field in class:UserSaveNoButtonListener
3563 UserSaveNoButtonListener(ToolDialog us, PolicyTool tool, ToolWindow tw, int select) argument
3607 private ToolWindow tw; field in class:ConfirmRemovePolicyEntryOKButtonListener
3610 ConfirmRemovePolicyEntryOKButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog us) argument
[all...]

Completed in 75 milliseconds