• Home
  • Raw
  • Download

Lines Matching refs:getDrawingState

307     const State& s(getDrawingState());  in getBounds()
326 const uint32_t activeWidth = getActiveWidth(getDrawingState()); in getBufferScaleTransform()
327 const uint32_t activeHeight = getActiveHeight(getDrawingState()); in getBufferScaleTransform()
366 const State& s(getDrawingState()); in computeBounds()
418 const auto& drawingState{getDrawingState()}; in latchGeometry()
430 auto& parentState = parent->getDrawingState(); in latchGeometry()
491 const State& s(getDrawingState()); in updateCursorPosition()
781 const State& s(getDrawingState()); in doTransactionResize()
886 const State& s(getDrawingState()); in doTransaction()
1201 return getDrawingState().layerStack; in getLayerStack()
1281 const State& ds = getDrawingState(); in getLayerDebugInfo()
1360 const State& layerState(getDrawingState()); in miniDump()
1594 mat4 colorTransform = mat4(getDrawingState().colorTransform); in getColorTransform()
1602 bool hasColorTransform = getDrawingState().hasColorTransform; in hasColorTransform()
1815 return parentAlpha * getDrawingState().color.a; in getAlpha()
1819 const half4 color(getDrawingState().color); in getColor()
1828 ui::Transform t = getActiveTransform(getDrawingState()); in getRoundedCornerState()
1839 const float radius = getDrawingState().cornerRadius; in getRoundedCornerState()
1840 return radius > 0 && getCrop(getDrawingState()).isValid() in getRoundedCornerState()
1841 ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) in getRoundedCornerState()
2063 ? getBufferSize(getDrawingState()) in fillInputInfo()
2066 layerBounds = getCroppedBufferSize(getDrawingState()); in fillInputInfo()