Home | History | Annotate | Download | only in graphics

Lines Matching defs:setLinearText

687     static void setLinearText(jlong paintHandle, jboolean linearText) {
688 reinterpret_cast<Paint*>(paintHandle)->setLinearText(linearText);
1074 {"nSetLinearText","(JZ)V", (void*) PaintGlue::setLinearText},