Searched refs:m_opaqueRect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.h110 SkRect m_opaqueRect; member in class:blink::FINAL
H A DRegionTracker.cpp42 : m_opaqueRect(SkRect::MakeEmpty())
50 m_opaqueRect = SkRect::MakeEmpty();
59 int left = SkScalarCeilToInt(m_opaqueRect.fLeft);
60 int top = SkScalarCeilToInt(m_opaqueRect.fTop);
61 int right = SkScalarFloorToInt(m_opaqueRect.fRight);
62 int bottom = SkScalarFloorToInt(m_opaqueRect.fBottom);
423 // rectangle inside m_opaqueRect that does not intersect with |rect|.
467 return m_canvasLayerStack.isEmpty() ? m_opaqueRect : m_canvasLayerStack.last().opaqueRect;

Completed in 211 milliseconds