Searched refs:oldBox (Results 1 – 3 of 3) sorted by relevance
168 auto oldBox = AceType::DynamicCast<BoxComponent>(oldBoxIter->second); in GetEventComponents() local169 if (oldBox) { in GetEventComponents()170 box->SetOnClick(oldBox->GetOnClick()); in GetEventComponents()
274 RefPtr<BoxComponent> oldBox = GetBoxComponent(); in GetEventComponents() local275 if (oldBox) { in GetEventComponents()276 box->SetOnClick(oldBox->GetOnClick()); in GetEventComponents()
764 FT_BBox oldBox; in SetBold() local765 FT_Outline_Get_CBox(&slot->outline, &oldBox); in SetBold()