Searched refs:xInt (Results 1 – 1 of 1) sorted by relevance
1376 int32_t xInt { 0 }; in IsLocaledWithinRect() local1377 CHKRF(napi_get_value_int32(env, xProperty, &xInt), GET_VALUE_INT32); in IsLocaledWithinRect()1390 if ((xInt >= hotAreaX) && (xInt <= hotAreaX + hotAreaWidth) in IsLocaledWithinRect()