/third_party/cups-filters/filter/ |
H A D | pdf.cxx | 220 float rect[4], in dict_lookup_rect() 242 // get values in a vector and assign it to rect in dict_lookup_rect() 249 rect[i] = array[i].getNumericValue(); in dict_lookup_rect() 218 dict_lookup_rect(QPDFObjectHandle object, std::string const& key, float rect[4], bool inheritable) dict_lookup_rect() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.cpp | 197 box rect { {{ 0, 0, 0 }}, {{ info.width0, info.height0, info.depth0 }} }; in root_resource() 205 rect, data_ptr, cpp * info.width0, in root_resource()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 286 const VkClearRect rect = in testEarlyDestroy() local 288 renderArea, // VkRect2D rect in testEarlyDestroy() 293 vk.cmdClearAttachments(*cmdBuffer, 1, &attachment, 1, &rect); in testEarlyDestroy()
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlGpu.h | 253 SkIRect rect, 262 SkIRect rect,
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.h | 278 SkIRect rect, 284 SkIRect rect,
|
/third_party/skia/src/core/ |
H A D | SkBlitter.h | 67 // Blit a rect in AA with size at least 3 x 3 (small rect has too many edge cases...) 68 void blitFatAntiRect(const SkRect& rect); 136 void blitRectRegion(const SkIRect& rect, const SkRegion& clip);
|
H A D | SkGpuBlurUtils.cpp | 65 * Draws 'dstRect' into 'surfaceFillContext' evaluating a 1D Gaussian over 'srcView'. The src rect 142 // space that we want to capture in the new RTC at {0, 0}. Hence, we use its size as the rect to in convolve_gaussian_2d() 143 // draw and it directly as the local rect. in convolve_gaussian_2d() 203 // processing for the rect. Similar for 'bottom'. The positional/directional labels above refer in convolve_gaussian() 211 // Inset for sub-rect of 'srcBounds' where the x-dir kernel doesn't reach the edges, clipped in convolve_gaussian() 242 auto convolve = [&](SkIRect rect) { in convolve_gaussian() 243 // Transform rect into the render target's coord system. in convolve_gaussian() 244 rect.offset(-rtcToSrcOffset); in convolve_gaussian() 245 convolve_gaussian_1d(dstSDC.get(), srcView, srcBounds, rtcToSrcOffset, rect, in convolve_gaussian() 248 auto clear = [&](SkIRect rect) { in convolve_gaussian() [all...] |
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/samplecode/ |
H A D | SampleXfer.cpp | 40 void init(const char label[], const SkRect& rect) { in init() 42 fRect = rect; in init()
|
H A D | SampleQuadStroker.cpp | 465 void draw_fill(SkCanvas* canvas, const SkRect& rect, SkScalar width) { in draw_fill() argument 466 if (rect.isEmpty()) { in draw_fill() 474 SkScalar maxSide = std::max(rect.width(), rect.height()) / 2; in draw_fill() 475 SkPoint center = { rect.fLeft + maxSide, rect.fTop + maxSide }; in draw_fill()
|
/third_party/skia/tests/ |
H A D | RectangleTextureTest.cpp | 66 SkIRect rect = SkIRect::MakeWH(w, h/2); in test_clear() local 67 sfc->clear(rect, SkPMColor4f::FromBytes_RGBA(color1)); in test_clear()
|
H A D | SurfaceSemaphoreTest.cpp | 99 SkIRect rect = SkIRect::MakeLTRB(0, CHILD_H/2, CHILD_W, CHILD_H); in draw_child() local 100 childCanvas->drawIRect(rect, paint); in draw_child()
|
/third_party/skia/gm/ |
H A D | xfermodeimagefilter.cpp | 206 static void DrawClippedPaint(SkCanvas* canvas, const SkRect& rect, const SkPaint& paint, in DrawClippedPaint() argument 210 canvas->clipRect(rect); in DrawClippedPaint()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 272 const VkClearRect rect = in testEarlyDestroy() local 274 renderArea, // VkRect2D rect in testEarlyDestroy() 289 vk.cmdClearAttachments(*cmdBuffer, 1, &attachment, 1, &rect); in testEarlyDestroy()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fColorClearTest.cpp | 90 ClearInfo (const tcu::IVec4& rect, deUint8 colorMask, tcu::RGBA color) in ClearInfo() argument 91 : m_rect(rect), m_colorMask(colorMask), m_color(color) in ClearInfo()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fColorClearTest.cpp | 90 ClearInfo (const tcu::IVec4& rect, deUint8 colorMask, tcu::RGBA color) in ClearInfo() argument 91 : m_rect(rect), m_colorMask(colorMask), m_color(color) in ClearInfo()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9t112.c | 846 const struct v4l2_rect *rect, in mt9t112_set_params() 861 priv->frame = *rect; in mt9t112_set_params() 905 const struct v4l2_rect *rect = &sel->r; in mt9t112_set_selection() local 911 return mt9t112_set_params(priv, rect, priv->format->code); in mt9t112_set_selection() 939 struct v4l2_rect rect = { in mt9t112_s_fmt() local 947 ret = mt9t112_set_params(priv, &rect, mf->code); in mt9t112_s_fmt() 845 mt9t112_set_params(struct mt9t112_priv *priv, const struct v4l2_rect *rect, u32 code) mt9t112_set_params() argument
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9t112.c | 846 const struct v4l2_rect *rect, in mt9t112_set_params() 861 priv->frame = *rect; in mt9t112_set_params() 905 const struct v4l2_rect *rect = &sel->r; in mt9t112_set_selection() local 911 return mt9t112_set_params(priv, rect, priv->format->code); in mt9t112_set_selection() 939 struct v4l2_rect rect = { in mt9t112_s_fmt() local 947 ret = mt9t112_set_params(priv, &rect, mf->code); in mt9t112_s_fmt() 845 mt9t112_set_params(struct mt9t112_priv *priv, const struct v4l2_rect *rect, u32 code) mt9t112_set_params() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 1199 struct rect src_rect; 1200 struct rect dst_rect; 1201 struct rect clip_rect; 1280 struct rect src_rect; 1281 struct rect dst_rect; 1282 struct rect clip_rect;
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 675 &btv->crop[!!btv->do_crop].rect); in bttv_buffer_risc() 725 &btv->crop[!!btv->do_crop].rect); in bttv_buffer_risc() 735 &btv->crop[!!btv->do_crop].rect); in bttv_buffer_risc() 745 &btv->crop[!!btv->do_crop].rect); in bttv_buffer_risc() 765 &btv->crop[!!btv->do_crop].rect); in bttv_buffer_risc() 792 1, tvnorm, &btv->crop[!!btv->do_crop].rect); in bttv_buffer_risc()
|
/third_party/lame/ACM/ |
H A D | ACM.cpp | 222 RECT rect; in AboutProc() local 223 ::GetWindowRect( ::GetDlgItem(hwndDlg,IDC_STATIC_ABOUT_URL), &rect); in AboutProc() local 225 if ( ::PtInRect(&rect,pnt) ) in AboutProc() 239 RECT rect; in AboutProc() local 240 ::GetWindowRect( ::GetDlgItem(hwndDlg,IDC_STATIC_ABOUT_URL), &rect); in AboutProc() local 244 if (::PtInRect(&rect,pnt)) in AboutProc()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_clear.c | 93 cr.rect.offset.x = scissor_state->minx; in clear_in_rp() 94 cr.rect.offset.y = scissor_state->miny; in clear_in_rp() 95 cr.rect.extent.width = MIN2(fb->width, scissor_state->maxx - scissor_state->minx); in clear_in_rp() 96 cr.rect.extent.height = MIN2(fb->height, scissor_state->maxy - scissor_state->miny); in clear_in_rp() 98 cr.rect.extent.width = fb->width; in clear_in_rp() 99 cr.rect.extent.height = fb->height; in clear_in_rp()
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1090 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect() argument 1093 { rect.fLeft, rect.fTop }, in createXpsRect() 1094 { rect.fRight, rect.fTop }, in createXpsRect() 1095 { rect.fRight, rect.fBottom }, in createXpsRect() 1096 { rect.fLeft, rect.fBottom }, in createXpsRect() 1188 //Path the rect i in internalDrawRect() [all...] |
/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()
|