/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_image_test.cpp | 54 constexpr uint32_t height = 200; variable 79 constexpr uint32_t height = 200; variable 103 constexpr uint32_t height = 200; variable 128 constexpr uint32_t height = 200; variable
|
H A D | drawing_record_cmd_test.cpp | 65 int32_t height = 20; // canvas height is 20 variable 99 int32_t height = 20; // canvas height is 20 variable 130 int32_t height = 20; // canvas height is 20 variable 170 int32_t height = 20; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_shader_test.cpp | 40 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() 93 int height = 300; variable 128 int height = 300; variable 152 int height = 300; variable 180 int height = 300; variable 207 int height = 300; variable
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_draw_rect/ |
H A D | ui_test_draw_rect.cpp | 143 int16_t height = 50; // 50 : height in UIKitDrawRectTestRectNoBorder001() local 169 int16_t height = 50; // 50 : height in UIKitDrawRectTestRectNoBorder002() local 250 int16_t height = width; in UIKitDrawRectTestRectNoBorder005() local 277 int16_t height = width; in UIKitDrawRectTestRectNoBorder006() local 304 int16_t height = width; in UIKitDrawRectTestRectNoBorder007() local 412 int16_t height = 50; // 50 : height in UIKitDrawRectTestRectBorderNoRadius001() local 439 int16_t height = 50; // 50 : height in UIKitDrawRectTestRectBorderNoRadius002() local 466 int16_t height = 50; // 50 : height in UIKitDrawRectTestRectBorderRadius001() local 494 int16_t height = 50; // 50 : height in UIKitDrawRectTestRectBorderRadius002() local 522 int16_t height = 50; // 50 : height in UIKitDrawRectTestRectBorderRadius003() local [all …]
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_text_avoid_info_capi.cpp | 21 InputMethod_TextAvoidInfo *OH_TextAvoidInfo_Create(double positionY, double height) in OH_TextAvoidInfo_Create() 42 InputMethod_ErrorCode OH_TextAvoidInfo_SetHeight(InputMethod_TextAvoidInfo *info, double height) in OH_TextAvoidInfo_SetHeight() 64 InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info, double *height) in OH_TextAvoidInfo_GetHeight()
|
H A D | inputmethod_cursor_info_capi.cpp | 20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create() 33 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) in OH_CursorInfo_SetRect() 47 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) in OH_CursorInfo_GetRect()
|
/aosp12/hardware/google/gchips/gralloc4/src/core/ |
H A D | exynos_format_allocation.h | 113 int setup_sbwc_420_sp_lossy(int width, int height, int rate, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_lossy() 141 int setup_sbwc_420_sp_10bit_lossy(int width, int height, int rate, int fd_count, plane_info_t *plan… in setup_sbwc_420_sp_10bit_lossy() 167 int setup_420_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp() 199 int setup_420_sp_s10b(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_s10b() 241 int setup_p010_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_p010_sp() 273 int setup_420_p(int width, int height, int fd_count, plane_info_t *plane) in setup_420_p() 314 int setup_420_sp_tiled(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_tiled()
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_surface_adapter.cpp | 38 bool Handle(const char* buffer, uint32_t width, uint32_t height) override in Handle() 55 … std::shared_ptr<NWebEngineInitArgs> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in GetCreateInfo() 74 bool NWebSurfaceAdapter::OutputFrameCallback(const char *buffer, uint32_t width, uint32_t height, in OutputFrameCallback() 96 …ceBuffer> NWebSurfaceAdapter::RequestBuffer(sptr<Surface> surface, uint32_t width, uint32_t height) in RequestBuffer() 130 sptr<SurfaceBuffer> surfaceBuffer, const char *src, uint32_t width, uint32_t height) in CopyFrame() 165 sptr<Surface> surface, sptr<SurfaceBuffer> surfaceBuffer, uint32_t width, uint32_t height) in FlushBuffer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_layout_algorithm.cpp | 41 auto height = contentConstraint.selfIdealSize.Height().value(); in MeasureContent() local 56 auto height = contentConstraint.selfIdealSize.Height().value(); in MeasureContent() local 61 auto height = defaultHeight_ - 2 * verticalPadding_; in MeasureContent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsShape.js | 22 height(height) { method in RectShape 68 height(height) { argument 136 height(height) { method in EllipseShape
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | PoolableImageCache.java | 137 final int width, final int height) throws IOException { in decodeSampledBitmapFromInputStream() 178 final int height) throws OutOfMemoryError, IOException { in decodeByteArray() 257 private Bitmap getReusableBitmapFromPool(final int width, final int height) { in getReusableBitmapFromPool() 344 public Bitmap createOrReuseBitmap(final int width, final int height) { in createOrReuseBitmap() 355 public Bitmap createOrReuseBitmap(final int width, final int height, in createOrReuseBitmap() 371 final int height) { in assignPoolBitmap() 382 private int getPoolKey(final int width, final int height) { in getPoolKey() 397 final int height = bitmap.getHeight(); in getPoolKey() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | MediaPickerMessagePartData.java | 26 final Uri contentUri, final int width, final int height) { in MediaPickerMessagePartData() 31 final String contentType, final Uri contentUri, final int width, final int height) { in MediaPickerMessagePartData() 37 final Uri contentUri, final int width, final int height, in MediaPickerMessagePartData() 44 final String contentType, final Uri contentUri, final int width, final int height, in MediaPickerMessagePartData()
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
H A D | TouchTargetEnforcerTest.java | 88 private void testExpansionNeeded(int width, int height) { in testExpansionNeeded() 93 private void assertExpansionNeeded(int width, int height) { in assertExpansionNeeded() 141 private void setViewDimen(int width, int height) { in setViewDimen() 145 private void setViewDimen(int width, int height, int offset) { in setViewDimen()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/ |
H A D | rspropertydrawableboundsgeometry_fuzzer.cpp | 74 int32_t height = GetData<int32_t>(); in DoDraw() local 146 int32_t height = GetData<int32_t>(); in DoRSBorderDRRectDrawable() local 179 int32_t height = GetData<int32_t>(); in DoRSBorderFourLineDrawable() local 205 int32_t height = GetData<int32_t>(); in DoRSShadowDrawable() local 225 int32_t height = GetData<int32_t>(); in DoRSDynamicLightUpDrawable() local 250 int32_t height = GetData<int32_t>(); in DoRSBinarizationDrawable() local 272 int32_t height = GetData<int32_t>(); in DoRSLightUpEffectDrawable() local 295 int32_t height = GetData<int32_t>(); in DoRSDynamicDimDrawable() local 318 int32_t height = GetData<int32_t>(); in DoRSBackgroundFilterDrawable() local 341 int32_t height = GetData<int32_t>(); in DoRSForegroundFilterDrawable() local [all …]
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
H A D | BitmapRenderer.java | 35 static Bitmap createSoftwareBitmap(int width, int height, BitmapRenderer renderer) { in createSoftwareBitmap() 43 static Bitmap createHardwareBitmap(int width, int height, BitmapRenderer renderer) { in createHardwareBitmap() 59 static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/ |
H A D | rssurfaceframeohosvulkan_fuzzer.cpp | 65 int32_t height = GetData<int32_t>(); in DoGetCanvas() local 84 int32_t height = GetData<int32_t>(); in DoGetSurface() local 103 int32_t height = GetData<int32_t>(); in DoSetDamageRegion() local 129 int32_t height = GetData<int32_t>(); in DoGetReleaseFence() local 149 int32_t height = GetData<int32_t>(); in DoSetReleaseFence() local 169 int32_t height = GetData<int32_t>(); in DoGetBufferAge() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/ |
H A D | rs_virtual_screen_resolution.cpp | 20 RSVirtualScreenResolution::RSVirtualScreenResolution(uint32_t width, uint32_t height) in RSVirtualScreenResolution() 45 uint32_t height; in Unmarshalling() local 69 void RSVirtualScreenResolution::SetVirtualScreenHeight(uint32_t height) in SetVirtualScreenHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | size.h | 33 Size(double width, double height) : width_(width), height_(height) {} in Size() 65 void SetHeight(double height) in SetHeight() 96 Size& AddHeight(double height) in AddHeight() 108 Size& MinusHeight(double height) in MinusHeight()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/defaultapps/ |
H A D | DefaultAppUtilsTest.java | 39 int height = drawable.getMinimumHeight(); in setSafeIcon_smallerThanLimit() local 54 int height = drawable.getMinimumHeight(); in setSafeIcon_largerThanLimit() local 69 int height = drawable.getMinimumHeight(); in setSafeIcon_noChangeForVectorDrawable() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableutilities_fuzzer/ |
H A D | rspropertydrawableutilities_fuzzer.cpp | 74 int32_t height = GetData<int32_t>(); in DoRSAliasDrawable() local 98 int32_t height = GetData<int32_t>(); in DoRSSaveDrawable() local 122 int32_t height = GetData<int32_t>(); in DoRSRestoreDrawable() local 148 int32_t height = GetData<int32_t>(); in DoRSCustomSaveDrawable() local 171 int32_t height = GetData<int32_t>(); in DoRSCustomRestoreDrawable() local 193 int32_t height = GetData<int32_t>(); in DoRSAlphaDrawable() local 217 int32_t height = GetData<int32_t>(); in DoRSAlphaOffscreenDrawable() local 241 int32_t height = GetData<int32_t>(); in DoRSModifierDrawable() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/ |
H A D | ImagePoolHelperTest.java | 35 int height = 10; in testGetBufferedImage() local 50 int height = 10; in testGetBufferedImageRecurse() local 70 int height = 10; in testRecurseThenHitCacheLimit() local 90 int height = 10; in testBucketHasImageToReturn() local
|
/aosp12/hardware/qcom/msm8x84/kernel-headers/media/ |
H A D | msm_media_info.h | 140 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 192 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() 212 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() 233 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 271 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/media/ |
H A D | msm_media_info.h | 140 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 192 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() 212 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() 233 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 271 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | ImageUtils.cpp | 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) in rgba2yvu() 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu() 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) in rgb2gray() 146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray() 176 ImageType *ImageUtils::imageTypeToRowPointers(ImageType in, int width, int height) in imageTypeToRowPointers() 190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb() 235 void ImageUtils::yvu2bgr(ImageType out, ImageType in, int width, int height) in yvu2bgr() 281 ImageType ImageUtils::readBinaryPPM(const char *filename, int &width, int &height) in readBinaryPPM() 311 void ImageUtils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int n… in writeBinaryPPM() 333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage() [all …]
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | ETC1.java | 86 public static native int getEncodedDataSize(int width, int height); in getEncodedDataSize() 97 public static native void encodeImage(Buffer in, int width, int height, in encodeImage() 110 int width, int height, int pixelSize, int stride); in decodeImage() 118 public static native void formatHeader(Buffer header, int width, int height); in formatHeader()
|