getTotalMatrix 361 Source/platform/graphics/GraphicsContext.cpp return m_canvas->getTotalMatrix(); getTotalMatrix 365 Source/platform/graphics/GraphicsContext.cpp totalMatrix.preConcat(m_canvas->getTotalMatrix()); getTotalMatrix 492 Source/platform/graphics/GraphicsContext.cpp SkMatrix savedMatrix = getTotalMatrix(); getTotalMatrix 1616 Source/platform/graphics/GraphicsContext.cpp SkMatrix m = getTotalMatrix(); getTotalMatrix 134 Source/platform/graphics/GraphicsContext.h SkMatrix getTotalMatrix() const; getTotalMatrix 249 Source/platform/graphics/skia/NativeImageSkia.cpp context->getTotalMatrix().mapRect(&screenRect, destRect); getTotalMatrix 339 Source/platform/graphics/skia/NativeImageSkia.cpp const SkMatrix totalMatrix = context->getTotalMatrix(); getTotalMatrix 382 Source/platform/graphics/skia/NativeImageSkia.cpp SkMatrix totalMatrix = context->getTotalMatrix(); getTotalMatrix 453 Source/platform/graphics/skia/NativeImageSkia.cpp SkMatrix totalMatrix = context->getTotalMatrix(); getTotalMatrix 282 Source/platform/graphics/skia/OpaqueRegionSkia.cpp SkMatrix canvasTransform = context->canvas()->getTotalMatrix();