Home | History | Annotate | Download | only in jni

Lines Matching defs:textWrapScale

491     const float textWrapScale = bridge->textWrapScale();
492 ALOGV("Writing text wrap scale %f", textWrapScale);
493 vector.append((char*)&textWrapScale, sizeof(float));