Home
last modified time | relevance | path

Searched refs:rect (Results 1726 - 1750 of 2377) sorted by relevance

1...<<61626364656667686970>>...96

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dv4l2-subdev.h59 * @rect: pad crop rectangle boundaries
64 struct v4l2_rect rect; member
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.h71 struct drm_exynos_ipp_task_rect rect; member
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3.h98 } rect; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_client.h161 int drm_client_framebuffer_flush(struct drm_client_buffer *buffer, struct drm_rect *rect);
H A Ddrm_format_helper.h60 const struct drm_rect *rect);
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3.h93 } rect; member
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/
H A Dnv_proto.h54 const struct fb_fillrect *rect);
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dv4l2-subdev.h50 * @rect: pad crop rectangle boundaries
57 struct v4l2_rect rect; member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.h82 * @rect: crop/composition rectangle
88 struct v4l2_rect rect; member
H A Dfimc-isp.h58 * @rect: crop/composition rectangle
63 struct v4l2_rect rect; member
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.h71 struct drm_exynos_ipp_task_rect rect; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dv4l2-subdev.h39 struct v4l2_rect rect; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dv4l2-subdev.h25 struct v4l2_rect rect; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dv4l2-subdev.h38 struct v4l2_rect rect; member
/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;

Completed in 17 milliseconds

1...<<61626364656667686970>>...96