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

/frameworks/rs/
H A DrsScriptC_LibGL.cpp224 rsc->mStateFont.renderText(text, allocSize, x, y);
230 rsc->mStateFont.renderText(text, textLen, x, y);
H A DrsFont.h148 void renderText(const char *text, uint32_t len, int32_t x, int32_t y,
H A DrsContext.cpp236 mStateFont.renderText(buffer, bufferLen, 5, getHeight() - 6);
239 mStateFont.renderText(buffer, bufferLen, 4, getHeight() - 7);
H A DrsFont.cpp749 void FontState::renderText(const char *text, uint32_t len, int32_t x, int32_t y, function in class:FontState
788 renderText(text, len, 0, 0, 0, -1, Font::MEASURE, bounds);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java91 /* package */ RectF renderText(int start, int limit, boolean isRtl, float[] advances, method in class:BidiRenderer
H A DPaint_Delegate.java996 RectF bounds = new BidiRenderer(null, delegate, text).renderText(
1159 return new BidiRenderer(null, this, text).renderText(
H A DCanvas_Delegate.java1002 new BidiRenderer(graphics, paintDelegate, text).renderText(
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp603 static void renderText(OpenGLRenderer* renderer, const jchar* text, int count, function in namespace:android
664 renderText(renderer, textArray + index, count, x, y, flags, paint);
672 renderText(renderer, textArray + start, end - start, x, y, flags, paint);

Completed in 138 milliseconds