Home | History | Annotate | Download | only in jni

Lines Matching defs:fValue

606     float fValue;
608 memcpy(&fValue, data, sizeof(float));
609 LOGV("Screen scale %f", fValue);
610 bridge->setScale(fValue);
612 memcpy(&fValue, data, sizeofUnsigned);
613 LOGV("Text wrap scale %f", fValue);
614 bridge->setTextWrapScale(fValue);