Searched refs:stretchDrawable (Results 1 – 2 of 2) sorted by relevance
123 auto stretchDrawable = std::make_shared<DrawableV2::RSPixelStretchDrawable>(); variable124 drawableVec[static_cast<size_t>(RSDrawableSlot::PIXEL_STRETCH)] = stretchDrawable;
624 auto &stretchDrawable = drawableVec[static_cast<size_t>(RSDrawableSlot::PIXEL_STRETCH)]; in FuzeDrawableSlots() local625 auto pixelStretchDrawable = std::static_pointer_cast<RSPixelStretchDrawable>(stretchDrawable); in FuzeDrawableSlots()