Home
last modified time | relevance | path

Searched refs:mShape (Results 1 – 2 of 2) sorted by relevance

/external/angle/util/fuchsia/
DScenicWindow.cpp71 mShape(&mScenicSession), in ScenicWindow()
88 mShape.SetEventMask(fuchsia::ui::gfx::kMetricsEventMask); in initialize()
89 mShape.SetMaterial(mMaterial); in initialize()
97 mView->AddChild(mShape); in initialize()
224 if (event.gfx().metrics().node_id != mShape.id()) in onScenicEvents()
291 mShape.SetShape(scenic::Rectangle(&mScenicSession, widthDips, heightDips)); in updateViewSize()
292 mShape.SetTranslation(0.5f * widthDips, 0.5f * heightDips, 0.f); in updateViewSize()
DScenicWindow.h82 scenic::ShapeNode mShape; variable