Home
last modified time | relevance | path

Searched refs:totalMatrix (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DNativeImageSkia.cpp325 const SkMatrix totalMatrix = context->getTotalMatrix(); in shouldDrawAntiAliased() local
327 if (!totalMatrix.rectStaysRect()) in shouldDrawAntiAliased()
343 if (totalMatrix.getType() & SkMatrix::kAffine_Mask) in shouldDrawAntiAliased()
344 … widthExpansion = totalMatrix[SkMatrix::kMSkewY], heightExpansion = totalMatrix[SkMatrix::kMSkewX]; in shouldDrawAntiAliased()
346 …widthExpansion = totalMatrix[SkMatrix::kMScaleX], heightExpansion = totalMatrix[SkMatrix::kMScaleY… in shouldDrawAntiAliased()
372 SkMatrix totalMatrix = context->getTotalMatrix(); in draw() local
373 if (!(totalMatrix.getType() & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask))) in draw()
374 totalMatrix.mapRect(&destRectTarget, destRect); in draw()
376 resampling = computeInterpolationQuality(totalMatrix, in draw()
442 SkMatrix totalMatrix = context->getTotalMatrix(); in drawPattern() local
[all …]
/external/skia/src/core/
DSkCanvas.cpp140 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip, in updateMC()
148 fMatrix = &totalMatrix; in updateMC()
151 fMatrixStorage = totalMatrix; in updateMC()
768 const SkMatrix& totalMatrix = this->getTotalMatrix(); in updateDeviceCMCache() local
773 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL); in updateDeviceCMCache()
777 layer->updateMC(totalMatrix, clip, fClipStack, &clip); in updateDeviceCMCache()
/external/chromium_org/third_party/skia/src/core/
DSkCanvas.cpp140 void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip, in updateMC()
148 fMatrix = &totalMatrix; in updateMC()
151 fMatrixStorage = totalMatrix; in updateMC()
768 const SkMatrix& totalMatrix = this->getTotalMatrix(); in updateDeviceCMCache() local
773 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL); in updateDeviceCMCache()
777 layer->updateMC(totalMatrix, clip, fClipStack, &clip); in updateDeviceCMCache()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp361 SkMatrix totalMatrix = recordingState.m_savedMatrix; in getTotalMatrix() local
362 totalMatrix.preConcat(m_canvas->getTotalMatrix()); in getTotalMatrix()
364 return totalMatrix; in getTotalMatrix()
/external/skia/src/pdf/
DSkPDFDevice.cpp1568 SkMatrix totalMatrix = *d.fMatrix; in handleInversePath() local
1570 totalMatrix.preConcat(*prePathMatrix); in handleInversePath()
1572 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFDevice.cpp1568 SkMatrix totalMatrix = *d.fMatrix; in handleInversePath() local
1570 totalMatrix.preConcat(*prePathMatrix); in handleInversePath()
1572 if (!totalMatrix.invert(&transformInverse)) { in handleInversePath()