Home | History | Annotate | Download | only in hwui

Lines Matching refs:start

47                                                 size_t start, size_t count, size_t bufSize,
52 size_t start, size_t count, size_t bufSize,
62 // f is a functor of type void f(size_t start, size_t end);
68 size_t start = 0;
73 MinikinFontSkia::populateSkPaint(paint, curFont, layout.getFakery(start));
74 f(start, i);
77 start = i;
81 if (nGlyphs > start) {
82 MinikinFontSkia::populateSkPaint(paint, curFont, layout.getFakery(start));
83 f(start, nGlyphs);