Searched defs:Build16BitCache (Results 1 – 1 of 1) sorted by relevance
43 struct Build16BitCache { struct44 const SkPMColor* fColors;45 int fCount;47 uint16_t* operator()() const { in operator ()()