Home | History | Annotate | Download | only in graphics

Lines Matching refs:getHinting

679     static jint getHinting(jlong paintHandle) {
680 return reinterpret_cast<Paint*>(paintHandle)->getHinting()
1058 {"nGetHinting","(J)I", (void*) PaintGlue::getHinting},