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

  /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(&center, 1)
    [all...]
GrContext.cpp 720 const SkMatrix& combinedMatrix,
754 if (!combinedMatrix.preservesAxisAlignment()) {
760 if (!combinedMatrix.preservesRightAngles()) {
766 combinedMatrix.mapRect(devBoundRect, rect);
798 SkMatrix combinedMatrix = target->drawState()->getViewMatrix();
800 combinedMatrix.preConcat(*matrix);
818 if (!combinedMatrix.invert(&invM)) {
842 bool doAA = needAA && apply_aa_to_rect(target, rect, width, combinedMatrix, &devBoundRect,
854 combinedMatrix, devBoundRect,
859 rect, combinedMatrix, devBoundRect
    [all...]
GrInOrderDrawBuffer.cpp 169 SkMatrix combinedMatrix;
171 combinedMatrix = *matrix;
173 combinedMatrix.reset();
175 combinedMatrix.postConcat(drawState->getViewMatrix());
187 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
    [all...]
  /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(&center, 1)
    [all...]
GrContext.cpp 720 const SkMatrix& combinedMatrix,
754 if (!combinedMatrix.preservesAxisAlignment()) {
760 if (!combinedMatrix.preservesRightAngles()) {
766 combinedMatrix.mapRect(devBoundRect, rect);
798 SkMatrix combinedMatrix = target->drawState()->getViewMatrix();
800 combinedMatrix.preConcat(*matrix);
818 if (!combinedMatrix.invert(&invM)) {
842 bool doAA = needAA && apply_aa_to_rect(target, rect, width, combinedMatrix, &devBoundRect,
854 combinedMatrix, devBoundRect,
859 rect, combinedMatrix, devBoundRect
    [all...]
GrInOrderDrawBuffer.cpp 169 SkMatrix combinedMatrix;
171 combinedMatrix = *matrix;
173 combinedMatrix.reset();
175 combinedMatrix.postConcat(drawState->getViewMatrix());
187 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkColorFilterImageFilter.cpp 70 SkScalar combinedMatrix[20];
71 mult_color_matrix(colorMatrix, inputMatrix, combinedMatrix);
72 SkAutoTUnref<SkColorFilter> newCF(SkColorMatrixFilter::Create(combinedMatrix));
  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 70 SkScalar combinedMatrix[20];
71 mult_color_matrix(colorMatrix, inputMatrix, combinedMatrix);
72 SkAutoTUnref<SkColorFilter> newCF(SkColorMatrixFilter::Create(combinedMatrix));
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 222 SkMatrix combinedMatrix = srcRotInv;
223 combinedMatrix.postConcat(vm);
379 setup_dashed_rect(bounds, verts, curVIdx, combinedMatrix, startOffset, devBloat,
387 setup_dashed_rect(startRect, verts, curVIdx, combinedMatrix, startOffset, devBloat,
395 setup_dashed_rect(endRect, verts, curVIdx, combinedMatrix, startOffset, devBloat,
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 222 SkMatrix combinedMatrix = srcRotInv;
223 combinedMatrix.postConcat(vm);
379 setup_dashed_rect(bounds, verts, curVIdx, combinedMatrix, startOffset, devBloat,
387 setup_dashed_rect(startRect, verts, curVIdx, combinedMatrix, startOffset, devBloat,
395 setup_dashed_rect(endRect, verts, curVIdx, combinedMatrix, startOffset, devBloat,

Completed in 975 milliseconds