Lines Matching refs:currentTransform
244 currentTransform()->copyTo(&info.transform[0]); in callDrawGLFunction()
489 currentTransform()->mapRect(bounds); in calculateLayerBoundsAndClip()
507 inverse.loadInverse(*currentTransform()); in calculateLayerBoundsAndClip()
1104 const mat4* currentMatrix = currentTransform(); in storeDisplayState()
1721 PathTessellator::tessellatePath(path, paint, *currentTransform(), vertexBuffer);
1742 PathTessellator::tessellateLines(points, count, paint, *currentTransform(), buffer);
1759 PathTessellator::tessellatePoints(points, count, paint, *currentTransform(), buffer);
1816 *currentTransform(), *p, right - left, bottom - top, rx, ry);
1948 if (p->isAntiAlias() && !currentTransform()->isSimple()) {
2111 const mat4& transform = *currentTransform();
2211 dirtyLayer(bounds.left, bounds.top, bounds.right, bounds.bottom, *currentTransform());