Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCPathCache.cpp168 WriteKeyHelper writeKeyHelper(shape); in find() local
169 if (writeKeyHelper.allocCountU32() > kMaxKeyDataCountU32) { in find()
174 fScratchKey->resetDataCountU32(writeKeyHelper.allocCountU32()); in find()
175 writeKeyHelper.write(shape, fScratchKey->data()); in find()
208 writeKeyHelper.allocCountU32(), fScratchKey->data()); in find()
/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp168 WriteKeyHelper writeKeyHelper(shape); in find() local
169 if (writeKeyHelper.allocCountU32() > kMaxKeyDataCountU32) { in find()
174 fScratchKey->resetDataCountU32(writeKeyHelper.allocCountU32()); in find()
175 writeKeyHelper.write(shape, fScratchKey->data()); in find()
208 writeKeyHelper.allocCountU32(), fScratchKey->data()); in find()