Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DFrame.cpp32 SkIRect idirty; in map() local
33 in.roundOut(&idirty); in map()
34 int32_t y = mHeight - (idirty.y() + idirty.height()); in map()
36 out[0] = idirty.x(); in map()
38 out[2] = idirty.width(); in map()
39 out[3] = idirty.height(); in map()