Home
last modified time | relevance | path

Searched refs:region1 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/docs/examples/
H A DRegion_swap.cpp11 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 DRegion_set.cpp11 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 DRegion_copy_operator.cpp11 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 Dlayer3.c750 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 Dtztest.cpp2481 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 Dstylo.hpp[all...]

Completed in 57 milliseconds