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