/third_party/skia/gm/ |
H A D | skbug_257.cpp | 88 const SkScalar scale = 1.00168f; in DEF_SIMPLE_GM() local
|
H A D | imagescalealigned.cpp | 52 SkVector scale; member
|
H A D | localmatrixshader.cpp | 126 SkMatrix scale = SkMatrix::Scale(1.f / 5.f, 1.f / 5.f); in DEF_SIMPLE_GM() local [all...] |
/third_party/skia/include/core/ |
H A D | SkPoint.h | 359 void scale(SkScalar value) { this->scale(value, this); } in scale() function [all...] |
/third_party/skia/modules/particles/src/ |
H A D | SkParticleDrawable.cpp | 61 float* scale = particles.fData[SkParticles::kScale].get(); in DrawAtlasArrays() local 32 make_rsxform(SkPoint ofs, float posX, float posY, float dirX, float dirY, float scale) make_rsxform() argument
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAnimator.h | 36 scale = { 100, 100, 100 }, member 51 scale = { 1, 1, 1 }, member
|
/third_party/skia/bench/ |
H A D | SKPBench.cpp | 22 SKPBench::SKPBench(const char* name, const SkPicture* pic, const SkIRect& clip, SkScalar scale, in SKPBench() argument
|
H A D | PatchBench.cpp | 34 PatchBench(SkPoint scale, VertexMode vertexMode) in PatchBench() argument 161 SquarePatchBench(SkPoint scale, VertexMode vertexMode) in SquarePatchBench() argument 187 LODDiffPatchBench(SkPoint scale, VertexMode vertexMode) in LODDiffPatchBench() argument 213 LoopPatchBench(SkPoint scale, VertexMode vertexMode) in LoopPatchBench() argument [all...] |
H A D | PathOpsBench.cpp | 87 SkScalar scale = 100; in makerects() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestUtil.hpp | 74 tcu::Vec4 scale; member
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/ |
H A D | device_manager_test.cpp | 580 std::vector<float> scale; in HWTEST_F() local
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | snapshot.cpp | 93 float scale = 0.0; in FillSnapshot() local
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.cpp | 57 double scale = std::min(GetLayoutSize().Width() / viewBoxWidth, GetLayoutSize().Height() / viewBoxHeight); in PerformLayout() local 92 double scale = std::min(GetLayoutSize().Width() / viewBoxWidth, GetLayoutSize().Height() / viewBoxHeight); in Paint() local 126 double scale = std::min(GetLayoutSize().Width() / viewBoxWidth, GetLayoutSize().Height() / viewBoxHeight); Paint() local 218 double scale = std::min(GetLayoutSize().Width() / viewBoxWidth, GetLayoutSize().Height() / viewBoxHeight); BitmapMesh() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 238 auto& scale = transform.scaleOperation_; in OnRSTransition() local
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | render_loading_progress.h | 124 double scale = 1.0; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | base_gesture_event.h | 133 void SetScale(double scale) in SetScale() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_pattern.cpp | 92 float scale = PipelineContext::GetCurrentContext()->GetViewScale(); in OnDirtyLayoutWrapperSwap() local 96 scale, widthScale, heightScale, in OnDirtyLayoutWrapperSwap() local
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 528 float scale = pipelineContext->GetViewScale(); in NativeXComponentOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | image_decoder.cpp | 171 auto scale = std::max(static_cast<float>(width) / info.width(), static_cast<float>(height) / info.height()); in ResizeDrawingImage() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/ |
H A D | grid_adaptive_layout_algorithm.cpp | 62 auto scale = gridLayoutProperty->GetLayoutConstraint()->scaleProperty; in Measure() local 165 auto scale = layoutProperty->GetLayoutConstraint()->scaleProperty; in CalculateChildOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/ |
H A D | ability_component_pattern.cpp | 215 auto scale = host->GetTransformScale(); in HandleMouseEvent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | tool_bar_pattern.cpp | 63 float scale = context->GetFontScale(); in OnModifyDone() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | interactive_effect.h | 61 void SetScale(double scale) in SetScale() argument
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | rect.h | 57 void ApplyScale(double scale) in ApplyScale() argument 65 void ApplyScaleAndRound(const Size& scale) in ApplyScaleAndRound() argument [all...] |
H A D | transform_util.h | 102 float scale[3] = { 1.0f, 1.0f, 1.0f }; member
|