/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderCase.cpp | 121 const int width = 128; in executeForConfig() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthTests.cpp | 132 int width = deMin32(renderTarget.getWidth(), 128); in iterate() local 156 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
|
H A D | es2fReadPixelsTests.cpp | 171 const int width = 13; in iterate() local 224 tcu::Texture2D referenceRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, glu::isES2Context(m_context.getRenderContext().getType())); in iterate() local 225 tcu::Texture2D resultRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, glu::isES2Context(m_context.getRenderContext().getType())); in iterate() local
|
H A D | es2fTextureSizeTests.cpp | 77 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase() argument 202 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase() argument 346 int width; init() member 359 int width; init() member 389 int width = sizes2D[sizeNdx].width; init() local 412 int width = sizesCube[sizeNdx].width; init() local [all...] |
H A D | es2fTextureWrapTests.cpp | 92 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument 306 int width; in init() member [all...] |
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureCases.cpp | 96 int width = m_renderCtx.getRenderTarget().getWidth(); in init() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | RenderTarget11.cpp | 203 TextureRenderTarget11(d3d11::RenderTargetView &&rtv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, const d3d11::SharedSRV &blitSRV, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument 233 TextureRenderTarget11(d3d11::DepthStencilView &&dsv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | event_comm.h | 196 uint32_t width = 0; member
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 770 int32_t width = 0; in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ui_ability_test.cpp | 914 int32_t width = 0; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_container_component.h | 80 void SetWidth(const AnimatableDimension& width) in SetWidth() argument 85 void SetWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) in SetWidth() argument 27 ShapeViewBox(const AnimatableDimension& x, const AnimatableDimension& y, const AnimatableDimension& width, const AnimatableDimension& height) ShapeViewBox() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_pattern.h | 65 void SetHoverImageAfterScaleWidth(float width) in SetHoverImageAfterScaleWidth() argument 85 void SetClipStartWidth(float width) in SetClipStartWidth() argument 135 void SetCustomPreviewWidth(float width) in SetCustomPreviewWidth() argument 155 void SetStackAfterScaleActualWidth(float width) in SetStackAfterScaleActualWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | render_custom_paint.h | 257 void SetLineWidth(double width) in SetLineWidth() argument
|
H A D | offscreen_canvas.h | 172 void SetLineWidth(double width) in SetLineWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | render_side_bar_container.cpp | 35 void RenderSideBarContainer::CorrectWidth(const Dimension& width, const Dimension& minWidth, const Dimension& maxWidth)
in CorrectWidth() argument 130 auto width = sidebarWidth_;
in Update() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_algorithm.cpp | 148 auto width = layoutConstraint->maxSize.Width(); in CheckNeedMatchParent() local 202 auto width = std::max(minRowWidth_, contentWidth); in MeasureItemViews() local 330 UpdateSelfSize(LayoutWrapper* layoutWrapper, float width, float itemHeight, float expandableHeight) UpdateSelfSize() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.cpp | 460 void NavDestinationPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.cpp | 71 auto width = layoutConstraint->parentIdealSize.Width(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | rosen_render_text.cpp | 434 void RosenRenderText::ApplyIndents(double width) in ApplyIndents() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | native_interface_xcomponent_impl.cpp | 55 int32_t OH_NativeXComponent::GetXComponentSize(const void* window, uint64_t* width, uint64_t* height) in GetXComponentSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_layout_algorithm.cpp | 63 float width = std::max(minSize.Width(), childTotalSize.Width()); in Measure() local 117 float width = std::max(minSize.Width(), childTotalSize.Width()); in MeasureBeforeAPI10() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_layout_algorithm.cpp | 77 float width = 0.0f; in Measure() local 364 float width = maxSize.Width(); GetWidthByScreenSizeType() local [all...] |
H A D | sheet_style.h | 131 std::optional<Dimension> width; member
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border.h | 185 void SetWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) in SetWidth() argument 193 void SetLeftWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) in SetLeftWidth() argument 198 void SetTopWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) in SetTopWidth() argument 203 void SetRightWidth(const Dimension& width, cons argument 208 SetBottomWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) SetBottomWidth() argument 282 SetBorderImageWidth(const Dimension& width, BorderImageDirection direction) SetBorderImageWidth() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | render_select_popup.cpp | 119 void RenderSelectPopup::AdjustTvChildHorizontalLayout(const Size& size, double& x, double& width) in AdjustTvChildHorizontalLayout() argument 200 AdjustChildHorizontalLayout(const Size& size, double& x, double& width) AdjustChildHorizontalLayout() argument 250 double width = 0.0; AdjustChildLayout() local [all...] |