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

  /packages/apps/Camera2/src/com/android/camera/widget/
RoundedThumbnailView.java 676 Matrix shaderMatrix = new Matrix();
679 shaderMatrix.setRectToRect(srcRect, dstRect, Matrix.ScaleToFit.FILL);
682 shaderMatrix.preRotate(rotation,
686 shader.setLocalMatrix(shaderMatrix);
  /external/skia/src/core/
SkPictureShader.cpp 228 SkMatrix shaderMatrix = this->getLocalMatrix();
229 shaderMatrix.preScale(1 / tileScale.width(), 1 / tileScale.height());
230 tileShader.reset(tileImage->newShader(fTmx, fTmy, &shaderMatrix));
  /frameworks/base/libs/hwui/
SkiaShader.cpp 74 mat4 shaderMatrix;
76 shaderMatrix.loadInverse(localMatrix);
78 screenSpace.loadMultiply(unitMatrix, shaderMatrix);
GlopBuilder.cpp 655 Matrix4 shaderMatrix;
659 shaderMatrix.loadInverse(mOutGlop->transform.canvas);
660 shaderMatrix.multiply(mOutGlop->transform.modelView);
662 shaderMatrix = mOutGlop->transform.modelView;
664 SkiaShader::store(mCaches, *mShader, shaderMatrix,
OpenGLRenderer.cpp 903 SkMatrix shaderMatrix;
904 shaderMatrix.setTranslate(rect.left, rect.bottom);
905 shaderMatrix.preScale(1, -1);
906 LayerShader layerShader(layer, &shaderMatrix);
    [all...]

Completed in 311 milliseconds