Searched refs:DrawTextFunctor (Results 1 – 2 of 2) sorted by relevance
80 class DrawTextFunctor { class82 DrawTextFunctor(const Layout& layout, Canvas* canvas, uint16_t* glyphs, float* pos, in DrawTextFunctor() function in android::DrawTextFunctor174 DrawTextFunctor f(layout, this, glyphs.get(), pos.get(), in drawText()
250 friend class DrawTextFunctor; variable