Searched refs:dstRights (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DNinePatchImpl.cpp181 // Number of bytes needed for dstRights array.
184 SkScalar* dstRights = (SkScalar*) alloca(dstBytes); local
261 dst.fRight = dstRights[i];
274 dstRights[i] = dst.fRight;

Completed in 615 milliseconds