Home | History | Annotate | Download | only in hwui

Lines Matching full:indent

102 static void dumpMatrix(std::ostream& output, std::string& indent,
105 output << indent << "(" << label << " " << matrix << ": ";
115 auto indent = std::string(level * 2, ' ');
117 output << indent << "(Translate (left, top) " << mPrimitiveFields.mLeft
120 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix);
121 dumpMatrix(output, indent, "ConcatMatrix (animation)", mAnimationMatrix);
126 output << indent << "(Translate " << getTranslationX() << ", " << getTranslationY()
129 dumpMatrix(output, indent, "ConcatMatrix ", mComputedFields.mTransformMatrix);
143 output << indent << "(ScaleAlpha " << mPrimitiveFields.mAlpha << ")" << std::endl;
151 output << indent << "(SaveLayerAlpha "
163 output << indent << "(ClipRect "
171 output << indent << "(Clip to reveal clip with bounds "
179 output << indent << "(Clip to empty outline)";
182 output << indent << "(Clip to outline with bounds "