Lines Matching refs:bounds
1825 OH_Drawing_Rect *bounds = OH_Drawing_RectCreate(0, 0, 100, 100);
1837 OH_Drawing_FontMeasureText(font, text, byteLength, encodes[i], bounds, &textWidth);
1840 OH_Drawing_FontMeasureText(font, text, byteLength, TEXT_ENCODING_UTF8, bounds, &textWidth);
1844 OH_Drawing_RectDestroy(bounds);
1860 OH_Drawing_Rect *bounds = OH_Drawing_RectCreate(0, 0, 100, 100);
1866 OH_Drawing_FontMeasureText(nullptr, text, byteLength, TEXT_ENCODING_UTF8, bounds, &textWidth);
1870 OH_Drawing_FontMeasureText(font, nullptr, 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);
1883 OH_Drawing_RectDestroy(bounds);
1903 OH_Drawing_Rect *bounds = OH_Drawing_RectCreate(0, 0, 100, 100);
1909 OH_Drawing_FontMeasureText(fonts[i], text, byteLength, TEXT_ENCODING_UTF8, bounds, &textWidth);
1916 OH_Drawing_RectDestroy(bounds);