/external/chromium_org/third_party/skia/src/gpu/ |
GrAARectRenderer.h | 45 const SkMatrix& combinedMatrix, 49 if (combinedMatrix.rectStaysRect()) { 51 rect, combinedMatrix); 54 rect, combinedMatrix); 58 rect, combinedMatrix, 66 const SkMatrix& combinedMatrix, 75 const SkMatrix& combinedMatrix, 93 const SkMatrix& combinedMatrix, 100 const SkMatrix& combinedMatrix); 105 const SkMatrix& combinedMatrix); [all...] |
GrAARectRenderer.cpp | 456 const SkMatrix& combinedMatrix, 485 if (combinedMatrix.rectStaysRect()) { 491 combinedMatrix.mapRect(&devRect, rect); 499 { combinedMatrix[SkMatrix::kMScaleX], combinedMatrix[SkMatrix::kMSkewY] }, 500 { combinedMatrix[SkMatrix::kMSkewX], combinedMatrix[SkMatrix::kMScaleY] } 511 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4); 605 const SkMatrix& combinedMatrix) { 609 combinedMatrix.mapPoints(¢er, 1) [all...] |
GrContext.cpp | 703 const SkMatrix& combinedMatrix, 737 if (!combinedMatrix.preservesAxisAlignment()) { 743 if (!combinedMatrix.preservesRightAngles()) { 749 combinedMatrix.mapRect(devBoundRect, rect); 774 SkMatrix combinedMatrix = target->drawState()->getViewMatrix(); 776 combinedMatrix.preConcat(*matrix); 794 if (!combinedMatrix.invert(&invM)) { 818 bool doAA = needAA && apply_aa_to_rect(target, rect, width, combinedMatrix, &devBoundRect, 827 combinedMatrix, devBoundRect, 832 rect, combinedMatrix, devBoundRect [all...] |
GrInOrderDrawBuffer.cpp | 152 SkMatrix combinedMatrix; 154 combinedMatrix = *matrix; 156 combinedMatrix.reset(); 158 combinedMatrix.postConcat(drawState->getViewMatrix()); 170 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
|
/external/skia/src/gpu/ |
GrAARectRenderer.h | 45 const SkMatrix& combinedMatrix, 49 if (combinedMatrix.rectStaysRect()) { 51 rect, combinedMatrix); 54 rect, combinedMatrix); 58 rect, combinedMatrix, 66 const SkMatrix& combinedMatrix, 75 const SkMatrix& combinedMatrix, 93 const SkMatrix& combinedMatrix, 100 const SkMatrix& combinedMatrix); 105 const SkMatrix& combinedMatrix); [all...] |
GrAARectRenderer.cpp | 456 const SkMatrix& combinedMatrix, 485 if (combinedMatrix.rectStaysRect()) { 491 combinedMatrix.mapRect(&devRect, rect); 499 { combinedMatrix[SkMatrix::kMScaleX], combinedMatrix[SkMatrix::kMSkewY] }, 500 { combinedMatrix[SkMatrix::kMSkewX], combinedMatrix[SkMatrix::kMScaleY] } 511 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4); 605 const SkMatrix& combinedMatrix) { 609 combinedMatrix.mapPoints(¢er, 1) [all...] |
GrContext.cpp | 703 const SkMatrix& combinedMatrix, 737 if (!combinedMatrix.preservesAxisAlignment()) { 743 if (!combinedMatrix.preservesRightAngles()) { 749 combinedMatrix.mapRect(devBoundRect, rect); 774 SkMatrix combinedMatrix = target->drawState()->getViewMatrix(); 776 combinedMatrix.preConcat(*matrix); 794 if (!combinedMatrix.invert(&invM)) { 818 bool doAA = needAA && apply_aa_to_rect(target, rect, width, combinedMatrix, &devBoundRect, 827 combinedMatrix, devBoundRect, 832 rect, combinedMatrix, devBoundRect [all...] |
GrInOrderDrawBuffer.cpp | 152 SkMatrix combinedMatrix; 154 combinedMatrix = *matrix; 156 combinedMatrix.reset(); 158 combinedMatrix.postConcat(drawState->getViewMatrix()); 170 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)));
|