Searched defs:rectF (Results 1 – 8 of 8) sorted by relevance
49 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(); variable95 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(1.0f, 2.0f, 3.0f, 4.0f); variable111 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(4.0f, 3.0f, 2.0f, 1.0f); variable153 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(); variable167 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(); variable181 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(); variable195 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(); variable209 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(); variable223 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(); variable237 std::unique_ptr<RectF> rectF = std::make_unique<RectF>(); variable[all …]
118 virtual void SyncGeometryProperties(const RectF& rectF) {} in SyncGeometryProperties()294 virtual void ClipWithRect(const RectF& rectF) {} in ClipWithRect()296 virtual void ClipWithOval(const RectF& rectF) {} in ClipWithOval()298 virtual void ClipWithRRect(const RectF& rectF, const RadiusF& radiusF) {} in ClipWithRRect()
264 RectF rectF; variable
923 std::vector<RectF> rectF; variable
3827 …selectInfo.onHandleMoveDone = [weak = AceType::WeakClaim(this)](const RectF& rectF, bool isFirst) { in RegisterSelectOverlayEvent()4274 auto rectF = nodeInfo->GetPageNodeRect(); in NotifyFillRequestSuccess() local4389 NG::RectF rectF; in ParseNWebViewDataNode() local4519 NG::RectF rectF; in RequestAutoFill() local
4717 void RosenRenderContext::ClipWithRect(const RectF& rectF)4753 void RosenRenderContext::ClipWithOval(const RectF& rectF)4769 void RosenRenderContext::ClipWithRRect(const RectF& rectF, const RadiusF& radiusF)4787 const auto& rectF = std::get<RectF>(rect); local
1548 NG::RectF rectF = info->GetPageNodeRect(); in OverwritePageNodeInfo() local
2167 WSRectF rectF = Session::UpdateHotRect(rect); in HandleEnterWinwdowArea() local