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

  /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)));
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.cpp 152 SkMatrix combinedMatrix;
154 combinedMatrix = *matrix;
156 combinedMatrix.reset();
158 combinedMatrix.postConcat(drawState->getViewMatrix());
170 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
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...]
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 152 SkMatrix combinedMatrix;
154 combinedMatrix = *matrix;
156 combinedMatrix.reset();
158 combinedMatrix.postConcat(drawState->getViewMatrix());
170 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
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...]

Completed in 799 milliseconds