Home
last modified time | relevance | path

Searched defs:width (Results 501 – 525 of 2684) sorted by relevance

1...<<21222324252627282930>>...108

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java86 public static RenderTarget newTarget(int width, int height) { in newTarget()
103 public RenderTarget forTexture(TextureSource texture, int width, int height) { in forTexture()
265 public void readPixelData(ByteBuffer pixels, int width, int height) { in readPixelData()
269 public ByteBuffer getPixelData(int width, int height) { in getPixelData()
390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) { in createSurface()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp148 bool VideoCaps::IsSizeSupported(int32_t width, int32_t height) in IsSizeSupported()
195 Range VideoCaps::GetVideoHeightRangeForWidth(int32_t width) in GetVideoHeightRangeForWidth()
223 Range VideoCaps::GetSupportedFrameRatesFor(int32_t width, int32_t height) in GetSupportedFrameRatesFor()
440 bool VideoCaps::IsSizeAndRateSupported(int32_t width, int32_t height, double frameRate) in IsSizeAndRateSupported()
456 Range VideoCaps::GetPreferredFrameRate(int32_t width, int32_t height) in GetPreferredFrameRate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp778 auto width = CalcLength::FromString("1px"); variable
815 auto width = CalcLength::FromString("1px"); variable
859 auto width = CalcLength::FromString("10px"); variable
893 auto width = CalcLength::FromString("10px"); variable
1394 auto width = CalcLength::FromString("10px"); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_rect.h49 RectT(T left, T top, T width, T height) in RectT()
98 void SetAll(T left, T top, T width, T height) in SetAll()
172 T width = std::min(GetRight(), rect.GetRight()) - left; in IntersectRect() local
186 T width = std::max(GetRight(), rect.GetRight()) - left; in JoinRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_bitmap.cpp38 static inline SkImageInfo MakeSkImageInfo(const int width, const int height, in MakeSkImageInfo()
54 bool SkiaBitmap::Build(int32_t width, int32_t height, const BitmapFormat& format, in Build()
244 int width = skiaBitmap_.width(); in Serialize() local
297 int width = reader.readInt(); in Deserialize() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/
H A Dcanvas_fuzzer.cpp86 uint32_t width = GetObject<uint32_t>() % MAX_ARRAY_MAX; in CanvasFuzzTest008() local
138 uint32_t width = GetObject<uint32_t>() % MAX_ARRAY_MAX; in CanvasFuzzTest007() local
186 uint32_t width = GetObject<uint32_t>() % MAX_ARRAY_MAX; in CanvasFuzzTest006() local
500 size_t width = GetObject<size_t>() % MAX_ARRAY_MAX; in CanvasFuzzTest010() local
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DReadbackFromHardwareBitmap.cpp47 void createContent(int width, int height, Canvas& canvas) override { in createContent()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DEmbeddedContentContainer.java25 public void onSizeChanged(int width, int height); in onSizeChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_view_box.h59 void SetWidth(const Dimension& width) in SetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_layout_algorithm.cpp43 auto width = contentConstraint.percentReference.Width(); in MeasureContent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_property.cpp40 void GridContainerLayoutProperty::BuildWidth(float width) in BuildWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_rendering_context.h53 void SetWidth(double width) in SetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image_edge.h80 void SetBorderImageWidth(const Dimension& width) in SetBorderImageWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_column_ffi.cpp75 void FfiOHOSAceFrameworkColumnSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkColumnSetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp72 int32_t width = container ? container->GetViewWidth() : 0; in GetDeviceInfo() local
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_arc_label_unit_test.cpp73 const int16_t width = 100; variable
/ohos5.0/foundation/arkui/ui_lite/test/unittest/layout/
H A Dlist_layout_unit_test.cpp26 uint16_t width = 100; // 100 view width in CreatView() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_paint_method.cpp28 auto width = surfaceSize.Width(); in GetContentDrawFunction() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_pixel_stretch_params.h28 int tileMode, float width, float height) : in RSPixelStretchParams()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/
H A Ddata_buffer.h30 int32_t width; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style.cpp26 int weight, int width, Slant slant): fontStyle_( in TexgineFontStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dsoftware_render_backend.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dmatrix_test.cpp21 void MatrixTest::TestMatrix(Canvas& canvas, uint32_t width, uint32_t height) in TestMatrix()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dcommand_parser.h28 uint32_t width = 0; member
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_window_adapter_wrapper.cpp38 …pterWrapper::NativeWindowSetBufferGeometry(ArkWebNativeWindow window, int32_t width, int32_t heigh… in NativeWindowSetBufferGeometry()

1...<<21222324252627282930>>...108