Home
last modified time | relevance | path

Searched refs:sIdentity (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPatchCache.cpp224 static const UvMapper sIdentity; variable
234 new Patch(bitmapWidth, bitmapHeight, pixelWidth, pixelHeight, sIdentity, patch); in get()
DMatrix.cpp41 static Matrix4 sIdentity; in identity() local
42 return sIdentity; in identity()