Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorTable.cpp43 struct Build16BitCache { struct
44 const SkPMColor* fColors;
45 int fCount;
47 uint16_t* operator()() const { in operator ()()