Home
last modified time | relevance | path

Searched refs:intV (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp742 int16_t intV = FO_TO_INTEGER(v); local
743 if ((u >= 0) && (intU < (in.info.header.width - 1)) && (v >= 0) && (intV < (in.info.header.height - 1))) {
745 int16_t intVPlus1 = intV + 1;
748 const int16_t intV = static_cast<int16_t>(v);
749 if ((u >= 0) && (intU < in.info.header.width - 1) && (v >= 0) && (intV < in.info.header.height - 1)) {
751 const int16_t intVPlus1 = intV + 1;
753 OpacityType p1 = GetPxAlphaForAlphaImg(in.info, {intU, intV});
754 OpacityType p2 = GetPxAlphaForAlphaImg(in.info, {intUPlus1, intV});
770 const float decV = v - intV;
844 int16_t intV local
964 int16_t intV = FO_TO_INTEGER(v); global() local
1060 const int16_t intV = static_cast<int16_t>(v); global() local
1128 int16_t intV = FO_TO_INTEGER(v); global() local
1367 int16_t intV = FO_TO_INTEGER(v); global() local
1556 int16_t intV = FO_TO_INTEGER(v); global() local
[all...]
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp113 int intV = 0; in DataChangeObserverCallback() local
114 OH_PreferencesValue_GetInt(pValue, &intV); in DataChangeObserverCallback()
717 int intV = 0; in NullTestCallback() local
718 EXPECT_EQ(OH_PreferencesValue_GetInt(pValue, &intV), PREFERENCES_ERROR_KEY_NOT_FOUND); in NullTestCallback()

Completed in 5 milliseconds