Lines Matching defs:current
440 // If current command is used with different settings we need to add a new command
449 // Try to merge with previous command if it matches, else use current command
459 // If current command is used with different settings we need to add a new command
468 // Try to merge with previous command if it matches, else use current command
485 ImVec4 current = _ClipRectStack.Data[_ClipRectStack.Size-1];
486 if (cr.x < current.x) cr.x = current.x;
487 if (cr.y < current.y) cr.y = current.y;
488 if (cr.z > current.z) cr.z = current.z;
489 if (cr.w > current.w) cr.w = current.w;