Home | History | Annotate | Download | only in hwui

Lines Matching refs:currentTransform

244     currentTransform()->copyTo(&info.transform[0]);
489 currentTransform()->mapRect(bounds);
507 inverse.loadInverse(*currentTransform());
1104 const mat4* currentMatrix = currentTransform();
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());