/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_gl.cpp | 33 std::unique_ptr<SurfaceFrame> SurfaceOhosGl::RequestFrame(int32_t width, int32_t height) in RequestFrame() 56 std::unique_ptr<SurfaceFrame> SurfaceOhosGl::NativeRequestFrame(int32_t width, int32_t height) in NativeRequestFrame()
|
H A D | surface_ohos_vulkan.cpp | 60 void SurfaceOhosVulkan::SetNativeWindowInfo(int32_t width, int32_t height) in SetNativeWindowInfo() 81 std::unique_ptr<SurfaceFrame> SurfaceOhosVulkan::RequestFrame(int32_t width, int32_t height) in RequestFrame() 152 NativeWindowBuffer** nativeWindowBuffer, int32_t width, int32_t height, int& fenceFd) in RequestNativeWindowBuffer() 169 std::unique_ptr<SurfaceFrame> SurfaceOhosVulkan::NativeRequestFrame(int32_t width, int32_t height) in NativeRequestFrame()
|
H A D | surface_ohos_raster.cpp | 35 std::unique_ptr<SurfaceFrame> SurfaceOhosRaster::NativeRequestFrame(int32_t width, int32_t height) in NativeRequestFrame() 46 std::unique_ptr<SurfaceFrame> SurfaceOhosRaster::RequestFrame(int32_t width, int32_t height) in RequestFrame()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | render_surface_impl.cpp | 51 extSurface_->SetSurfaceChanged([weak = WeakClaim(this)](int32_t width, int32_t height) { in InitSurface() 108 void RenderSurfaceImpl::AdjustNativeWindowSize(uint32_t width, uint32_t height) {} in AdjustNativeWindowSize() 115 bool RenderSurfaceImpl::SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t h… in SetExtSurfaceBoundsSync() 139 void RenderSurfaceImpl::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t heigh… in SetExtSurfaceBounds()
|
H A D | render_texture_impl.cpp | 63 extTexture_->SetSurfaceChanged([weak = WeakClaim(this)](int32_t width, int32_t height) { in InitSurface() 93 void RenderTextureImpl::AdjustNativeWindowSize(uint32_t width, uint32_t height) {} in AdjustNativeWindowSize() 100 bool RenderTextureImpl::SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t h… in SetExtSurfaceBoundsSync() 105 void RenderTextureImpl::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t heigh… in SetExtSurfaceBounds()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_common.h | 77 uint32_t width; member 99 RowPointers(uint32_t width, uint32_t height, uint32_t channels, uint32_t channelSize) in RowPointers() 172 void VerticalFlipRowPointers(T **rowPointers, uint32_t height, uint32_t width, uint32_t channels) in VerticalFlipRowPointers() 189 void VerticalFlipRow(T *rowPointer, uint32_t width, uint32_t channels) in VerticalFlipRow()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_border.cpp | 61 void RSBorder::SetWidth(float width) in SetWidth() 150 void RSBorder::SetWidthFour(const Vector4f& width) in SetWidthFour() 243 float width = GetWidth(idx); in SetBorderEffect() local 298 for (const float& width : widths_) { in ApplyFillStyle() local 496 float width = borderGeo.rrect.GetRect().GetWidth(); in DrawBorderImpl() local 562 float width = borderGeo.rrect.GetRect().GetWidth(); in CalcBorderPath() local 615 float width = borderGeo.rrect.GetRect().GetWidth(); in DrawTopBorder() local 643 float width = borderGeo.rrect.GetRect().GetWidth(); in DrawRightBorder() local 671 float width = borderGeo.rrect.GetRect().GetWidth(); in DrawBottomBorder() local 732 float width = rrect.GetRect().GetWidth() - LEFTW - RIGHTW; in GetTLIP() local [all …]
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
H A D | exposure.cpp | 30 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) { in Java_androidx_media_filterfw_samples_simplecamera_ExposureFilter_overExposureOperator() 52 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) { in Java_androidx_media_filterfw_samples_simplecamera_ExposureFilter_underExposureOperator()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_path_ffi.cpp | 34 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathCreateWithSize() 56 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathInsCreateWithSize()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_picker_unit_test.cpp | 132 const int16_t width = 10; variable 156 const int16_t width = 100; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_frame_ohos_raster.cpp | 24 RSSurfaceFrameOhosRaster::RSSurfaceFrameOhosRaster(int32_t width, int32_t height) in RSSurfaceFrameOhosRaster() 32 void RSSurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t he… in SetDamageRegion()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
H A D | BitmapLoader.java | 63 int width = metrics.widthPixels; in getLruCache() local 83 BitmapAsyncTask(ImageView view, long id, int width, int height) { in BitmapAsyncTask() 120 public static void loadBitmap(ImageView view, long id, int width, int height) { in loadBitmap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkbitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 46 uint32_t width = GetObject<uint32_t>(); in BitmapFuzzTest000() local 77 int32_t width = GetObject<int32_t>() % MAX_ARRAY_SIZE; in BitmapFuzzTest001() local 112 int32_t width = GetObject<int32_t>() % MAX_ARRAY_SIZE; in BitmapFuzzTest002() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | gles_render_backend.cpp | 130 void GLESRenderBackend::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() 177 int32_t width = framePtr->GetWidth(); in AcquireSkCanvas() local 208 int32_t width = framePtr->GetWidth(); in AcquireDrCanvas() local
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
H A D | Shape.java | 72 public final void resize(float width, float height) { in resize() 104 protected void onResize(float width, float height) {} in onResize()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | SingleFrameTextureViewTestActivity.java | 78 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 201 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
H A D | CustomRenderer.java | 62 private void setupRoot(int width, int height) { in setupRoot() 83 private void setupChild(int width, int height) { in setupChild()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | InlineContentProviderImpl.java | 93 public void provideContent(int width, int height, IInlineContentCallback callback) { in provideContent() 107 private void handleProvideContent(int width, int height, IInlineContentCallback callback) { in handleProvideContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_layout_algorithm.cpp | 53 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 61 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 71 auto width = defaultWidth_ - 2 * horizontalPadding_; in MeasureContent() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | YuvToJpegEncoder.cpp | 102 bool YuvToJpegEncoder::encode(SkWStream* stream, void* inYuv, int width, in encode() 133 int width, int height, int quality) { in setJpegCompressStruct() 164 int width = cinfo->image_width; in compress() local 198 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 240 int width = cinfo->image_width; in compress() local 273 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 338 int width, int height, int jpegQuality) { in encode() 395 jint format, jint width, jint height, jintArray offsets, in YuvImage_compressToJpeg() 420 jint width, jint height, jint quality, jobject jstream, in YuvImage_compressToJpegR()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | GradientDrawable.java | 335 public void setStroke(int width, @ColorInt int color) { in setStroke() 352 public void setStroke(int width, ColorStateList colorStateList) { in setStroke() 371 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { in setStroke() 393 int width, ColorStateList colorStateList, float dashWidth, float dashGap) { in setStroke() 405 private void setStrokeInternal(int width, int color, float dashWidth, float dashGap) { in setStrokeInternal() 435 public void setSize(int width, int height) { in setSize()
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | GLFrame.java | 123 int width = getFormat().getWidth(); in initWithTexture() local 133 int width = getFormat().getWidth(); in initWithFbo() local 273 public void setViewport(int x, int y, int width, int height) { in setViewport() 364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); in nativeAllocate() 368 int width, in nativeAllocateWithTexture() 373 int width, in nativeAllocateWithFbo() 396 private native boolean setNativeViewport(int x, int y, int width, int height); in setNativeViewport()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_composer_adapter_test.cpp | 78 void RSComposerAdapterTest::CreateComposerAdapterWithScreenInfo(uint32_t width, uint32_t height, in CreateComposerAdapterWithScreenInfo() 415 uint32_t width = 2160; variable 436 uint32_t width = 2160; variable 465 uint32_t width = 2160; variable 487 uint32_t width = 2160; variable 509 uint32_t width = 2160; variable 528 uint32_t width = 2160; variable
|
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | SimpleGradientAnimation.cpp | 32 void createContent(int width, int height, Canvas& canvas) override { in createContent() 49 sp<RenderNode> createCard(int x, int y, int width, int height) { in createCard()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/include/ |
H A D | dscreen_maprelation.h | 28 uint32_t width; member 34 int32_t width; member
|