Searched refs:layerBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 159 Rect layerBounds(0, 0, getWidth(), getHeight()); in debugOutputProperties() local 163 getClippingRectForFlags(clipFlags, &layerBounds); in debugOutputProperties() 168 … (int)layerBounds.left, (int)layerBounds.top, (int)layerBounds.right, (int)layerBounds.bottom, in debugOutputProperties()
|
D | RenderNode.cpp | 424 Rect layerBounds(0, 0, getWidth(), getHeight()); in setViewProperties() local 428 properties().getClippingRectForFlags(clipFlags, &layerBounds); in setViewProperties() 434 (int)layerBounds.getWidth(), (int)layerBounds.getHeight()); in setViewProperties() 437 layerBounds.left, layerBounds.top, layerBounds.right, layerBounds.bottom, in setViewProperties()
|
D | OpenGLRenderer.cpp | 2808 Rect layerBounds(FLT_MAX / 2.0f, FLT_MAX / 2.0f, FLT_MIN / 2.0f, FLT_MIN / 2.0f); 2819 positions, hasActiveLayer ? &layerBounds : NULL, &functor, forceFinish); 2822 positions, hasActiveLayer ? &layerBounds : NULL, &functor, forceFinish); 2827 transform.mapRect(layerBounds); 2829 dirtyLayerUnchecked(layerBounds, getRegion());
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 246 public GcSnapshot saveLayer(RectF layerBounds, Paint_Delegate paint, int flags) { in saveLayer() argument 247 return new GcSnapshot(this, layerBounds, paint, flags); in saveLayer() 272 private GcSnapshot(GcSnapshot previous, RectF layerBounds, Paint_Delegate paint, int flags) { in GcSnapshot() argument 286 if (layerBounds != null) { in GcSnapshot() 292 mapRect(matrix, rect2, layerBounds); in GcSnapshot()
|