Searched refs:propertyDrawablesVec_ (Results 1 – 6 of 6) sorted by relevance
57 renderContent->propertyDrawablesVec_[0] = nullptr;64 renderContent->propertyDrawablesVec_[1] = std::move(notRecordingCanvasTest1);70 renderContent->propertyDrawablesVec_[2] = std::move(notRecordingCanvasTest2);76 renderContent->propertyDrawablesVec_[3] = std::move(notRecordingCanvasTest3);97 renderContent->propertyDrawablesVec_[0] = std::move(recordingCanvas);107 renderContent->propertyDrawablesVec_[2] = std::move(notRecordingCanvasTest2);114 renderContent->propertyDrawablesVec_[3] = std::move(notRecordingCanvasTest3);
348 …rawable::InitializeSaveRestore(*node->renderContent_, node->renderContent_->propertyDrawablesVec_);
1976 nodeTest1->renderContent_->propertyDrawablesVec_.at(0) = std::move(property);
36 auto& drawablePtr = propertyDrawablesVec_[static_cast<size_t>(slot)]; in DrawPropertyDrawable()64 std::for_each(propertyDrawablesVec_.begin() + static_cast<size_t>(begin), in DrawPropertyDrawableRange()65 … propertyDrawablesVec_.begin() + static_cast<size_t>(end) + 1, // +1 since we need to include end in DrawPropertyDrawableRange()
2570 … RSPropertyDrawable::InitializeSaveRestore(*renderContent_, renderContent_->propertyDrawablesVec_); in UpdateDrawableVecInternal()2574 …pertyDrawable::UpdateDrawableVec(*renderContent_, renderContent_->propertyDrawablesVec_, dirtySlot… in UpdateDrawableVecInternal()2578 *renderContent_, renderContent_->propertyDrawablesVec_, drawableVecStatusV1_); in UpdateDrawableVecInternal()
48 RSPropertyDrawable::DrawableVec propertyDrawablesVec_; variable