Searched refs:SK_MAX_COLORS (Results 1 – 2 of 2) sorted by relevance
331 SkASSERT(m_colors <= SK_MAX_COLORS); in buildTable()333 SkPMColor colorStorage[SK_MAX_COLORS]; in buildTable()342 for (size_t i = m_colors; i < SK_MAX_COLORS; i++) { in buildTable()345 m_table = sk_sp<SkColorTable>(new SkColorTable(colorStorage, SK_MAX_COLORS)); in buildTable()
61 #define SK_MAX_COLORS 256 macro