Home
last modified time | relevance | path

Searched defs:MAX_MASK_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/core/
DSkCoverageDelta.h117 static constexpr int MAX_MASK_SIZE = 1024; // G3 has 16k stack limit based on -fstack-usage variable
119 static constexpr int MAX_MASK_SIZE = 2048; variable