HomeSort by relevance Sort by last modified time
    Searched refs:fLocalMatrixStorage (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkPictureShader.cpp 42 fLocalMatrixStorage[i] = localMatrix[i];
49 sizeof(fLocalMatrixStorage);
60 SkScalar fLocalMatrixStorage[9];
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 118 SkMatrix fLocalMatrixStorage;
SkGradientShader.cpp 60 fLocalMatrix = &fLocalMatrixStorage;
61 buffer.readMatrix(&fLocalMatrixStorage);
    [all...]

Completed in 557 milliseconds