Searched refs:totalMatrix (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
D | NativeImageSkia.cpp | 339 SkMatrix totalMatrix = context->getTotalMatrix(); in draw() local 340 if (!(totalMatrix.getType() & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask))) in draw() 341 totalMatrix.mapRect(&destRectTarget, destRect); in draw() 343 resampling = computeResamplingMode(totalMatrix, in draw() 411 SkMatrix totalMatrix = context->getTotalMatrix(); in drawPattern() local 412 SkScalar ctmScaleX = totalMatrix.getScaleX(); in drawPattern() 413 SkScalar ctmScaleY = totalMatrix.getScaleY(); in drawPattern() 414 totalMatrix.preScale(scale.width(), scale.height()); in drawPattern() 420 totalMatrix.mapRect(&destRectTarget, normSrcRect); in drawPattern() 430 …resampling = computeResamplingMode(totalMatrix, normSrcRect.width(), normSrcRect.height(), destBit… in drawPattern()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 163 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip, in updateMC() 171 fMatrix = &totalMatrix; in updateMC() 174 fMatrixStorage = totalMatrix; in updateMC() 697 const SkMatrix& totalMatrix = this->getTotalMatrix(); in updateDeviceCMCache() local 702 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL); in updateDeviceCMCache() 706 layer->updateMC(totalMatrix, clip, fClipStack, &clip); in updateDeviceCMCache()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkCanvas.cpp | 163 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip, in updateMC() 171 fMatrix = &totalMatrix; in updateMC() 174 fMatrixStorage = totalMatrix; in updateMC() 697 const SkMatrix& totalMatrix = this->getTotalMatrix(); in updateDeviceCMCache() local 702 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL); in updateDeviceCMCache() 706 layer->updateMC(totalMatrix, clip, fClipStack, &clip); in updateDeviceCMCache()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 388 SkMatrix totalMatrix = recordingState.m_savedMatrix; in getTotalMatrix() local 389 totalMatrix.preConcat(m_canvas->getTotalMatrix()); in getTotalMatrix() 391 return totalMatrix; in getTotalMatrix()
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1587 SkMatrix totalMatrix = *d.fMatrix; in handleInversePath() local 1589 totalMatrix.preConcat(*prePathMatrix); in handleInversePath() 1591 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1587 SkMatrix totalMatrix = *d.fMatrix; in handleInversePath() local 1589 totalMatrix.preConcat(*prePathMatrix); in handleInversePath() 1591 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()
|