Searched refs:outScale (Results 1 – 2 of 2) sorted by relevance
490 private static boolean parseUnit(String str, TypedValue outValue, float[] outScale) {495 applyUnit(unit, outValue, outScale);503 private static void applyUnit(UnitEntry unit, TypedValue outValue, float[] outScale) {508 outScale[0] = unit.scale;
4377 float* outScale, const char** outEnd) in parse_unit() argument4398 *outScale = cur->scale; in parse_unit()