HomeSort by relevance Sort by last modified time
    Searched defs:regionRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
WindowRegionIsSetToClipRect.cpp 65 RECT regionRect;
66 if (::GetWindowRgnBox(hwnd, &regionRect) == ERROR) {
73 if (!::EqualRect(&regionRect, &expectedRect)) {
74 pluginLog(instance, "Expected region rect {left=%u, top=%u, right=%u, bottom=%u}, but got {left=%d, top=%d, right=%d, bottom=%d}", expectedRect.left, expectedRect.top, expectedRect.right, expectedRect.bottom, regionRect.left, regionRect.top, regionRect.right, regionRect.bottom);
  /frameworks/base/libs/hwui/
Layer.h 74 regionRect.set(bounds.leftTop().x, bounds.leftTop().y,
81 regionRect.left * texX, (height - regionRect.top) * texY,
82 regionRect.right * texX, (height - regionRect.bottom) * texY);
84 regionRect.translate(layer.left, layer.top);
244 Rect regionRect;

Completed in 49 milliseconds