Home
last modified time | relevance | path

Searched refs:toRegion (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"
24 const visibleRegion = toRegion(proto.visibleRegion)
/development/tools/winscope/src/flickerlib/
DObjectFormatter.ts18 toRectF, toRegion, toTransform} from './common';
155 case `RegionProto`: return toRegion(obj)
Dcommon.js182 function toRegion(proto) { function
269 toRegion,