Searched refs:getActiveHeight (Results 1 – 5 of 5) sorted by relevance
338 if (getActiveWidth(s) < UINT32_MAX && getActiveHeight(s) < UINT32_MAX) { in getBufferSize()339 return Rect(getActiveWidth(s), getActiveHeight(s)); in getBufferSize()357 if (getActiveWidth(s) < UINT32_MAX && getActiveHeight(s) < UINT32_MAX) { in computeSourceBounds()358 return FloatRect(0, 0, getActiveWidth(s), getActiveHeight(s)); in computeSourceBounds()
57 uint32_t getActiveHeight(const Layer::State& s) const override { return s.active.h; } in getActiveHeight() function
674 return Rect(getActiveWidth(s), getActiveHeight(s)); in getBufferSize()710 return FloatRect(0, 0, getActiveWidth(s), getActiveHeight(s)); in computeSourceBounds()
449 virtual uint32_t getActiveHeight(const Layer::State& s) const { return s.active_legacy.h; } in getActiveHeight() function
327 const uint32_t activeHeight = getActiveHeight(getDrawingState()); in getBufferScaleTransform()