HomeSort by relevance Sort by last modified time
    Searched full:regionrect (Results 1 - 4 of 4) 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 67 regionRect.set(bounds.leftTop().x, bounds.leftTop().y,
74 regionRect.left * texX, (height - regionRect.top) * texY,
75 regionRect.right * texX, (height - regionRect.bottom) * texY);
77 regionRect.translate(layer.left, layer.top);
228 Rect regionRect;
LayerRenderer.cpp 284 layer->regionRect.set(0.0f, 0.0f, width, height);