Lines Matching defs:true
119 // 3. Call OH_Drawing_FontSetBaselineSnap with isForce parameter set to true,
121 OH_Drawing_FontSetBaselineSnap(font, true);
201 // 3. Call OH_Drawing_FontSetSubpixel with isSubpixel parameter set to true,
203 OH_Drawing_FontSetSubpixel(font, true);
285 // 3. Call OH_Drawing_FontSetForceAutoHinting with isForceAutoHinting parameter set to true,
287 OH_Drawing_FontSetForceAutoHinting(font, true);
467 EXPECT_EQ(IsScalarAlmostEqual(textSize, 50.255), true);
992 // 3. Call OH_Drawing_FontSetLinearText with isLinearText parameter set to true, and then call
994 OH_Drawing_FontSetLinearText(font, true);
996 EXPECT_EQ(isLinearText, true);
1080 EXPECT_EQ(IsScalarAlmostEqual(skewX, 0.55), true);
1207 // 3. Call OH_Drawing_FontSetFakeBoldText interface with isFakeBoldText parameter set to true, and then call
1209 OH_Drawing_FontSetFakeBoldText(font, true);
1211 EXPECT_EQ(isFakeBoldText, true);
1295 EXPECT_EQ(IsScalarAlmostEqual(scaleX, 0.55), true);
1514 // 3. Call OH_Drawing_FontSetEmbeddedBitmaps with true as the isEmbeddedBitmaps parameter, and call
1516 OH_Drawing_FontSetEmbeddedBitmaps(font, true);
1518 EXPECT_EQ(isEmbeddedBitmaps, true);