Lines Matching defs:text

459     // the text size
464 // get the text size
511 // each time to get the text size
536 // 2. OH_Drawing_FontGetTextSize to get the text size
555 // get the text size
1072 // OH_Drawing_FontGetTextSkewX to get the text skew on the x-axis
1077 // OH_Drawing_FontGetTextSkewX to get the text skew on the x-axis
1122 // get the text skew on the x-axis each time
1147 // 2. Call OH_Drawing_FontGetTextSkewX to get the text skew on the x-axis
1166 // OH_Drawing_FontGetTextSkewX to get the text skew on the x-axis
1203 // OH_Drawing_FontIsFakeBoldText to check if the stroke width is increased to approximate bold text
1208 // OH_Drawing_FontIsFakeBoldText to check if the stroke width is increased to approximate bold text
1247 // stroke width is increased to approximate bold text
1287 // OH_Drawing_FontGetScaleX to get the text scale on the x-axis
1292 // OH_Drawing_FontGetScaleX to get the text scale on the x-axis
1337 // OH_Drawing_FontGetScaleX each time to get the text scale on the x-axis
1362 // 2. Call OH_Drawing_FontGetScaleX to get the text scale on the x-axis
1381 // OH_Drawing_FontGetScaleX to get the text scale on the x-axis
1401 // OH_Drawing_FontGetScaleX to get the text scale on the x-axis
1827 const void *text = "abc";
1837 OH_Drawing_FontMeasureText(font, text, byteLength, encodes[i], bounds, &textWidth);
1840 OH_Drawing_FontMeasureText(font, text, byteLength, TEXT_ENCODING_UTF8, bounds, &textWidth);
1863 const void *text = "abc";
1866 OH_Drawing_FontMeasureText(nullptr, text, byteLength, TEXT_ENCODING_UTF8, bounds, &textWidth);
1874 OH_Drawing_FontMeasureText(font, text, 0, TEXT_ENCODING_UTF8, bounds, &textWidth);
1878 OH_Drawing_FontMeasureText(font, text, byteLength, TEXT_ENCODING_UTF8, bounds, nullptr);
1905 const void *text = "abc";
1909 OH_Drawing_FontMeasureText(fonts[i], text, byteLength, TEXT_ENCODING_UTF8, bounds, &textWidth);
1932 OH_Drawing_FontSetTextSize(font, 50); // 50 means font text size