Searched refs:TAG_WDTH (Results 1 – 2 of 2) sorted by relevance
11 private const val TAG_WDTH = "wdth" constant28 Assert.assertEquals("'$TAG_WGHT' 100, '$TAG_WDTH' 100, '$TAG_ROND' 100", initFvar) in testUpdateFontVariation_getCorrectFvarStr()37 "'$TAG_WGHT' 200, '$TAG_WDTH' 100, '$TAG_OPSZ' 0, '$TAG_ROND' 100", in testUpdateFontVariation_getCorrectFvarStr()
4 private const val TAG_WDTH = "wdth" constant49 resultString += (if (resultString.isBlank()) "" else ", ") + "'$TAG_WDTH' $mWidth" in updateFontVariation()