Searched refs:rectDst (Results 1 – 2 of 2) sorted by relevance
166 Rect* rectDst = CastToRect(sRect); in OH_Drawing_RectCopy() local167 if (rectDst == nullptr) { in OH_Drawing_RectCopy()172 rectSrc->SetLeft(rectDst->GetLeft()); in OH_Drawing_RectCopy()173 rectSrc->SetTop(rectDst->GetTop()); in OH_Drawing_RectCopy()174 rectSrc->SetRight(rectDst->GetRight()); in OH_Drawing_RectCopy()175 rectSrc->SetBottom(rectDst->GetBottom()); in OH_Drawing_RectCopy()
166 OH_Drawing_Rect* rectDst = OH_Drawing_RectCreate(11, 22, 333, 444); variable169 OH_Drawing_RectCopy(rectDst, nullptr);171 OH_Drawing_RectCopy(rectDst, rectSrc);181 OH_Drawing_RectDestroy(rectDst);547 OH_Drawing_Rect *rectDst = nullptr; variable549 OH_Drawing_RectCopy(rectSrc, rectDst);550 ASSERT_TRUE(rectDst == nullptr);558 OH_Drawing_RectDestroy(rectDst);