Searched refs:DrawTextFunctor (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 411 class DrawTextFunctor { class 413 DrawTextFunctor(const Layout& layout, Canvas* canvas, uint16_t* glyphs, float* pos, in DrawTextFunctor() function in android::CanvasJNI::DrawTextFunctor 498 DrawTextFunctor f(layout, canvas, glyphs, pos, paint, x, y, bounds); in drawText()
|