Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatchCache.cpp58 int8_t transparentQuads = 0; in get() local
64 transparentQuads++; in get()
71 if (transparentQuads == int8_t((width + 1) * (height + 1))) { in get()
76 pixelWidth, pixelHeight, width, height, transparentQuads, colorKey); in get()
89 mesh = new Patch(width, height, transparentQuads); in get()