Home
last modified time | relevance | path

Searched defs:rect (Results 276 - 300 of 899) sorted by relevance

1...<<11121314151617181920>>...36

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativePenTest.cpp1238 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 100, 200, 200); in HWTEST_F() local
1267 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(100, 100, 200, 200); in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dass.c121 AVSubtitleRect **rects = sub->rects, *rect; in ff_ass_add_rect2() local
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf.cc73 QPDFObjectHandle getRectAsBox(const PageRect &rect) // {{{ in getRectAsBox() argument
H A Dpdftopdf_processor.cc330 PageRect rect; in processPDFTOPDF() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_blit.c17 struct u_rect rect = { info->scissor.minx, info->scissor.maxx, in apply_dst_clears() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c83 RECT rect; in wglCreatePbufferARB() local
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDxgiFns.cpp84 RECT rect; in _Present() local
/third_party/mesa3d/src/mesa/main/
H A Dscissor.c135 scissor_array(struct gl_context *ctx, GLuint first, GLsizei count, struct gl_scissor_rect *rect) scissor_array() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_rect.c151 const struct lp_rast_rectangle *rect = arg.rectangle; in lp_rast_rectangle() local
88 full(struct lp_rasterizer_task *task, const struct lp_rast_rectangle *rect, unsigned ix, unsigned iy) full() argument
100 partial(struct lp_rasterizer_task *task, const struct lp_rast_rectangle *rect, unsigned ix, unsigned iy, unsigned mask) partial() argument
123 intersect_rect_and_tile(struct lp_rasterizer_task *task, const struct lp_rast_rectangle *rect, struct u_rect *box) intersect_rect_and_tile() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h68 struct pipe_scissor_state rect[PIPE_MAX_WINDOW_RECTANGLES]; member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_util.c188 lima_damage_rect_union(struct pipe_scissor_state *rect, in lima_damage_rect_union() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h67 struct pipe_scissor_state rect[PIPE_MAX_WINDOW_RECTANGLES]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalClearAttachmentTests.cpp146 const vk::VkClearRect rect = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalClearAttachmentTests.cpp146 const vk::VkClearRect rect = in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp151 RECT rect; in getWidth() local
161 RECT rect; in getHeight() local
/third_party/skia/src/effects/imagefilters/
H A DSkTileImageFilter.cpp174 SkRect rect = kReverse_MapDirection == dir ? fSrcRect : fDstRect; in onFilterNodeBounds() local
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp58 SkRect rect; in simplifyPath() local
168 simplifyRect(const SkRect& rect, SkPathDirection dir, unsigned start, unsigned flags) simplifyRect() argument
[all...]
H A DGrQuad.cpp18 static void map_rect_translate_scale(const SkRect& rect, const SkMatrix& m, in map_rect_translate_scale() argument
57 static void map_rect_general(const SkRect& rect, const SkMatrix& matrix, in map_rect_general() argument
101 MakeFromRect(const SkRect& rect, const SkMatrix& m) MakeFromRect() argument
[all...]
H A DGrStyledShape.h55 explicit GrStyledShape(const SkRect& rect, DoSimplify doSimplify = DoSimplify::kYes) in GrStyledShape() argument
66 GrStyledShape(const SkRect& rect, const SkPaint& paint, in GrStyledShape() argument
97 GrStyledShape(const SkRect& rect, const GrStyle& style, in GrStyledShape() argument
/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp84 const SkIRect& rect = iter.rect(); variable
/third_party/skia/src/gpu/
H A DGrClip.h191 static bool IsPixelAligned(const SkRect& rect) { in IsPixelAligned() argument
[all...]
/third_party/skia/samplecode/
H A DSamplePathClip.cpp242 DragRectClick(SkRect* rect) : fRect(rect) {} in DragRectClick() argument
/third_party/skia/src/gpu/ops/
H A DRegionOp.cpp137 SkRect rect = SkRect::Make(iter.rect()); variable
230 SkIRect rect = {center.fX - w / 2, center.fY - h / 2, center.fX + w / 2, center.fY + h / 2}; in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/src/core/
H A DSkPointPriv.h122 static void SetRectTriStrip(SkPoint v[], const SkRect& rect, size_t stride) { in SetRectTriStrip() argument
H A DSkRasterClipStack.h53 void clipRect(const SkMatrix& ctm, const SkRect& rect, SkClipOp op, bool aa) { in clipRect() argument
78 void replaceClip(const SkIRect& rect) { in replaceClip() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...36