Searched refs:region1 (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Region_swap.cpp | 11 SkRegion region1({1, 2, 3, 4}); in REG_FIDDLE() 13 region1.swap(region2); in REG_FIDDLE() 14 debugster("region1 bounds", region1); in REG_FIDDLE()
|
H A D | Region_set.cpp | 11 SkRegion region1({1, 2, 3, 4}); in REG_FIDDLE() 13 region2.set(region1); in REG_FIDDLE() 14 debugster("region1 bounds", region1); in REG_FIDDLE()
|
H A D | Region_copy_operator.cpp | 11 SkRegion region1({1, 2, 3, 4}); in REG_FIDDLE() 12 SkRegion region2 = region1; in REG_FIDDLE() 13 debugster("region1 bounds", region1); in REG_FIDDLE()
|
/third_party/lame/mpglib/ |
H A D | layer3.c | 750 int region1 = gr_infos->region1start; in III_dequantize_sample() local 758 if (bv <= region1) { in III_dequantize_sample() 764 l[0] = region1; in III_dequantize_sample() 1141 ,"hip: OOPS, part2remain=%d l3=%d cb=%d bv=%d region1=%d region2=%d b-type=%d mixed=%d\n" in III_dequantize_sample()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tztest.cpp | 2481 char region1[1]; in TestGetRegion() local 2484 len = TimeZone::getRegion("America/Chicago", region1, sizeof(region1), sts); in TestGetRegion()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 57 milliseconds