android_graphics_Canvas.cpp | 413 DrawTextFunctor(const Layout& layout, Canvas* canvas, uint16_t* glyphs, float* pos, 415 : layout(layout), canvas(canvas), glyphs(glyphs), pos(pos), paint(paint), 421 glyphs[i] = layout.getGlyphId(i); 422 pos[2 * i] = x + layout.getX(i); 423 pos[2 * i + 1] = y + layout.getY(i); 427 glyphs[i] = layout.getGlyphId(i); 428 pos[2 * i] = layout.getX(i); 429 pos[2 * i + 1] = layout.getY(i) 438 const Layout& layout; member in class:android::CanvasJNI::DrawTextFunctor 486 Layout layout; local 612 const Layout& layout; member in class:android::CanvasJNI::DrawTextOnPathFunctor 624 Layout layout; local [all...] |