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

  /external/skia/src/shaders/
SkBitmapProcShader.cpp 181 SkMatrix totalInverse;
183 if (!shader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &totalInverse)) {
192 if (!info->init(totalInverse, *rec.fPaint)) {
199 if (!state->setup(totalInverse, *rec.fPaint)) {
  /external/skia/src/core/
SkBitmapDevice.cpp 462 SkMatrix totalInverse;
463 if (clipImage->isAlphaOnly() && totalMatrix.invert(&totalInverse)) {
468 shaderMatrix = SkMatrix::Concat(totalInverse, SkMatrix::MakeTrans(x, y));

Completed in 73 milliseconds