Home
last modified time | relevance | path

Searched refs:toRectF (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/flickerlib/layers/
DLayer.ts18 import { Layer, Rect, toBuffer, toColor, toRect, toRectF, toRegion } from "../common"
26 const bounds = toRectF(proto.bounds)
28 const screenBounds = toRectF(proto.screenBounds)
29 const sourceBounds = toRectF(proto.sourceBounds)
32 const hwcCrop = toRectF(proto.hwcCrop)
/development/tools/winscope/src/flickerlib/
DObjectFormatter.ts18 toRectF, toRegion, toTransform} from './common';
154 case `FloatRectProto`: return toRectF(obj)
Dcommon.js167 function toRectF(proto) { function
268 toRectF,