Lines Matching refs:indent
97 static void dumpMatrix(std::ostream& output, std::string& indent, const char* label, in dumpMatrix() argument
100 output << indent << "(" << label << " " << matrix << ": "; in dumpMatrix()
110 auto indent = std::string(level * 2, ' '); in debugOutputProperties() local
112 output << indent << "(Translate (left, top) " << mPrimitiveFields.mLeft << ", " in debugOutputProperties()
115 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix); in debugOutputProperties()
116 dumpMatrix(output, indent, "ConcatMatrix (animation)", mAnimationMatrix); in debugOutputProperties()
121 output << indent << "(Translate " << getTranslationX() << ", " << getTranslationY() in debugOutputProperties()
124 dumpMatrix(output, indent, "ConcatMatrix ", mComputedFields.mTransformMatrix); in debugOutputProperties()
137 output << indent << "(ScaleAlpha " << mPrimitiveFields.mAlpha << ")" << std::endl; in debugOutputProperties()
145 output << indent << "(SaveLayerAlpha " << (int)layerBounds.left << ", " in debugOutputProperties()
156 output << indent << "(ClipRect " << (int)clipRect.left << ", " << (int)clipRect.top << ", " in debugOutputProperties()
163 output << indent << "(Clip to reveal clip with bounds " << bounds.left << ", " << bounds.top in debugOutputProperties()
170 output << indent << "(Clip to empty outline)"; in debugOutputProperties()
173 output << indent << "(Clip to outline with bounds " << bounds.left << ", " << bounds.top in debugOutputProperties()