Home
last modified time | relevance | path

Searched refs:check_bounds (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tests/
DShadowTest.cpp144 void check_bounds(skiatest::Reporter* reporter, const SkPath& path) { in check_bounds() function
168 check_bounds(reporter, path); in DEF_TEST()
172 check_bounds(reporter, path); in DEF_TEST()
176 check_bounds(reporter, path); in DEF_TEST()
/third_party/skia/tests/
DShadowTest.cpp172 void check_bounds(skiatest::Reporter* reporter, const SkPath& path) { in check_bounds() function
200 check_bounds(reporter, path); in DEF_TEST()
204 check_bounds(reporter, path); in DEF_TEST()
208 check_bounds(reporter, path); in DEF_TEST()
/third_party/pixman/pixman/
Dpixman-bits-image.c44 int x, int y, pixman_bool_t check_bounds, in fetch_pixel_no_alpha_32() argument
49 if (check_bounds && in fetch_pixel_no_alpha_32()
58 int x, int y, pixman_bool_t check_bounds, in fetch_pixel_no_alpha_float() argument
63 if (check_bounds && in fetch_pixel_no_alpha_float()
71 int x, int y, pixman_bool_t check_bounds, void *out);
547 int x, int y, pixman_bool_t check_bounds, in fetch_pixel_general_32() argument
552 if (check_bounds && in fetch_pixel_general_32()
590 int x, int y, pixman_bool_t check_bounds, in fetch_pixel_general_float() argument
595 if (check_bounds && in fetch_pixel_general_float()
/third_party/flutter/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp739 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds() function