Searched refs:offset3 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | MtxWriter.java | 103 int offset3 = offset2 + compressed2.length; in packMtx() 105 writeBE24(result, offset3, 7); in packMtx() 108 System.arraycopy(compressed3, 0, result, offset3, compressed3.length); in packMtx()
|
/third_party/skia/samplecode/ |
H A D | SampleImageFilterDAG.cpp | 329 sk_sp<SkImageFilter> offset3 = SkImageFilters::Offset(-5.f, -5.f, nullptr); variable 330 sk_sp<SkImageFilter> blur2 = SkImageFilters::Blur(4.f, 4.f, std::move(offset3));
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRegressionTest.java | 118 long offset3 = tz.getOffset(1, in Test4084933() 141 offset3 != SToffset || offset4 != DToffset || in Test4084933()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRegressionTest.java | 115 long offset3 = tz.getOffset(1, in Test4084933() 138 offset3 != SToffset || offset4 != DToffset || in Test4084933()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzregts.cpp | 224 int32_t offset3 = tz->getOffset(1, in Test4084933() local 253 ERR_IF_FAIL(offset3 != SToffset) in Test4084933()
|
Completed in 7 milliseconds