Lines Matching refs:numeric_value
106 double numeric_value = 0; in initFromOptions() local
115 numeric_value = strtod(optarg, NULL); in initFromOptions()
116 dp2px = numeric_value; in initFromOptions()
119 numeric_value = strtod(optarg, NULL); in initFromOptions()
120 mm2px = numeric_value; in initFromOptions()
123 numeric_value = strtod(optarg, NULL); in initFromOptions()
124 powerBottonTopMm = numeric_value; in initFromOptions()
127 numeric_value = strtod(optarg, NULL); in initFromOptions()
128 powerButtonBottomMm = numeric_value; in initFromOptions()
131 numeric_value = strtod(optarg, NULL); in initFromOptions()
132 volUpButtonTopMm = numeric_value; in initFromOptions()
135 numeric_value = strtod(optarg, NULL); in initFromOptions()
136 volUpButtonBottomMm = numeric_value; in initFromOptions()