Searched defs:kInvTableSize (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkColorSpaceXform_A2B.cpp249 static constexpr int kInvTableSize = 256; local
250 auto storage = fAlloc.makeArray<float>(kInvTableSize);
251 invert_table_gamma(storage, nullptr, kInvTableSize,
254 SkTableTransferFn table = { storage, kInvTableSize };
/external/skqp/src/core/
H A DSkColorSpaceXform_A2B.cpp249 static constexpr int kInvTableSize = 256; local
250 auto storage = fAlloc.makeArray<float>(kInvTableSize);
251 invert_table_gamma(storage, nullptr, kInvTableSize,
254 SkTableTransferFn table = { storage, kInvTableSize };

Completed in 1183 milliseconds