Searched defs:drawTextWithGlyphs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp749 drawTextWithGlyphs(canvas, textArray + index, 0, count, x, y, flags, paint);
758 drawTextWithGlyphs(canvas, textArray, start, end, x, y, flags, paint);
762 static void drawTextWithGlyphs(SkCanvas* canvas, const jchar* textArray, function in class:android::SkCanvasGlue
767 drawTextWithGlyphs(canvas, textArray + start, 0, count, count, x, y, flags, paint);
770 static void drawTextWithGlyphs(SkCanvas* canvas, const jchar* textArray, function in class:android::SkCanvasGlue
851 drawTextWithGlyphs(canvas, chars + contextIndex, index - contextIndex,
864 drawTextWithGlyphs(canvas, chars + contextStart, start - contextStart,

Completed in 1024 milliseconds