Home | History | Annotate | Download | only in core

Lines Matching refs:fMatrix

39     transpose_and_scale01(fTranspose, fMatrix);
41 const float* array = fMatrix;
57 memcpy(fMatrix, array, 20 * sizeof(SkScalar));
68 SkASSERT(sizeof(fMatrix)/sizeof(SkScalar) == 20);
69 buffer.writeScalarArray(fMatrix, 20);
82 memcpy(matrix, fMatrix, 20 * sizeof(SkScalar));
171 set_concat(concat, fMatrix, innerMatrix);
231 const float* m = cme.fMatrix;
257 memcpy(fMatrix, matrix, sizeof(SkScalar) * 20);
272 return 0 == memcmp(fMatrix, cme.fMatrix, sizeof(fMatrix));
275 SkScalar fMatrix[20];
294 return ColorMatrixEffect::Make(fMatrix);
305 str->appendScalar(fMatrix[i]);
326 static_assert(sizeof(SkScalar) * 5 * 4 == sizeof(cf->fMatrix), "sizes don't match");
328 memcpy(cf->fMatrix + 5 * i, row, sizeof(SkScalar) * 5);