Searched refs:gFont (Results 1 – 1 of 1) sorted by relevance
1158 Font gFont = new Font.Builder(assets, "fonts/others/samplefont2.ttf").build(); in byteBufferEquality() local1159 assertNotEquals(aFont, gFont); in byteBufferEquality()1179 Font gFont = new Font.Builder(assets, "fonts/others/samplefont2.ttf").build(); in fontIdentifier() local1180 assertNotEquals(aFont.getSourceIdentifier(), gFont.getSourceIdentifier()); in fontIdentifier()