Home
last modified time | relevance | path

Searched refs:DrawTextFunctor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DCanvas.cpp80 class DrawTextFunctor { class
82 DrawTextFunctor(const Layout& layout, Canvas* canvas, uint16_t* glyphs, float* pos, in DrawTextFunctor() function in android::DrawTextFunctor
174 DrawTextFunctor f(layout, this, glyphs.get(), pos.get(), in drawText()
DCanvas.h250 friend class DrawTextFunctor; variable