Home
last modified time | relevance | path

Searched refs:cBnds (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_WindowWin32.cpp489 GHOST_Rect cBnds, wBnds; in setClientWidth() local
490 getClientBounds(cBnds); in setClientWidth()
491 if (cBnds.getWidth() != (GHOST_TInt32)width) { in setClientWidth()
493 int cx = wBnds.getWidth() + width - cBnds.getWidth(); in setClientWidth()
508 GHOST_Rect cBnds, wBnds; in setClientHeight() local
509 getClientBounds(cBnds); in setClientHeight()
510 if (cBnds.getHeight() != (GHOST_TInt32)height) { in setClientHeight()
527 GHOST_Rect cBnds, wBnds; in setClientSize() local
528 getClientBounds(cBnds); in setClientSize()
529 if ((cBnds.getWidth() != (GHOST_TInt32)width) || (cBnds.getHeight() != (GHOST_TInt32)height)) { in setClientSize()
[all …]
H A DGHOST_WindowCocoa.mm590 GHOST_Rect cBnds, wBnds;
591 getClientBounds(cBnds);
606 GHOST_Rect cBnds, wBnds;
607 getClientBounds(cBnds);
610 size.width = cBnds.getWidth();
622 GHOST_Rect cBnds, wBnds;
623 getClientBounds(cBnds);
680 GHOST_Rect cBnds;
681 getClientBounds(cBnds);
693 GHOST_Rect cBnds;
[all …]
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DVPath.m4145 NSRect cBnds;
4241 cBnds = [self coordBoundsOfSubPath:startIx :endIx];
4242 …if ( !(Diff(startIx, endIx) <= 10 && (cBnds.size.width < 10.0*TOLERANCE || cBnds.size.height < 10.…
4244 cBnds.origin.x, cBnds.origin.y, cBnds.size.width, cBnds.size.height);