Searched refs:toRectF (Results 1 – 3 of 3) sorted by relevance
18 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)
18 toRectF, toRegion, toTransform} from './common';154 case `FloatRectProto`: return toRectF(obj)
167 function toRectF(proto) { function268 toRectF,