Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkColorFilter.cpp427 bool useDstTF = buffer.readBool(), in CreateProc() local
435 if (!useDstTF) { buffer.readScalarArray(&tf.g, 7); } in CreateProc()
440 useDstTF ? nullptr : &tf, in CreateProc()