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

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp740 drawTextWithGlyphs(canvas, textArray + index, 0, count, x, y, flags, paint);
749 drawTextWithGlyphs(canvas, textArray, start, end, x, y, flags, paint);
753 static void drawTextWithGlyphs(SkCanvas* canvas, const jchar* textArray, function in class:android::SkCanvasGlue
758 drawTextWithGlyphs(canvas, textArray + start, 0, count, count, x, y, flags, paint);
761 static void drawTextWithGlyphs(SkCanvas* canvas, const jchar* textArray, function in class:android::SkCanvasGlue
842 drawTextWithGlyphs(canvas, chars + contextIndex, index - contextIndex,
855 drawTextWithGlyphs(canvas, chars + contextStart, start - contextStart,

Completed in 116 milliseconds