| /third_party/skia/src/core/ |
| H A D | SkAlphaRuns.cpp | 28 int max = (y + 1) * maxStep - (y == maxStep - 1); in assertValid() local
|
| /third_party/skia/samplecode/ |
| H A D | SampleTiming.cpp | 39 max = -INFINITY; variable [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Debug.hpp | 26 #undef max macro
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | mathutil.h | 58 const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
|
| /third_party/skia/tests/ |
| H A D | SafeMathTest.cpp | 12 size_t max = std::numeric_limits<size_t>::max(); in DEF_TEST() local [all...] |
| /third_party/openGLES/extensions/ |
| H A D | nextfree.py | 25 max = {} variable
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ |
| H A D | nextfree.py | 36 max = {} variable
|
| /third_party/skia/third_party/externals/tint/tools/src/lut/ |
| H A D | lut.go | |
| /third_party/skia/third_party/externals/zlib/ |
| H A D | compress.c | 31 const uInt max = (uInt)-1; local
|
| H A D | uncompr.c | 35 const uInt max = (uInt)-1; local
|
| /third_party/skia/tools/sk_app/unix/ |
| H A D | keysym2ucs.c | 821 int max = sizeof(keysymtab) / sizeof(struct codepair) - 1; in keysym2ucs() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | ComputeValidationTests.cpp | 60 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local 66 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local 72 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local 78 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local 84 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; TEST_F() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | heap_region_allocator.h | 40 size_t max = maxAnnoMemoryUsage_.load(std::memory_order_relaxed); in IncreaseAnnoMemoryUsage() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | bytecode_encoder.h | 30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | bytecode_encoder.h | 30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
|
| H A D | common.cpp | 100 constexpr int32_t max = 7; in CanConvertToIncI() local
|
| /base/web/webview/ohos_adapter/camera_adapter/src/ |
| H A D | video_capture_range_adapter_impl.cpp | 45 void VideoCaptureRangeAdapterImpl::SetMax(double max) in SetMax() argument
|
| H A D | video_capture_range_adapter_mock.cpp | 44 void VideoCaptureRangeAdapterImpl::SetMax(double max) in SetMax() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/progress/ |
| H A D | progress_component.cpp | 23 ProgressComponent::ProgressComponent(double min, double value, double cachedValue, double max, ProgressType type) in ProgressComponent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/slider/ |
| H A D | slider_component.cpp | 22 SliderComponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
| H A D | gauge_model_ng.h | 25 GaugeConfiguration(float value, float min, float max, bool enabled) in GaugeConfiguration() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | utils.h | 48 static T CheckRange(T min, T max, T defaultValue, T value) in CheckRange() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | data_panel_model_impl.cpp | 24 void DataPanelModelImpl::Create(const std::vector<double>& values, double max, int32_t type) in Create() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
| H A D | slider_model_ng.h | 27 SliderConfiguration(double value, double min, double max, double step, bool enabled) in SliderConfiguration() argument
|
| /foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/ |
| H A D | chart.js | |