Home
last modified time | relevance | path

Searched defs:scale (Results 251 - 275 of 1021) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/skia/gm/
H A Dskbug_257.cpp88 const SkScalar scale = 1.00168f; in DEF_SIMPLE_GM() local
H A Dimagescalealigned.cpp52 SkVector scale; member
H A Dlocalmatrixshader.cpp126 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 DSkPoint.h359 void scale(SkScalar value) { this->scale(value, this); } in scale() function
[all...]
/third_party/skia/modules/particles/src/
H A DSkParticleDrawable.cpp61 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 DTextAnimator.h36 scale = { 100, 100, 100 }, member
51 scale = { 1, 1, 1 }, member
/third_party/skia/bench/
H A DSKPBench.cpp22 SKPBench::SKPBench(const char* name, const SkPicture* pic, const SkIRect& clip, SkScalar scale, in SKPBench() argument
H A DPatchBench.cpp34 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 DPathOpsBench.cpp87 SkScalar scale = 100; in makerects() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.hpp74 tcu::Vec4 scale; member
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp580 std::vector<float> scale; in HWTEST_F() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp93 float scale = 0.0; in FillSnapshot() local
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp57 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 Drosen_render_transform.cpp238 auto& scale = transform.scaleOperation_; in OnRSTransition() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.h124 double scale = 1.0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dbase_gesture_event.h133 void SetScale(double scale) in SetScale() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.cpp92 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 Drender_xcomponent.cpp528 float scale = pipelineContext->GetViewScale(); in NativeXComponentOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.cpp171 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 Dgrid_adaptive_layout_algorithm.cpp62 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 Dability_component_pattern.cpp215 auto scale = host->GetTransformScale(); in HandleMouseEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtool_bar_pattern.cpp63 float scale = context->GetFontScale(); in OnModifyDone() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h61 void SetScale(double scale) in SetScale() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h57 void ApplyScale(double scale) in ApplyScale() argument
65 void ApplyScaleAndRound(const Size& scale) in ApplyScaleAndRound() argument
[all...]
H A Dtransform_util.h102 float scale[3] = { 1.0f, 1.0f, 1.0f }; member

Completed in 19 milliseconds

1...<<11121314151617181920>>...41