/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_input_method_test.cpp | 51 .rect = Utils::customAppRect_, in SetUp()
|
H A D | window_gamut_test.cpp | 50 .rect = Utils::customAppRect_, in SetUp()
|
/foundation/window/window_manager/utils/include/ |
H A D | surface_draw.h | 56 static bool DoDrawImageRect(sptr<OHOS::SurfaceBuffer> buffer, const Rect& rect,
|
H A D | window_transition_info.h | 55 void SetWindowRect(Rect rect);
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 44 * @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 D | window_listener.cpp | 60 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 D | pen.h | 24 #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 D | shader_effect_impl.h | 29 #include "utils/rect.h" 55 const Matrix& matrix, const Rect& rect) = 0;
|
H A D | image_impl.h | 65 virtual bool BuildSubset(const std::shared_ptr<Image> image, const RectI& rect, GPUContext& gpuContext);
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 30 MOCK_METHOD3(UpdateRect, WSError(const WSRect& rect, SizeChangeReason reason,
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_inner_manager.h | 45 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 D | Image9.h | 94 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 D | CompositorNativeWindow11.h | 82 bool getClientRect(LPRECT rect) const override;
|
/third_party/skia/src/core/ |
H A D | SkScan.cpp | 37 const SkIRect& rr = cliper.rect(); in FillIRect()
|
H A D | SkBitmapDevice.cpp | 480 // 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 D | SkPaintFilterCanvas.h | 80 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 D | container_modal_pattern_enhance.cpp | 397 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 D | apng_image_player.cpp | 432 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 D | path_test.cpp | 551 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 D | vktFragmentOperationsOcclusionQueryTests.cpp | 170 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 D | vktFragmentOperationsOcclusionQueryTests.cpp | 170 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 D | GrFragmentProcessor.cpp | 634 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 D | main.cpp | 131 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 D | DrawCommand.h | 101 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 D | teglBufferAgeTests.cpp | 147 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()
|