Home
last modified time | relevance | path

Searched defs:layerBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.cpp146 Rect layerBounds(0, 0, getWidth(), getHeight()); in debugOutputProperties() local
DBakedOpDispatcher.cpp293 Rect layerBounds(FLT_MAX / 2.0f, FLT_MAX / 2.0f, FLT_MIN / 2.0f, FLT_MIN / 2.0f); in renderText() local
745 Rect layerBounds(FLT_MAX / 2.0f, FLT_MAX / 2.0f, FLT_MIN / 2.0f, FLT_MIN / 2.0f); in onTextOnPathOp() local
DRecordingCanvas.cpp151 Rect layerBounds = visibleBounds; in saveLayer() local
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp246 Rect layerBounds(0, 0, properties.getWidth(), properties.getHeight()); in setViewProperties() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java249 public GcSnapshot saveLayer(RectF layerBounds, Paint_Delegate paint, int flags) { in saveLayer()
275 private GcSnapshot(GcSnapshot previous, RectF layerBounds, Paint_Delegate paint, int flags) { in GcSnapshot()