Lines Matching refs:getDrawingState
298 const Layer::State& s(getDrawingState()); in computeScreenBounds()
336 const Layer::State& s(getDrawingState()); in computeBounds()
341 const Layer::State& s(getDrawingState()); in computeBounds()
372 const State& s(getDrawingState()); in computeInitialCrop()
412 const State& s(getDrawingState()); in computeCrop()
501 const State& s(getDrawingState()); in setGeometry()
590 auto& parentState = parent->getDrawingState(); in setGeometry()
823 const Layer::State& s(getDrawingState()); in computeGeometry()
989 const Layer::State& s(getDrawingState()); in doTransaction()
1329 return getDrawingState().layerStack; in getLayerStack()
1399 const Layer::State& ds = getDrawingState(); in getLayerDebugInfo()
1474 const Layer::State& layerState(getDrawingState()); in miniDump()
1866 float sx = p->getDrawingState().active.w / static_cast<float>(bufferWidth); in getTransform()
1867 float sy = p->getDrawingState().active.h / static_cast<float>(bufferHeight); in getTransform()
1873 return t * getDrawingState().active.transform; in getTransform()
1880 return parentAlpha * getDrawingState().color.a; in getAlpha()
1884 const half4 color(getDrawingState().color); in getColor()