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

  /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,
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.cpp 169 SkMatrix combinedMatrix;
171 combinedMatrix = *matrix;
173 combinedMatrix.reset();
175 combinedMatrix.postConcat(drawState->getViewMatrix());
187 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
    [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...]
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 169 SkMatrix combinedMatrix;
171 combinedMatrix = *matrix;
173 combinedMatrix.reset();
175 combinedMatrix.postConcat(drawState->getViewMatrix());
187 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
    [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...]

Completed in 114 milliseconds