Home
last modified time | relevance | path

Searched defs:width (Results 1676 – 1700 of 2684) sorted by relevance

1...<<61626364656667686970>>...108

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp210 int32_t width = 0; in ReadIncrementalHead() local
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp158 uint32_t width = 1; variable
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp339 status_t BootAnimation::initTexture(FileMap* map, int* width, int* height, in initTexture()
475 ui::Size BootAnimation::limitSurfaceSize(int width, int height) const { in limitSurfaceSize()
1148 int width = 0; in parseAnimationDesc() local
1340 int width = 0, height = 0, x = 0, y = 0; in preloadZip() local
1463 void BootAnimation::drawTexturedQuad(float xStart, float yStart, float width, float height) { in drawTexturedQuad()
/aosp14/frameworks/base/core/java/android/widget/
H A DToolbar.java1693 int width = 0; in onMeasure() local
1822 final int width = getWidth(); in onLayout() local
2041 int width = 0; in getViewListMeasuredWidth() local
2330 public LayoutParams(int width, int height) { in LayoutParams()
2335 public LayoutParams(int width, int height, int gravity) { in LayoutParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp811 auto width = static_cast<uint32_t>(std::abs(imageSize.width)); in JsGetPixelMap() local
1253 double width = 0.0; in JsRect() local
1505 double width = 0.0; in JsFillRect() local
1518 double width = 0.0; in JsStrokeRect() local
1531 double width = 0.0; in JsClearRect() local
/aosp14/frameworks/base/tools/aapt/
H A DImages.cpp63 png_uint_32 width; member
238 png_bytep row, int width, bool transparent, bool required, in get_horizontal_ticks()
336 png_bytep row, int width, bool transparent, bool /* required */, in get_horizontal_layout_bounds_ticks()
1142 png_uint_32 width, height; in write_png() local
/aosp14/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp802 jint width, jint height) { in etc1_getEncodedDataSize()
813 jobject in, jint width, jint height, in etc1_encodeImage()
844 jint width, jint height, in etc1_decodeImage()
870 jobject header, jint width, jint height) { in etc1_formatHeader()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js753 let sizeResult = { width: Number(constraint.maxWidth), height: 0 }; property in sizeResult
1454 let sizeResult = { width: Number(constraint.maxWidth), height: 0 }; property in sizeResult
2445 let sizeResult = { width: Number(constraint.maxWidth), height: 0 }; property in sizeResult
3014 let sizeResult = { width: selfLayoutInfo.width, height: selfLayoutInfo.height }; property in sizeResult
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h56 double width; member
91 double width; member
100 double width; member
149 double width; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp56 SkiaCanvas::SkiaCanvas(int32_t width, int32_t height) in SkiaCanvas()
197 float width = skCanvas_->imageInfo().width(); in DrawSdf() local
1176 void SkiaCanvas::BuildNoDraw(int32_t width, int32_t height) in BuildNoDraw()
1182 void SkiaCanvas::Reset(int32_t width, int32_t height) in Reset()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp378 void ScreenSession::UpdatePropertyByResolution(uint32_t width, uint32_t height) in UpdatePropertyByResolution()
936 uint32_t width = 0; in FillScreenInfo() local
1195 uint32_t width = 0; in InitRSDisplayNode() local
1402 void ScreenSession::Resize(uint32_t width, uint32_t height) in Resize()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h437 …const void* data, size_t width, size_t height, ImageColorType color_type, ImageAlphaType alpha_typ… in OnPageIcon()
779 virtual void OnRootLayerChanged(int width, int height) {} in OnRootLayerChanged()
932 …virtual void CreateOverlay(void* data, size_t len, int width, int height, int offsetX, int offsetY… in CreateOverlay()
976 virtual void OnCursorUpdate(double x, double y, double width, double height) {} in OnCursorUpdate()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java149 int width, in glCompressedTexImage2D()
162 int width, in glCopyTexImage2D()
323 int width, in glRenderbufferStorageOES()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp129 [weak = AceType::WeakClaim(this)](int32_t width, int32_t height, double keyboard) { in RegistVirtualKeyBoardListener()
202 bool RenderWeb::ProcessVirtualKeyBoard(int32_t width, int32_t height, double keyboard) in ProcessVirtualKeyBoard()
242 void RenderWeb::SetRootView(int32_t width, int32_t height, int32_t offset) in SetRootView()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp219 void PipelineBase::SetRootSize(double density, float width, float height) in SetRootSize()
434 RefPtr<OffscreenCanvas> PipelineBase::CreateOffscreenCanvas(int32_t width, int32_t height) in CreateOffscreenCanvas()
460 void PipelineBase::UpdateRootSizeAndScale(int32_t width, int32_t height) in UpdateRootSizeAndScale()
/ohos5.0/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp40 constexpr uint32_t width = CAMERA_PREVIEW_WIDTH; in SetStreamInfo() local
45 constexpr uint32_t width = CAMERA_CAPTURE_WIDTH; in SetStreamInfo() local
51 constexpr uint32_t width = CAMERA_VIDEO_WIDTH; in SetStreamInfo() local
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp35 constexpr uint32_t width = CAMERA_PREVIEW_WIDTH; in SetStreamInfo() local
40 constexpr uint32_t width = CAMERA_CAPTURE_WIDTH; in SetStreamInfo() local
46 constexpr uint32_t width = CAMERA_VIDEO_WIDTH; in SetStreamInfo() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.cpp43 constexpr uint32_t width = CAMERA_PREVIEW_WIDTH; in SetStreamInfo() local
49 constexpr uint32_t width = CAMERA_CAPTURE_WIDTH; in SetStreamInfo() local
58 constexpr uint32_t width = CAMERA_VIDEO_WIDTH; in SetStreamInfo() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp109 Vector2f CalRotationToTranslate(const MMI::Direction& displayRotation, float width, float height, in CalRotationToTranslate()
162 float width = screenProperty.GetBounds().rect_.GetWidth(); in CalNotRotateTransform() local
793 auto width = std::abs(topLeftX - bottomRightX); in CalRectInScreen() local
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java560 int width = data[valueIndex++] & 0xFF; in parseToBnW() local
604 int width = data[valueIndex++] & 0xFF; in parseToRGB() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java329 int width = 100; field in StaticLayoutTest.LayoutBuilder
345 LayoutBuilder setWidth(int width) { in setWidth()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java147 public void setBackgroundWidth(int width) { in setBackgroundWidth()
515 int width = getWidth(); in updateAppearRect() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java392 int width = size; in createIconBitmap() local
497 int width = d.getIntrinsicWidth(); in getScale() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java863 AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal()
903 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
/aosp14/frameworks/base/tools/aapt2/compile/
H A DNinePatch.cpp341 const std::vector<Range>& vertical_stretch_regions, const int32_t width, in CalculateRegionColors()
459 const int32_t width, in Create()

1...<<61626364656667686970>>...108