Home
last modified time | relevance | path

Searched refs:rect (Results 1501 - 1525 of 2035) sorted by relevance

1...<<61626364656667686970>>...82

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_input_method_test.cpp51 .rect = Utils::customAppRect_, in SetUp()
H A Dwindow_gamut_test.cpp50 .rect = Utils::customAppRect_, in SetUp()
/foundation/window/window_manager/utils/include/
H A Dsurface_draw.h56 static bool DoDrawImageRect(sptr<OHOS::SurfaceBuffer> buffer, const Rect& rect,
H A Dwindow_transition_info.h55 void SetWindowRect(Rect rect);
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h44 * @brief Set window rect.
46 * @param rect The rect of window to set window position and size.
48 void SetWindowRect(const struct Rect& rect);
283 * @brief Get window rect.
285 * @return The rect of window.
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_listener.cpp60 void CjWindowListener::OnSizeChange(Rect rect, WindowSizeChangeReason reason, in OnSizeChange() argument
109 "input rect: [%{public}d, %{public}d, %{public}u, %{public}u]", in OnSizeChange()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpen.h24 #include "utils/rect.h"
317 * @param rect optional limit passed to PathEffect
320 bool GetFillPath(const Path& src, Path& dst, const Rect* rect, const Matrix& matrix);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dshader_effect_impl.h29 #include "utils/rect.h"
55 const Matrix& matrix, const Rect& rect) = 0;
H A Dimage_impl.h65 virtual bool BuildSubset(const std::shared_ptr<Image> image, const RectI& rect, GPUContext& gpuContext);
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h30 MOCK_METHOD3(UpdateRect, WSError(const WSRect& rect, SizeChangeReason reason,
/foundation/window/window_manager/wmserver/include/
H A Dwindow_inner_manager.h45 void CreateInnerWindow(std::string name, DisplayId displayId, Rect rect, WindowType type, WindowMode mode);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.h94 angle::Result lock(Context9 *context9, D3DLOCKED_RECT *lockedRect, const RECT &rect);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
H A DCompositorNativeWindow11.h82 bool getClientRect(LPRECT rect) const override;
/third_party/skia/src/core/
H A DSkScan.cpp37 const SkIRect& rr = cliper.rect(); in FillIRect()
H A DSkBitmapDevice.cpp480 // since we may need to clamp to the borders of the src rect within in drawImageRect()
647 void SkBitmapDevice::onClipRect(const SkRect& rect, SkClipOp op, bool aa) { in onClipRect() argument
648 fRCStack.clipRect(this->localToDevice(), rect, op, aa); in onClipRect()
675 void SkBitmapDevice::onReplaceClip(const SkIRect& rect) { in onReplaceClip() argument
677 SkRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)); in onReplaceClip()
/third_party/skia/include/utils/
H A DSkPaintFilterCanvas.h80 void onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp397 auto rect = floatingContext->GetPaintRectWithoutTransform(); in UpdateTitleInTargetPos()
398 floatingContext->OnTransformTranslateUpdate({ 0.0f, static_cast<float>(height - rect.GetY()), 0.0f }); in UpdateTitleInTargetPos()
404 auto rect = buttonsContext->GetPaintRectWithoutTransform(); in UpdateTitleInTargetPos()
407 height - (titlePopupDistance - CONTAINER_TITLE_HEIGHT.ConvertToPx()) / 2 - rect.GetY()), in UpdateTitleInTargetPos()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_player.cpp432 void APngImagePlayer::DrawTestBorder(SkRect& rect) in DrawTestBorder() argument
438 blendCanvas_->drawRect(rect, pt); in DrawTestBorder()
441 void APngImagePlayer::DrawTestBorder(RSRect& rect) in DrawTestBorder() argument
447 blendCanvas_->DrawRect(rect); in DrawTestBorder()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp551 OH_Drawing_Rect* rect = OH_Drawing_RectCreate(x1, y1, x2, y2); in OnTestPerformance() local
553 OH_Drawing_PathAddOval(path, rect, OH_Drawing_PathDirection::PATH_DIRECTION_CW); in OnTestPerformance()
556 OH_Drawing_PathAddOval(path, rect, OH_Drawing_PathDirection::PATH_DIRECTION_CW); in OnTestPerformance()
558 OH_Drawing_RectDestroy(rect); in OnTestPerformance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp170 const VkClearRect rect = in commandClearDepthAttachment() local
172 { offset, extent }, // VkRect2D rect; in commandClearDepthAttachment()
177 vk.cmdClearAttachments(commandBuffer, 1u, &depthAttachment, 1u, &rect); in commandClearDepthAttachment()
193 const VkClearRect rect = in commandClearStencilAttachment() local
195 { offset, extent }, // VkRect2D rect; in commandClearStencilAttachment()
200 vk.cmdClearAttachments(commandBuffer, 1u, &stencilAttachment, 1u, &rect); in commandClearStencilAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp170 const VkClearRect rect = in commandClearDepthAttachment() local
172 { offset, extent }, // VkRect2D rect; in commandClearDepthAttachment()
177 vk.cmdClearAttachments(commandBuffer, 1u, &depthAttachment, 1u, &rect); in commandClearDepthAttachment()
193 const VkClearRect rect = in commandClearStencilAttachment() local
195 { offset, extent }, // VkRect2D rect; in commandClearStencilAttachment()
200 vk.cmdClearAttachments(commandBuffer, 1u, &stencilAttachment, 1u, &rect); in commandClearStencilAttachment()
/third_party/skia/src/gpu/
H A DGrFragmentProcessor.cpp634 std::unique_ptr<GrFragmentProcessor> inputFP, GrClipEdgeType edgeType, SkRect rect) {
662 SkASSERT(rect.isSorted());
664 // to interpolate from 0 at a half pixel inset and 1 at a half pixel outset of rect.
665 SkRect rectUniform = GrClipEdgeTypeIsAA(edgeType) ? rect.makeOutset(.5f, .5f) : rect;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp131 RECT rect; in DebuggerWaitDialogProc() local
136 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc() local
137 SetWindowPos(hwnd, HWND_TOP, rect.right / 2, rect.bottom / 2, 0, 0, SWP_NOSIZE); in DebuggerWaitDialogProc()
/third_party/skia/tools/debugger/
H A DDrawCommand.h101 static void MakeJsonRect(SkJSONWriter&, const SkRect& rect);
175 ClipRectCommand(const SkRect& rect, SkClipOp op, bool doAA);
533 DrawRectCommand(const SkRect& rect, const SkPaint& paint);
691 DrawEdgeAAQuadCommand(const SkRect& rect,
/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp147 ColoredRect rect; member
152 , rect (rect_) in DrawCommand()
262 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render()
345 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render()

Completed in 21 milliseconds

1...<<61626364656667686970>>...82