| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
| H A D | customcomponent_clip_test.cpp | 23 int32_t clip = PARAM_0; in TestCustomComponentClip001() local 35 int32_t clip = PARAM_1; in TestCustomComponentClip002() local 47 int32_t clip = PARAM_2; in TestCustomComponentClip003() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
| H A D | list_clip_test.cpp | 23 int32_t clip = PARAM_0; in TestListClip001() local 36 int32_t clip = PARAM_1; in TestListClip002() local 48 int32_t clip = PARAM_2; in TestListClip003() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
| H A D | commonattrs_clip_test.cpp | 23 int32_t clip = PARAM_0; in TestCommonAttrsClip001() local 35 int32_t clip = PARAM_1; in TestCommonAttrsClip002() local 47 int32_t clip = PARAM_2; in TestCommonAttrsClip003() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/ |
| H A D | listitem_clip_test.cpp | 23 int32_t clip = PARAM_0; in TestListItemClip001() local 36 int32_t clip = PARAM_1; in TestListItemClip002() local 48 int32_t clip = PARAM_2; in TestListItemClip003() local
|
| /third_party/skia/src/core/ |
| H A D | SkQuadClipper.cpp | 17 void SkQuadClipper::setClip(const SkIRect& clip) { in setClip() argument
|
| H A D | SkCubicClipper.cpp | 18 void SkCubicClipper::setClip(const SkIRect& clip) { in setClip() argument
|
| H A D | SkScanPriv.h | 84 static inline bool TryBlitFatAntiRect(SkBlitter* blitter, const SkPath& path, const SkIRect& clip) { in TryBlitFatAntiRect() argument
|
| H A D | SkBlitter_A8.cpp | 69 void SkA8_Coverage_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) { in blitMask() argument
|
| /third_party/skia/tests/ |
| H A D | RepeatedClippedBlurTest.cpp | 88 SkIRect clip = SkIRect::MakeWH(1024, 600); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| H A D | ClipperTest.cpp | 68 const SkRect clip = { 0, 0, SkIntToScalar(300), SkIntToScalar(200) }; in test_edgeclipper() local 166 SkRect clip = { -32767, -32767, 32767, 32767 }; in DEF_TEST() local
|
| /third_party/skia/gm/ |
| H A D | backdrop_imagefilter_croprect.cpp | 22 SkRect clip = SkRect::MakeXYWH(-50.f, -50.f, 400.f, 150.f); in draw_backdrop_filter_gm() local
|
| H A D | aarectmodes.cpp | 68 SkRect clip = {0, 130, 772, 531}; in test4() local
|
| /third_party/skia/bench/ |
| H A D | GlyphQuadFillBench.cpp | 67 SkIRect clip = SkIRect::MakeEmpty(); variable
|
| H A D | SKPAnimationBench.cpp | 12 SKPAnimationBench::SKPAnimationBench(const char* name, const SkPicture* pic, const SkIRect& clip, in SKPAnimationBench() argument
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
| H A D | image_clip_test.cpp | 32 int32_t clip = MIN_VALUE; in TestImageClip001() local 45 int32_t clip = DEFAULT_VALUE; in TestImageClip002() local 53 int32_t clip = MAX_VALUE; in TestImageClip003() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
| H A D | textinput_clip_test.cpp | 32 int32_t clip = MIN_VALUE; in TestTextInputClip001() local 44 int32_t clip = DEFAULT_VALUE; in TestTextInputClip002() local 52 int32_t clip = MAX_VALUE; in TestTextInputClip003() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | cfhddsp.c | 26 filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip) filter() argument 93 horiz_filter_clip(int16_t *output, const int16_t *low, const int16_t *high, int width, int clip) horiz_filter_clip() argument 99 horiz_filter_clip_bayer(int16_t *output, const int16_t *low, const int16_t *high, int width, int clip) horiz_filter_clip_bayer() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_crystalizer.c | 30 int clip; member [all...] |
| H A D | af_extrastereo.c | 30 int clip; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Clipper.cpp | 43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip() function in sw::Clipper
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | DrawContext.cpp | 52 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) stencilAndFillPath() argument 61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) fillConvexPath() argument 70 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder order, const PaintParams* paint) strokePath() argument
|
| H A D | DrawList.cpp | 48 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder ordering, const PaintParams* paint) stencilAndFillPath() argument 61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder ordering, const PaintParams* paint) fillConvexPath() argument 76 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder ordering, const PaintParams* paint) strokePath() argument
|
| /third_party/skia/experimental/xform/ |
| H A D | XContext.cpp | 21 static const SkRasterClip& peek_rasterclip(ClipCache* clip) { in peek_rasterclip() argument
|
| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | swscale_altivec.c | 154 const int clip = (1 << 16) - 1; in yuv2plane1_float_altivec() local 187 const int clip = (1 << 16) - 1; in yuv2plane1_float_bswap_altivec() local [all...] |
| /third_party/lame/mpglib/ |
| H A D | layer1.c | 206 int i, clip = 0; in decode_layer1_frame() local
|