Home
last modified time | relevance | path

Searched refs:scale_ (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h359 : scale_(-1), power_of_two_plus_one_(false) { in ScaleMatcher()
367 scale_ = static_cast<int>(value); in ScaleMatcher()
375 scale_ = 0; in ScaleMatcher()
377 scale_ = 1; in ScaleMatcher()
379 scale_ = 2; in ScaleMatcher()
381 scale_ = 3; in ScaleMatcher()
384 scale_ = 1; in ScaleMatcher()
387 scale_ = 2; in ScaleMatcher()
390 scale_ = 3; in ScaleMatcher()
398 bool matches() const { return scale_ !
403 int scale_; global() member
473 int scale_; global() member
531 int scale_; global() member
[all...]
/test/testfwk/arkxtest/uitest/addon/
H A Dscreen_copy.cpp55 explicit ScreenCopy(float scale): scale_(scale) {}; in ScreenCopy()
60 const float scale_ = 0.5f; member in OHOS::uitest::ScreenCopy
88 const auto scale = g_screenCopy->scale_; in AdapteScreenChange()
103 if (scale_ <= 0 || scale_ > 1.0) { in Run()
240 opt.size.width = ceil(origWidth * scale_); in ScaleNewsetFrameLocked()
241 opt.size.height = ceil(origHeight * scale_); in ScaleNewsetFrameLocked()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c53 int scale_; // normalization factor, in FIX bits precision member
113 const uint32_t scale = p->scale_; in HFilter()
245 p->scale_ = (1 << (FIX + LFIX)) / (R * R); // normalization constant in InitParams()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp133 const int32_t distanceX0 = abs(rect_.GetCenterX() - rect_.left_) * abs(scale_ - 1); in Decompose()
136 if (scale_ > 1) { in Decompose()
143 } else if (scale_ < 1) { in Decompose()
H A Dui_action.h208 explicit GenericPinch(const Rect &rect, float_t scale) : rect_(rect), scale_(scale) {}; in GenericPinch()
216 const float_t scale_; member in OHOS::uitest::GenericPinch
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp152 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_) : scale(scale_), bias(bias_) {} in TexTypeCoordParams()
162 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {} in TexTypeCoordParams()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp185 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_) : scale(scale_), bias(bias_) {} in TexTypeCoordParams()
195 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {} in TexTypeCoordParams()

Completed in 10 milliseconds