HomeSort by relevance Sort by last modified time
    Searched defs:fColorMatrix (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/
GrPaint.h 43 float fColorMatrix[20];
134 memcpy(fColorMatrix, paint.fColorMatrix, sizeof(fColorMatrix));
175 memset(fColorMatrix, 0, sizeof(fColorMatrix));
  /external/skia/src/gpu/
GrDrawState.h 521 memcpy(fColorMatrix, matrix, sizeof(fColorMatrix));
524 const float* getColorMatrix() const { return fColorMatrix; }
782 float fColorMatrix[20]; // 5 x 4 matrix

Completed in 67 milliseconds