Lines Matching refs:fMatrices
99 fMatrices = record.fMatrices.unflattenToArray();
173 fMatrices = SkSafeRef(src.fMatrices);
264 fMatrices = NULL;
279 SkSafeUnref(fMatrices);
297 SafeCount(fMatrices), SafeCount(fMatrices) * sizeof(SkMatrix),
395 if ((n = SafeCount(fMatrices)) > 0) {
398 buffer.writeMatrix((*fMatrices)[i]);
597 fMatrices = SkTRefArray<SkMatrix>::Create(size);
599 buffer.readMatrix(&fMatrices->writableAt(i));
1595 const SkMatrix& matrix = fMatrices[index];
1604 "matrix%p, ", &fMatrices[index]);