Searched refs:originalDstRect (Results 1 – 1 of 1) sorted by relevance
1476 auto originalDstRect = node.GetOriginalDstRect(); in CheckForceHardwareAndUpdateDstRect() local1477 dstRect.left_ += (dstRect.width_ - originalDstRect.width_) / 2; in CheckForceHardwareAndUpdateDstRect()1478 dstRect.top_ += (dstRect.height_ - originalDstRect.height_) / 2; in CheckForceHardwareAndUpdateDstRect()1479 dstRect.width_ = originalDstRect.width_; in CheckForceHardwareAndUpdateDstRect()1480 dstRect.height_ = originalDstRect.height_; in CheckForceHardwareAndUpdateDstRect()