/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 86 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 D | avcodec_info.cpp | 148 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 D | layout_property_test_ng.cpp | 778 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 D | rs_rect.h | 49 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 D | skia_bitmap.cpp | 38 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 D | canvas_fuzzer.cpp | 86 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 D | ReadbackFromHardwareBitmap.cpp | 47 void createContent(int width, int height, Canvas& canvas) override { in createContent()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
H A D | EmbeddedContentContainer.java | 25 public void onSizeChanged(int width, int height); in onSizeChanged()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_view_box.h | 59 void SetWidth(const Dimension& width) in SetWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_layout_algorithm.cpp | 43 auto width = contentConstraint.percentReference.Width(); in MeasureContent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/ |
H A D | grid_container_layout_property.cpp | 40 void GridContainerLayoutProperty::BuildWidth(float width) in BuildWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_offscreen_rendering_context.h | 53 void SetWidth(double width) in SetWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border_image_edge.h | 80 void SetBorderImageWidth(const Dimension& width) in SetBorderImageWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_column_ffi.cpp | 75 void FfiOHOSAceFrameworkColumnSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkColumnSetWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/ |
H A D | plugin_bridge.cpp | 72 int32_t width = container ? container->GetViewWidth() : 0; in GetDeviceInfo() local
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_arc_label_unit_test.cpp | 73 const int16_t width = 100; variable
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/layout/ |
H A D | list_layout_unit_test.cpp | 26 uint16_t width = 100; // 100 view width in CreatView() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_paint_method.cpp | 28 auto width = surfaceSize.Width(); in GetContentDrawFunction() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_pixel_stretch_params.h | 28 int tileMode, float width, float height) : in RSPixelStretchParams()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/ |
H A D | data_buffer.h | 30 int32_t width; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_font_style.cpp | 26 int weight, int width, Slant slant): fontStyle_( in TexgineFontStyle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | software_render_backend.h | 36 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 D | matrix_test.cpp | 21 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 D | command_parser.h | 28 uint32_t width = 0; member
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_window_adapter_wrapper.cpp | 38 …pterWrapper::NativeWindowSetBufferGeometry(ArkWebNativeWindow window, int32_t width, int32_t heigh… in NativeWindowSetBufferGeometry()
|