/third_party/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 82 my $scale=$seed<0?-8:8; 107 mov `$seed+($i+1)*$scale`($key),$t1 # prefetch key[i+1] 108 mov `$seed+($i+1)*$scale+4`($key),$t0
|
H A D | cmll-x86.pl | 88 my $scale=$seed<0?-8:8; 94 &xor ($t1,&DWP($seed+$i*$scale+4,$key)); # t1^=key[1] 118 &mov ($idx,&DWP($seed+($i+1)*$scale,$key)); # prefetch key[i+1]
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 651 float scale = static_cast<float>(maxTextureSize) / maxDim; in MakeCrossContextFromPixmap() local 652 int newWidth = std::min(static_cast<int>(originalPixmap.width() * scale), maxTextureSize); in MakeCrossContextFromPixmap() 653 int newHeight = std::min(static_cast<int>(originalPixmap.height() * scale), maxTextureSize); in MakeCrossContextFromPixmap()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.cpp | 892 float scale = lineWidth * 0.5f / sqrt(dx * dx + dy * dy); in setupLine() local 894 dx *= scale; in setupLine() 895 dy *= scale; in setupLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 624 void InstrProfValueSiteRecord::scale(uint64_t Weight, in scale() function in llvm::InstrProfValueSiteRecord 680 R.scale(Weight, Warn); in scaleValueProfData() 683 void InstrProfRecord::scale(uint64_t Weight, in scale() function in llvm::InstrProfRecord
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderBuiltinVarTests.cpp | 300 const tcu::Vec3 scale (1.f / float(width), 1.f / float(height), 1.0f); in iterate() 341 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate() 359 const tcu::Vec3 scaledFC = fragCoord*scale; in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsScissorTests.cpp | 386 const float scale = 1.44f/deFloatSqrt(float(m_primitiveCount)*2.0f); // Magic value to roughly fill the render area with primitives at a readable density in render() local 399 positions[ndx+0] = (basePositions[vertNdx*2 + 0]*scale + dx)*primitiveArea.z() + primitiveArea.x(); in render() 400 positions[ndx+1] = (basePositions[vertNdx*2 + 1]*scale + dy)*primitiveArea.w() + primitiveArea.y(); in render()
|
/third_party/vulkan-loader/loader/ |
H A D | cJSON.c | 97 double n = 0, sign = 1, scale = 0; in parse_number() local 107 do n = (n * 10.0) + (*num++ - '0'), scale--; in parse_number() 120 n = sign * n * pow(10.0, (scale + subscale * signsubscale)); /* number = +/- in parse_number()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | web_model_impl.cpp | 468 void WebModelImpl::InitialScale(float scale) in InitialScale() argument 472 webComponent->SetInitialScale(scale); in InitialScale()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 147 NATIVEEXPORT virtual void scale(float xAxis, float yAxis); 148 NATIVEEXPORT virtual void scale(float xAxis, float yAxis, const AntiAliasingOption &option);
|
/third_party/ffmpeg/libavresample/ |
H A D | audio_mix.c | 493 #define GET_MATRIX_CONVERT(suffix, scale) \ in ff_audio_mix_get_matrix() 504 (scale); \ in ff_audio_mix_get_matrix()
|
/third_party/libinput/src/ |
H A D | libinput-private.h | 717 double scale, 724 double scale,
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 711 double scale = libinput_event_gesture_get_scale(t); in print_gesture_event_with_coords() local 714 printq(" %5.2f @ %5.2f\n", scale, angle); in print_gesture_event_with_coords()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 681 inline Operand FieldOperand(Register object, Register index, ScaleFactor scale, in FieldOperand() argument 683 return Operand(object, index, scale, offset - kHeapObjectTag); in FieldOperand()
|
/third_party/skia/src/gpu/ops/ |
H A D | AAConvexPathRenderer.cpp | 107 avg.scale(denom); in center_of_mass() 112 center.scale(area); in center_of_mass()
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.cpp | 154 // and finally scale all that by rate. We keep dither strength strictly 159 float scale = rate * ( 2/128.0f), variable 161 skvm::F32 dither = to_F32(M) * scale + bias;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 673 /// Optionally scale merged counts by \p Weight. 677 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn); 746 /// Optionally scale merged counts by \p Weight. 752 void scale(uint64_t Weight, function_ref<void(instrprof_error)> Warn);
|
/third_party/skia/tools/skpbench/ |
H A D | skpbench.cpp | 81 static DEFINE_double(scale, 1, "Scale the size of the canvas and the zoom level by this factor."); 620 canvas->scale(FLAGS_scale, FLAGS_scale); in main()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 942 this.scale = function(sx, sy) { 950 this._canvas.scale(sx, sy);
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 541 SkScalar tx, SkScalar ty, SkScalar scale) { in test_tiny_path_convexity() 550 matrix.preScale(scale, scale); in test_tiny_path_convexity() 5127 for (SkScalar scale = 1; scale < 1000; scale *= 1.1f) { in DEF_TEST() 5130 matrix.setScale(scale, scale); in DEF_TEST() 5134 for (SkScalar scale = 1; scale < in DEF_TEST() 540 test_tiny_path_convexity(skiatest::Reporter* reporter, const char* pathBug, SkScalar tx, SkScalar ty, SkScalar scale) test_tiny_path_convexity() argument 5832 const SkScalar scale = 1e-8f; DEF_TEST() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 1567 if(arg0->isScalar() && arg.size() == 1) // Construct scale matrix in visitAggregate() 2701 int scale = result->totalRegisterCount(); in lvalue() local 2714 rel.scale = scale; in lvalue() 2720 if(scale == 1) in lvalue() 2722 Constant oldScale((int)rel.scale); in lvalue() 2729 Constant oldScale((int)rel.scale); in lvalue() 2734 Constant newScale(scale); in lvalue() 2740 rel.scale = 1; in lvalue() 2744 if(scale in lvalue() [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 777 if (!ParseOptionalMath(loadResult, info.transform.scale, textureTransform, "scale", { 1.0f, 1.0f })) { 1014 if (!ParseOptionalNumber<float>(loadResult, normalTexture.scale, *normalJson, "scale", normalTexture.scale)) { 1113 if (!ParseOptionalNumber(loadResult, normalTexture.scale, clearcoat, "scale", normalTexture.scale)) { 2088 if (!ParseOptionalMath(loadResult, node.scale, jsonData, "scale", nod [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 1991 float FontWindowScale; // User scale multiplier per-window, via SetWindowFontScale() 2024 float CalcFontSize() const { ImGuiContext& g = *GImGui; float scale = g.FontBaseSize * FontWindowScale; if (ParentWindow) scale *= ParentWindow->FontWindowScale; return scale; } 2243 float RefScale; // Reference scale to be able to rescale columns on font/dpi changes. 2357 float RefScale; // Reference scale to be able to rescale columns on font/dpi changes. 2653 IMGUI_API void RenderArrow(ImDrawList* draw_list, ImVec2 pos, ImU32 col, ImGuiDir dir, float scale = 1.0f); 2656 IMGUI_API void RenderMouseCursor(ImDrawList* draw_list, ImVec2 pos, float scale, ImGuiMouseCursor mouse_cursor, ImU32 col_fill, ImU32 col_border, ImU32 col_shadow); 2663 inline void RenderArrow(ImVec2 pos, ImGuiDir dir, float scale=1.0f) { ImGuiWindow* window = GetCurrentWindow(); RenderArrow(window->DrawList, pos, GetColorU32(ImGuiCol_Text), dir, scale); } [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 341 OperatorShaderEvaluator (ShaderEvalFunc evalFunc, float scale, float bias) in OperatorShaderEvaluator() argument 344 m_scale = scale; in OperatorShaderEvaluator() 573 float scale = (v.rangeMax - v.rangeMin); in ShaderOperatorCase() local 584 case 0: row = Vec4(scale, 0.0f, 0.0f, minBias); break; in ShaderOperatorCase() 585 case 1: row = Vec4(0.0f, scale, 0.0f, minBias); break; in ShaderOperatorCase() 586 case 2: row = Vec4(-scale, 0.0f, 0.0f, maxBias); break; in ShaderOperatorCase() 587 case 3: row = Vec4(0.0f, -scale, 0.0f, maxBias); break; in ShaderOperatorCase()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 133 { "scale", [](const InspectorNode& inspector) { return inspector.GetScale(); } }, 1041 const auto& scale = operation.scaleOperation_; in GetScale() local 1042 jsonValue->Put("x", std::to_string(scale.scaleX).c_str()); in GetScale() 1043 jsonValue->Put("y", std::to_string(scale.scaleY).c_str()); in GetScale() 1044 jsonValue->Put("z", std::to_string(scale.scaleZ).c_str()); in GetScale()
|