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

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp216 IntRect finalFocusRect; local
221 finalFocusRect.unite(focusRect);
228 strokeRect(FloatRect(finalFocusRect), 1.f);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1005 IntRect finalFocusRect; local
1009 finalFocusRect.unite(focusRect);
1012 IntRect intRect = finalFocusRect;
1013 IntRect trRect = m_data->mapRect(finalFocusRect);

Completed in 72 milliseconds