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

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp892 const void* text_ = text ? env->GetStringChars(text, NULL) : NULL; local
905 canvas->drawPosText(text_, byteLength << 1, posPtr, *paint);
909 env->ReleaseStringChars(text, (const jchar*) text_);
930 const jchar* text_ = env->GetStringChars(text, NULL); local
932 TextLayout::drawTextOnPath(paint, text_, count, bidiFlags, hOffset, vOffset,
934 env->ReleaseStringChars(text, text_);

Completed in 774 milliseconds