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

  /external/chromium_org/third_party/skia/include/gpu/
GrAARectRenderer.h 44 const SkMatrix& combinedMatrix,
48 if (combinedMatrix.rectStaysRect()) {
50 rect, combinedMatrix);
53 rect, combinedMatrix);
57 rect, combinedMatrix,
65 const SkMatrix& combinedMatrix,
74 const SkMatrix& combinedMatrix,
91 const SkMatrix& combinedMatrix,
98 const SkMatrix& combinedMatrix);
103 const SkMatrix& combinedMatrix);
    [all...]
  /external/skia/include/gpu/
GrAARectRenderer.h 44 const SkMatrix& combinedMatrix,
48 if (combinedMatrix.rectStaysRect()) {
50 rect, combinedMatrix);
53 rect, combinedMatrix);
57 rect, combinedMatrix,
65 const SkMatrix& combinedMatrix,
74 const SkMatrix& combinedMatrix,
91 const SkMatrix& combinedMatrix,
98 const SkMatrix& combinedMatrix);
103 const SkMatrix& combinedMatrix);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 380 const SkMatrix& combinedMatrix,
409 if (combinedMatrix.rectStaysRect()) {
415 combinedMatrix.mapRect(&devRect, rect);
423 { combinedMatrix[SkMatrix::kMScaleX], combinedMatrix[SkMatrix::kMSkewY] },
424 { combinedMatrix[SkMatrix::kMSkewX], combinedMatrix[SkMatrix::kMScaleY] }
435 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4);
529 const SkMatrix& combinedMatrix) {
533 combinedMatrix.mapPoints(&center, 1)
    [all...]
GrContext.cpp 685 SkMatrix* combinedMatrix,
739 *combinedMatrix = drawState.getViewMatrix();
741 combinedMatrix->preConcat(*matrix);
747 GrAssert(combinedMatrix->preservesAxisAlignment());
750 GrAssert(combinedMatrix->preservesRightAngles());
756 combinedMatrix->mapRect(devRect, rect);
775 SkMatrix combinedMatrix;
780 &combinedMatrix, &devRect,
789 rect, combinedMatrix, devRect,
794 rect, combinedMatrix, devRect
    [all...]
GrInOrderDrawBuffer.cpp 151 SkMatrix combinedMatrix;
153 combinedMatrix = *matrix;
155 combinedMatrix.reset();
157 combinedMatrix.postConcat(drawState->getViewMatrix());
169 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
  /external/skia/src/gpu/
GrAARectRenderer.cpp 380 const SkMatrix& combinedMatrix,
409 if (combinedMatrix.rectStaysRect()) {
415 combinedMatrix.mapRect(&devRect, rect);
423 { combinedMatrix[SkMatrix::kMScaleX], combinedMatrix[SkMatrix::kMSkewY] },
424 { combinedMatrix[SkMatrix::kMSkewX], combinedMatrix[SkMatrix::kMScaleY] }
435 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4);
529 const SkMatrix& combinedMatrix) {
533 combinedMatrix.mapPoints(&center, 1)
    [all...]
GrContext.cpp 685 SkMatrix* combinedMatrix,
739 *combinedMatrix = drawState.getViewMatrix();
741 combinedMatrix->preConcat(*matrix);
747 GrAssert(combinedMatrix->preservesAxisAlignment());
750 GrAssert(combinedMatrix->preservesRightAngles());
756 combinedMatrix->mapRect(devRect, rect);
775 SkMatrix combinedMatrix;
780 &combinedMatrix, &devRect,
789 rect, combinedMatrix, devRect,
794 rect, combinedMatrix, devRect
    [all...]
GrInOrderDrawBuffer.cpp 151 SkMatrix combinedMatrix;
153 combinedMatrix = *matrix;
155 combinedMatrix.reset();
157 combinedMatrix.postConcat(drawState->getViewMatrix());
169 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
  /external/chromium_org/third_party/skia/src/effects/
SkColorFilterImageFilter.cpp 69 SkScalar combinedMatrix[20];
70 mult_color_matrix(inputMatrix, colorMatrix, combinedMatrix);
71 SkAutoTUnref<SkColorFilter> newCF(SkNEW_ARGS(SkColorMatrixFilter, (combinedMatrix)));
  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 69 SkScalar combinedMatrix[20];
70 mult_color_matrix(inputMatrix, colorMatrix, combinedMatrix);
71 SkAutoTUnref<SkColorFilter> newCF(SkNEW_ARGS(SkColorMatrixFilter, (combinedMatrix)));

Completed in 177 milliseconds