Searched refs:layerRect (Results 1 – 2 of 2) sorted by relevance
257 SkRect layerRect, viewRect; in computeLayerRect() local261 layerRect.set(0, 0, layer->getSize().width(), layer->getSize().height()); in computeLayerRect()263 layerRect.intersect(viewRect); in computeLayerRect()264 return layerRect; in computeLayerRect()277 SkRect layerRect = computeLayerRect(this); in updateFixedLayersPositions() local280 … x += m_fixedMarginLeft.calcFloatValue(w) + m_fixedLeft.calcFloatValue(w) - layerRect.fLeft; in updateFixedLayersPositions()282 …x += w - m_fixedMarginRight.calcFloatValue(w) - m_fixedRight.calcFloatValue(w) - layerRect.width(); in updateFixedLayersPositions()285 y += m_fixedMarginTop.calcFloatValue(h) + m_fixedTop.calcFloatValue(h) - layerRect.fTop; in updateFixedLayersPositions()287 …inBottom.calcFloatValue(h) - m_fixedBottom.calcFloatValue(h) - layerRect.fTop - layerRect.height(); in updateFixedLayersPositions()356 SkRect layerRect = computeLayerRect(this); in onDraw() local[all …]
130 IntRect layerRect; in initializeForGDI() local137 layerRect = estimateTextBounds(); in initializeForGDI()138 m_graphicsContext->clip(layerRect); in initializeForGDI()150 layerRect = estimateTextBounds(); in initializeForGDI()151 m_graphicsContext->clip(layerRect); in initializeForGDI()163 TransparencyWin::KeepTransform, layerRect); in initializeForGDI()