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

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp901 const void* text_ = text ? env->GetStringChars(text, NULL) : NULL; local
914 canvas->drawPosText(text_, byteLength << 1, posPtr, *paint);
918 env->ReleaseStringChars(text, (const jchar*) text_);
939 const jchar* text_ = env->GetStringChars(text, NULL); local
941 TextLayout::drawTextOnPath(paint, text_, count, bidiFlags, hOffset, vOffset,
943 env->ReleaseStringChars(text, text_);

Completed in 42 milliseconds