Home
last modified time | relevance | path

Searched defs:width (Results 1626 – 1650 of 4315) sorted by relevance

1...<<61626364656667686970>>...173

/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DMediaStoreSaver.java116 float width, in storeThumbnail()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DMandelbrot.java88 int width = mOutPixelsAllocation.getType().getX(); in createTest() local
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DMandelbrot.java82 int width = mOutPixelsAllocation.getType().getX(); in createTest() local
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DMandelbrot.java82 int width = mOutPixelsAllocation.getType().getX(); in createTest() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DMultiStateButton.java166 final int width = mButtonDrawable.getIntrinsicWidth(); in onDraw() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_kawase_blur.h54 int width = 0; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dconfiguration_utils.cpp125 int32_t width = display->GetWidth(); in GetDisplayConfig() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.cpp61 void TexginePaint::SetStrokeWidth(const double width) in SetStrokeWidth()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_window/
H A Dhello_native_window.cpp47 int32_t width = 0x100; in CreateNativeWindow() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.cpp27 bool EGLCore::EglContextInit(void *window, int width, int height) in EglContextInit()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/
H A Dtranscoder_impl.cpp70 int32_t TransCoderImpl::SetVideoSize(int32_t width, int32_t height) in SetVideoSize()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dsurface_allocator.cpp115 void SurfaceAllocator::Config(int32_t width, int32_t height, uint64_t usage, int32_t format, int32_… in Config()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H A Dimage_compressor.h41 int32_t width = 0; member
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_native_media_player_handler_impl.cpp103 void ArkWebNativeMediaPlayerHandlerImpl::HandleVideoSizeChanged(double width, double height) in HandleVideoSizeChanged()
/aosp12/frameworks/base/core/java/android/text/format/
H A DDateUtils.java207 final int width; in getDayOfWeekString() local
252 final int width; in getMonthString() local
401 final FormatWidth width; in formatDuration() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_model_ng.cpp84 void SideBarContainerModelNG::ParseAndSetWidth(WidthType widthType, Dimension& width) in ParseAndSetWidth()
129 void SideBarContainerModelNG::SetControlButtonWidth(const Dimension& width) in SetControlButtonWidth()
262 void SideBarContainerModelNG::SetControlButtonWidth(FrameNode* frameNode, const Dimension& width) in SetControlButtonWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H A Dcamera.cpp99 int32_t width = DEFAULT_WIDTH; in CreateRecorder() local
590 void CameraCallback::OnCameraSizeChange(double width, double height) in OnCameraSizeChange()
772 void Camera::OnCameraSizeChange(double width, double height) in OnCameraSizeChange()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp61 int32_t width = 0; in MeasureAdapterRelativeRect() local
632 int16_t width; in MoveChildByOffset() local
889 int16_t width = targetView->GetRelativeRect().GetWidth(); in FixHorDistance() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp39 int32_t* width = static_cast<int32_t*>(cmdList->opAllocator_.OffsetToAddr(0, sizeof(int32_t))); in CreateFromData() local
53 DrawCmdList::DrawCmdList(int32_t width, int32_t height, DrawCmdList::UnmarshalMode mode) in DrawCmdList()
118 void DrawCmdList::SetWidth(int32_t width) in SetWidth()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp51 uint32_t width = static_cast<uint32_t>(data[0]); in NativeDrawingBitmapTest() local
322 uint32_t width = static_cast<float>(data[1]); in OHDrawingTypographyTest() local
378 float width = static_cast<float>(data[1]); in NativeDrawingPenTest() local
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp198 bool SurfaceDraw::DoDraw(uint8_t* addr, uint32_t width, uint32_t height, const std::string& imagePa… in DoDraw()
217 bool SurfaceDraw::DoDraw(uint8_t* addr, uint32_t width, uint32_t height, std::shared_ptr<Media::Pix… in DoDraw()
247 bool SurfaceDraw::DoDraw(uint8_t* addr, uint32_t width, uint32_t height, uint32_t color) in DoDraw()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp29 void NWebNativeMediaPlayerBridgeImpl::UpdateRect(double x, double y, double width, double height) in UpdateRect()
299 void NapiNativeMediaPlayerHandlerImpl::HandleVideoSizeChanged(double width, double height) in HandleVideoSizeChanged()
370 napi_value width = nullptr; in ConstructRect() local
/aosp12/frameworks/native/libs/ui/include/ui/
H A DRect.h219 inline int32_t width() const { return getWidth(); } in width() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DRect.h219 inline int32_t width() const { return getWidth(); } in width() function
/aosp12/frameworks/native/include/ui/
H A DRect.h219 inline int32_t width() const { return getWidth(); } in width() function

1...<<61626364656667686970>>...173