Home | History | Annotate | Download | only in core

Lines Matching refs:getTextAlign

1892     buffer.writeUInt(pack_paint_flags(this->getFlags(), this->getHinting(), this->getTextAlign(),
2155 str->append(gTextAlignStrings[this->getTextAlign()]);
2243 if (paint.getTextAlign() != SkPaint::kLeft_Align) { // need to measure first
2246 if (paint.getTextAlign() == SkPaint::kCenter_Align) {