/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | TextureParameterTest.cpp | 120 constexpr std::array<GLint, kParameterLength> crop = { in TEST_P() local
|
H A D | BootAnimationTest.cpp | 43 GLint crop[4] = {0, height, width, -height}; in initTextureWithData() local
|
/third_party/skia/third_party/externals/angle2/samples/gles1/ |
H A D | DrawTexture.cpp | 44 GLint crop[4] = {0, 0, 2, 2}; variable
|
/third_party/skia/gm/ |
H A D | backdrop_imagefilter_croprect.cpp | 71 static sk_sp<SkImageFilter> make_invert_filter(const SkIRect* crop) { in make_invert_filter() argument 79 static sk_sp<SkImageFilter> make_blur_filter(const SkIRect* crop) { in make_blur_filter() argument
|
H A D | imagefilters.cpp | 234 SkRect crop = SkRect::Make(image->bounds()); in DEF_SIMPLE_GM() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | qsvvpp.h | 97 QSVVPPCrop *crop; member
|
H A D | vf_crop.c | 370 AVFILTER_DEFINE_CLASS(crop); variable
|
H A D | qsvvpp.c | 685 QSVVPPCrop *crop = param->crop + i; in ff_qsvvpp_create() local [all...] |
H A D | vf_vpp_qsv.c | 324 QSVVPPCrop crop = { 0 }; in config_output() local [all...] |
H A D | vf_deshake_opencl.c | 991 update_needed_crop( CropInfo* crop, float *transform, float frame_width, float frame_height ) update_needed_crop() argument [all...] |
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_CROP.c | 31 struct v4l2_crop crop; in do_get_crop() local 61 struct v4l2_crop crop; in do_get_crop_invalid() local 95 struct v4l2_crop crop; test_VIDIOC_G_CROP_NULL() local 155 struct v4l2_crop crop; do_set_crop() local 649 struct v4l2_crop crop; do_set_crop_invalid() local 722 struct v4l2_crop crop; do_set_crop_null() local [all...] |
/third_party/skia/bench/ |
H A D | BlurImageFilterBench.cpp | 103 const SkIRect* crop = variable
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | transupp.h | 137 boolean crop; /* i member [all...] |
H A D | djpeg.c | 101 boolean skip, crop; variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_ps.h | 65 int crop; ///< frame_cropping_flag member
|
H A D | cuviddec.c | 75 } crop; member [all...] |
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.cc | 179 Rotation QPDF_PDFTOPDF_PageHandle::crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate) in crop() function in QPDF_PDFTOPDF_PageHandle 269 void QPDF_PDFTOPDF_PageHandle::add_subpage(const std::shared_ptr<PDFTOPDF_PageHandle> &sub,float xpos,float ypos,float scale,const PageRect *crop) // {{{ in add_subpage() argument [all...] |
/third_party/backends/backend/ |
H A D | plustek.c | 2394 CropInfo crop; in local_sane_start() local [all...] |
H A D | plustek_pp.c | 1799 CropInfo crop; in sane_start() local
|
/third_party/backends/sanei/ |
H A D | sanei_ir.c | 1115 sanei_ir_dilate_mean(const SANE_Parameters * params, SANE_Uint **in_img, SANE_Uint * mask_img, int dist_max, int expand, int win_size, SANE_Bool smooth, int inner, int *crop) sanei_ir_dilate_mean() argument
|
/third_party/mesa3d/include/android_stub/system/ |
H A D | window.h | 679 native_window_set_crop( struct ANativeWindow* window, android_native_rect_t const * crop) native_window_set_crop() argument 700 native_window_set_post_transform_crop( struct ANativeWindow* window, android_native_rect_t const * crop) native_window_set_post_transform_crop() argument [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | cwebp.c | 659 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 333 const gl::Rectangle &crop = texture->getCrop(); in QueryTexParameterBase() local
|
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 1873 test_arithmetic_bounds(skiatest::Reporter* reporter, float k1, float k2, float k3, float k4, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkIRect* crop, const SkIRect& expected) test_arithmetic_bounds() argument
|