/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | image_info.h | 51 uint16_t width; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_root_render_node_test.cpp | 53 float width = 1.0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | line_metrics.h | 52 double width = 0.0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/nativebufferutils_fuzzer/ |
H A D | nativebufferutils_fuzzer.cpp | 66 int32_t width = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/ |
H A D | video_encoder_filter.h | 72 uint32_t width; member
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_page_size_helper.cpp | 49 uint32_t width = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_PAGESIZE_WIDTH); in BuildFromJs() local
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 549 int width = va_arg(args, int); in Perform() local 581 int width = va_arg(args, int); in Perform() local 640 int width = va_arg(args, int); in Perform() local 772 int width = va_arg(args, int); in Perform() local 795 int width = va_arg(args, int); in Perform() local
|
/aosp12/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 536 int width = va_arg(args, int); in Perform() local 564 int width = va_arg(args, int); in Perform() local 610 int width = va_arg(args, int); in Perform() local 706 int width = va_arg(args, int); in Perform() local 723 int width = va_arg(args, int); in Perform() local
|
/aosp12/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 528 int width = va_arg(args, int); in Perform() local 556 int width = va_arg(args, int); in Perform() local 602 int width = va_arg(args, int); in Perform() local 698 int width = va_arg(args, int); in Perform() local 715 int width = va_arg(args, int); in Perform() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 411 uint16_t Text::GetLine(int16_t width, uint8_t letterSpace, uint16_t ellipsisIndex, uint32_t& maxLin… in GetLine() 445 uint32_t Text::CalculateLineWithEllipsis(uint32_t begin, uint32_t textLen, int16_t width, in CalculateLineWithEllipsis() 471 uint32_t Text::GetTextLine(uint32_t begin, uint32_t textLen, int16_t width, uint16_t lineNum, uint8… in GetTextLine() 514 int16_t width = 0; in GetLetterIndexByLinePosition() local 561 int16_t width = 0; in GetLetterIndexByPosition() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/ |
H A D | PasteBoardPromiseJsunit.test.js | 1341 size: { height: 5, width: 5 }, property in AnonymousFunction1a0f66270100.AnonymousFunction1a0f66273400.opt49.size 1418 size: { height: 5, width: 5 }, property in AnonymousFunction1a0f66270100.AnonymousFunction1a0f66273600.opt51.size 1470 size: { height: 5, width: 5 }, property in AnonymousFunction1a0f66270100.AnonymousFunction1a0f66273700.opt52.size 1645 size: { height: 5, width: 5 }, property in AnonymousFunction1a0f66270100.AnonymousFunction1a0f66273d00.opt58.size 1881 let realSize = {height: 5, width: 100}; property in AnonymousFunction1a0f66270100.buildPixelMap.realSize
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | image_pixel_map_switch_test.cpp | 57 int32_t width = opts.size.width; variable 85 int32_t width = opts.size.width; variable 113 int32_t width = opts.size.width; variable 676 int32_t width = opts.size.width; variable 710 int32_t width = opts.size.width; variable
|
/aosp12/frameworks/native/services/vr/bufferhubd/ |
H A D | producer_channel.cpp | 53 uint32_t width, uint32_t height, in ProducerChannel() 149 BufferHubService* service, int channel_id, uint32_t width, uint32_t height, in Create() 655 bool ProducerChannel::CheckParameters(uint32_t width, uint32_t height, in CheckParameters()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | TextureView.java | 578 public @Nullable Bitmap getBitmap(int width, int height) { in getBitmap() 826 void onSurfaceTextureAvailable(@NonNull SurfaceTexture surface, int width, int height); in onSurfaceTextureAvailable() 836 void onSurfaceTextureSizeChanged(@NonNull SurfaceTexture surface, int width, int height); in onSurfaceTextureSizeChanged()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
H A D | MoreSuggestions.java | 103 private boolean fitInWidth(final int startIndex, final int endIndex, final int width) { in fitInWidth() 211 final int width = params.getWidth(index); in build() local 254 final int y, final int width, final int height) { in Divider()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwc_display_primary.cpp | 64 int width = 0, height = 0; in Create() local 610 DisplayError HWCDisplayPrimary::SetMixerResolution(uint32_t width, uint32_t height) { in SetMixerResolution() 616 DisplayError HWCDisplayPrimary::GetMixerResolution(uint32_t *width, uint32_t *height) { in GetMixerResolution()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A D | hwc_display_primary.cpp | 64 int width = 0, height = 0; in Create() local 587 DisplayError HWCDisplayPrimary::SetMixerResolution(uint32_t width, uint32_t height) { in SetMixerResolution() 593 DisplayError HWCDisplayPrimary::GetMixerResolution(uint32_t *width, uint32_t *height) { in GetMixerResolution()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_display_primary.cpp | 64 int width = 0, height = 0; in Create() local 586 DisplayError HWCDisplayPrimary::SetMixerResolution(uint32_t width, uint32_t height) { in SetMixerResolution() 591 DisplayError HWCDisplayPrimary::GetMixerResolution(uint32_t *width, uint32_t *height) { in GetMixerResolution()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ComposerVts.cpp | 92 Display ComposerClient::createVirtualDisplay_2_2(uint32_t width, uint32_t height, in createVirtualDisplay_2_2() 111 bool ComposerClient::getClientTargetSupport_2_2(Display display, uint32_t width, uint32_t height, in getClientTargetSupport_2_2() 206 bool Gralloc::validateBufferSize(const native_handle_t* bufferHandle, uint32_t width, in validateBufferSize()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
H A D | WallpaperCropUtils.java | 49 public static float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() 96 int width, int height) { in calculateCropSurfaceSize() 265 float width = cropRect.width(); in adjustCropRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_source_info.cpp | 139 …geSourceInfo(std::string imageSrc, std::string bundleName, std::string moduleName, Dimension width, in ImageSourceInfo() 171 …std::string moduleName, Dimension width, Dimension height, InternalResource::ResourceId resourceId, in ImageSourceInfo() 377 void ImageSourceInfo::SetDimension(Dimension width, Dimension Height) in SetDimension()
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | loadbmp_test.h | 50 uint16_t width; /* operation width */ member 56 uint32_t width; /* out */ member 66 uint32_t width; member
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | svg_decoder.cpp | 211 int width = opts.desiredSize.width; in MakeImageInfo() local 417 uint32_t width = Float2UInt32(svgSize.width()); in AllocBuffer() local 503 auto width = Float2UInt32(svgSize_.width()); in BuildDom() local
|
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
H A D | buffer_hub_defs.h | 77 uint32_t width, uint32_t height, uint32_t layer_count, in BufferTraits() 109 uint32_t width() { return width_; } in width() function
|
/aosp12/frameworks/native/libs/vr/libbufferhub/ |
H A D | producer_buffer.cpp | 10 ProducerBuffer::ProducerBuffer(uint32_t width, uint32_t height, uint32_t format, in ProducerBuffer() 43 const int width = static_cast<int>(size); in ProducerBuffer() local
|