/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | jpeg_decoder.cpp | 167 int32_t JpegDecoder::AllocBuffer(uint32_t width, uint32_t height) in AllocBuffer()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | dcamera_utils_tools_test.cpp | 128 int32_t width = 0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_operation.cpp | 42 void BootAnimationOperation::Init(const BootAnimationConfig& config, int32_t width, int32_t height,… in Init()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | drawing_painter_impl_test.cpp | 51 int32_t width = 200; // 200 just for test in SetUpTestCase() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/ |
H A D | png_decoder.h | 41 uint32_t width = 0; member
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | VirtualDisplayAdapter.java | 161 int width, int height, int densityDpi) { in resizeVirtualDisplayLocked() 427 public void resizeLocked(int width, int height, int densityDpi) { in resizeLocked() 642 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.cpp | 253 double freeSpace = 0.0, width = 0.0, height = 0.0; in CalculateAutoMargin() local 455 double width = selfMax.Width(); in CalculateSelfLayoutParam() local 574 double width = 0.0; in CalculateSelfLayoutSize() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/ |
H A D | popup.js | 26 size: { width: 32, height: 32 }, property in defaultTheme.icon.size 144 size: { width: 22, height: 22 }, property in defaultTheme.closeButton.size 145 imageSize: { width: 18, height: 18 }, property in defaultTheme.closeButton.imageSize
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.cpp | 225 double width = 0.0; in MeasureText() local 403 const double left, const double top, const double width, const double height) in GetImageData() 415 int64_t NativeCanvasRenderer::GetPixelMap(double left, double top, double width, double height) in GetPixelMap()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_dispatcher_impl_test.cpp | 324 float width = 11; variable 352 float width = 11; variable 432 float width = 1.0; variable
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 351 int width, in glCompressedTexImage2D() 363 int width, in glCompressedTexSubImage2D() 376 int width, in glCopyTexImage2D() 388 int width, in glCopyTexSubImage2D() 619 float width in glLineWidth() 623 int width in glLineWidthx() 795 int width, in glReadPixels() 841 int width, in glScissor() 914 int width, in glTexImage2D() 939 int width, in glTexSubImage2D() [all …]
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 258 bool NativeContext::setThumbnail(const uint8_t* buffer, uint32_t width, uint32_t height) { in setThumbnail() 588 InputStripSource::InputStripSource(JNIEnv* env, Input& input, uint32_t ifd, uint32_t width, in InputStripSource() 723 uint32_t width, uint32_t height, uint32_t pixStride, uint32_t rowStride, in DirectStripSource() 854 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in calculateAndSetCrop() local 880 const CameraMetadata& characteristics, jint width, jint height) { in validateDngHeader() 1854 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in DngCreator_setup() local 1951 uint32_t width = static_cast<uint32_t>(entry.data.i32[2]); in DngCreator_setup() local 2414 static void DngCreator_nativeSetThumbnail(JNIEnv* env, jobject thiz, jobject buffer, jint width, in DngCreator_nativeSetThumbnail() 2450 static void DngCreator_nativeWriteImage(JNIEnv* env, jobject thiz, jobject outStream, jint width, in DngCreator_nativeWriteImage() 2561 jobject inStream, jint width, jint height, jlong offset) { in DngCreator_nativeWriteInputStream() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 53 size: { width: 16, height: 16 }, property in b1.prefixIcon.size 126 size: { width: 16, height: 16 }, property in b1.suffixIcon.size 1173 let o1 = { width: 0, height: 0 }; property in o1 1201 let n1 = { width: 0, height: 0 }; property in n1
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 237 int width, in glCompressedTexImage2D() 251 int width, in glCompressedTexSubImage2D() 266 int width, in glCopyTexImage2D() 280 int width, in glCopyTexSubImage2D() 609 float width in glLineWidth() 615 int width in glLineWidthx() 872 int width, in glReadPixels() 932 int width, in glScissor() 1055 int width, in glTexImage2D() 1086 int width, in glTexSubImage2D() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PhoneSizeSpecSource.kt | 186 var width = Math.round(updatedMaxSize.width * currentPercent) regex
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
H A D | PrintOptionsLayout.java | 61 int width = 0; in onMeasure() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayPolicyInsetsTests.java | 164 private void verifyConsistency(String what, DisplayInfo di, Rect insets, int width, in verifyConsistency()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_paint_method.cpp | 63 auto width = renderCtx->GetBorderWidth(); in UpdateBorderRadius() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_image_data.cpp | 77 double width = 0.0; in GetImageDataSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/ |
H A D | custom_dialog_component.h | 133 void SetWidth(const Dimension& width) in SetWidth()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_digital_clock.cpp | 212 int16_t width = timeLabels_[HOUR_ELEMENT]->GetWidth(); in SetHorizontal() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_drag_bar_test_ng.cpp | 56 …NavigationDragBarTestNg::RunMeasureAndLayout(RefPtr<LayoutWrapperNode>& layoutWrapper, float width) in RunMeasureAndLayout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.cpp | 138 … auto width = static_cast<float>(calcLayoutConstraint->maxSize->Width()->GetDimension().Value()); in SetRootFrameNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | paint_wrapper.cpp | 118 auto width = layoutSize.Width(); in FlushRender() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_container_utils.cpp | 145 …Utils::ProcessColumnWidth(const std::pair<double, double>& gutter, int32_t columnNum, double width) in ProcessColumnWidth() argument
|