Searched refs:aligned_pos (Results 1 – 2 of 2) sorted by relevance
66 const auto aligned_pos = this->alignedPosition(bounds.width()); in onRevalidate() local68 return bounds.makeOffset(aligned_pos.x(), aligned_pos.y()); in onRevalidate()72 const auto aligned_pos = this->alignedPosition(this->bounds().width()); in onDraw() local73 canvas->drawTextBlob(fBlob, aligned_pos.x(), aligned_pos.y(), paint); in onDraw()