Home | History | Annotate | Download | only in unit

Lines Matching refs:kLeft_Align

243         paint.setTextAlign(SkPaint::kLeft_Align);
256 EXPECT_EQ(SkPaint::kLeft_Align, op.paint->getTextAlign())
257 << "recorded drawText commands must force kLeft_Align on their paint";