/third_party/skia/docs/examples/ |
H A D | Region_setRegion.cpp | 12 SkRegion region2; in REG_FIDDLE() local 13 region2.setRegion(region); in REG_FIDDLE() 15 debugster("region2 bounds", region2); in REG_FIDDLE() 16 region2.setEmpty(); in REG_FIDDLE() 19 debugster("region2 bounds", region2); in REG_FIDDLE()
|
H A D | Region_copy_const_SkIRect.cpp | 8 SkRegion region2; in REG_FIDDLE() local 9 region2.setRect({1, 2, 3, 4}); in REG_FIDDLE() 10 SkDebugf("region %c= region2\n", region == region2 ? '=' : '!'); in REG_FIDDLE()
|
H A D | Region_swap.cpp | 12 SkRegion region2; in REG_FIDDLE() local 13 region1.swap(region2); in REG_FIDDLE() 15 debugster("region2 bounds", region2); in REG_FIDDLE()
|
H A D | Region_set.cpp | 12 SkRegion region2; in REG_FIDDLE() local 13 region2.set(region1); in REG_FIDDLE() 15 debugster("region2 bounds", region2); in REG_FIDDLE()
|
H A D | Region_copy_const_SkRegion.cpp | 12 SkRegion region2(region); in REG_FIDDLE() 14 debugster("region2 bounds", region2); in REG_FIDDLE() 18 debugster("region2 bounds", region2); in REG_FIDDLE()
|
H A D | Region_destructor.cpp | 8 SkRegion region2(*region); in REG_FIDDLE() 10 auto r = region2.getBounds(); in REG_FIDDLE() 11 SkDebugf("region2 bounds: {%d,%d,%d,%d}\n", r.fLeft, r.fTop, r.fRight, r.fBottom); in REG_FIDDLE()
|
H A D | Region_copy_operator.cpp | 12 SkRegion region2 = region1; in REG_FIDDLE() local 14 debugster("region2 bounds", region2); in REG_FIDDLE()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XLikelySubtags.java | 172 String region2 = regionAliases.get(region); in canonicalize() 173 if (lang2 != null || region2 != null) { in canonicalize() 177 region2 == null ? region : region2); in canonicalize()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XLikelySubtags.java | 179 String region2 = regionAliases.get(region); in canonicalize() 180 if (lang2 != null || region2 != null) { in canonicalize() 184 region2 == null ? region : region2); in canonicalize()
|
/third_party/lame/mpglib/ |
H A D | layer3.c | 416 * table_select[2] not needed, because there is no region2, in III_get_side_info_1() 508 * table_select[2] not needed, because there is no region2, in III_get_side_info_2() 751 int region2 = gr_infos->region2start; in III_dequantize_sample() local 765 if (bv <= region2) { in III_dequantize_sample() 770 l[1] = region2 - l[0]; in III_dequantize_sample() 771 l[2] = bv - region2; 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 | 2463 char region2[2]; in TestGetRegion() local 2466 len = TimeZone::getRegion("America/New_York", region2, sizeof(region2), sts); in TestGetRegion() 2476 if (uprv_strncmp(region2, "US", 2) != 0) { in TestGetRegion()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |