Searched refs:fta (Results 1 – 4 of 4) sorted by relevance
172 Formattable fta, ftb; in test_Formattable() local173 fta.setLong(1); ftb.setLong(2); in test_Formattable()174 if ((fta != ftb) || !(fta == ftb)) { in test_Formattable()177 fta.getLong(&status); in test_Formattable()186 fta = ftb; in test_Formattable()187 if ((fta == ftb) || !(fta != ftb)) { in test_Formattable()193 fta.setDouble( 3.0 ); in test_Formattable()194 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) { in test_Formattable()200 fta.getDate(status = U_ZERO_ERROR); in test_Formattable()204 fta.setDate( 4.0 ); in test_Formattable()[all …]
405 Formattable fta[] = { (int32_t)3 }; in TestComplexExample() local409 res1 = form_pat.format( fta, 1, str, fpos, status ); in TestComplexExample()
469 AutoFTAccess fta(this); in onGetAdvancedTypefaceMetrics()470 FT_Face face = fta.face(); in onGetAdvancedTypefaceMetrics()725 AutoFTAccess fta(this); in onGetUPEM() local726 FT_Face face = fta.face(); in onGetUPEM()732 AutoFTAccess fta(this); in onGetKerningPairAdjustments() local733 FT_Face face = fta.face(); in onGetKerningPairAdjustments()1476 AutoFTAccess fta(this); in onCharsToGlyphs() local1477 FT_Face face = fta.face(); in onCharsToGlyphs()1510 AutoFTAccess fta(this); in onCountGlyphs() local1511 FT_Face face = fta.face(); in onCountGlyphs()[all …]
17 - Python bindings update (arfrever.fta)