Home | History | Annotate | Download | only in graphics

Lines Matching defs:text_

834         const void* text_ = text ? env->GetStringChars(text, NULL) : NULL;
847 canvas->drawPosText(text_, byteLength << 1, posPtr, *paint);
851 env->ReleaseStringChars(text, (const jchar*) text_);
872 const jchar* text_ = env->GetStringChars(text, NULL);
874 TextLayout::drawTextOnPath(paint, text_, count, bidiFlags, hOffset, vOffset,
876 env->ReleaseStringChars(text, text_);