Home | History | Annotate | Download | only in jni

Lines Matching refs:screenWidth

1136     int textWrapWidth, float scale, int screenWidth, int screenHeight,
1150 m_screenWidth = screenWidth;
1155 m_maxXScroll = screenWidth >> 2;
1163 if (osh != screenHeight || osw != screenWidth)
1208 window->setVisibleSize(screenWidth, screenHeight);
1209 if (width != screenWidth) {
1246 window->setVisibleSize(screenWidth, screenHeight);
1248 if (width != screenWidth) {
4416 jint height, jint textWrapWidth, jfloat scale, jint screenWidth,
4423 screenWidth, screenHeight, anchorX, anchorY, ignoreHeight);