Home
last modified time | relevance | path

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

/external/skia/third_party/gif/
DSkGifImageReader.cpp331 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()
DSkGifImageReader.h61 #define SK_MAX_COLORS 256 macro