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

/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp67 const char* textArray = env->GetStringUTFChars(name, NULL); local
68 renderNode->setName(textArray);
69 env->ReleaseStringUTFChars(name, textArray);
H A Dandroid_view_GLES20Canvas.cpp701 jchar* textArray = env->GetCharArrayElements(text, NULL); local
705 renderText(renderer, textArray + index, count, x, y, bidiFlags, paint, typeface);
706 env->ReleaseCharArrayElements(text, textArray, JNI_ABORT);
713 const jchar* textArray = env->GetStringChars(text, NULL); local
717 renderText(renderer, textArray + start, end - start, x, y, bidiFlags, paint, typeface);
718 env->ReleaseStringChars(text, textArray);
726 jchar* textArray = env->GetCharArrayElements(text, NULL); local
731 renderTextOnPath(renderer, textArray + index, count, path,
733 env->ReleaseCharArrayElements(text, textArray, JNI_ABORT);
741 const jchar* textArray local
756 jchar* textArray = env->GetCharArrayElements(text, NULL); local
771 const jchar* textArray = env->GetStringChars(text, NULL); local
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp529 const jchar* textArray = env->GetCharArrayElements(text, NULL); local
534 MinikinUtils::doLayout(&layout, paint, bidiFlags, typeface, textArray, index, count, textLength);
536 env->ReleaseCharArrayElements(text, const_cast<jchar*>(textArray), JNI_ABORT);
555 const jchar* textArray = env->GetStringChars(text, NULL); local
561 MinikinUtils::doLayout(&layout, paint, bidiFlags, typeface, textArray, start, count, textLength);
564 env->ReleaseStringChars(text, textArray);
577 const jchar* textArray = env->GetStringChars(text, NULL); local
583 MinikinUtils::doLayout(&layout, paint, bidiFlags, typeface, textArray, 0, textLength, textLength);
586 env->ReleaseStringChars(text, textArray);
622 const jchar* textArray local
633 const jchar* textArray = env->GetStringChars(text, NULL); local
682 jchar* textArray = env->GetCharArrayElements(text, NULL); local
695 const jchar* textArray = env->GetStringChars(text, NULL); local
713 jchar* textArray = env->GetCharArrayElements(text, NULL); local
723 const jchar* textArray = env->GetStringChars(text, NULL); local
786 const jchar* textArray = env->GetCharArrayElements(text, NULL); local
797 const jchar* textArray = env->GetStringChars(text, NULL); local
921 const jchar* textArray = env->GetStringChars(text, NULL); local
930 const jchar* textArray = env->GetCharArrayElements(text, NULL); local
[all...]

Completed in 553 milliseconds