Lines Matching refs:mBounds
106 , mBounds(nullptr) in FontRenderer()
540 if (mBounds) { in appendMeshQuad()
541 mBounds->left = std::min(mBounds->left, x1); in appendMeshQuad()
542 mBounds->top = std::min(mBounds->top, y3); in appendMeshQuad()
543 mBounds->right = std::max(mBounds->right, x3); in appendMeshQuad()
544 mBounds->bottom = std::max(mBounds->bottom, y1); in appendMeshQuad()
558 if (mBounds) { in appendRotatedMeshQuad()
559 mBounds->left = std::min(mBounds->left, std::min(x1, std::min(x2, std::min(x3, x4)))); in appendRotatedMeshQuad()
560 mBounds->top = std::min(mBounds->top, std::min(y1, std::min(y2, std::min(y3, y4)))); in appendRotatedMeshQuad()
561 mBounds->right = std::max(mBounds->right, std::max(x1, std::max(x2, std::max(x3, x4)))); in appendRotatedMeshQuad()
562 mBounds->bottom = std::max(mBounds->bottom, std::max(y1, std::max(y2, std::max(y3, y4)))); in appendRotatedMeshQuad()
591 mBounds = nullptr; in renderDropShadow()
648 mBounds = bounds; in initRender()
654 mBounds = nullptr; in finishRender()