/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.cpp | 3797 unsigned char *source1 = source0 + slice; in resolve() local 3798 unsigned char *source2 = source1 + slice; in resolve() 3827 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve() 3835 source1 += pitch; in resolve() 3845 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve() 3857 source1 += pitch; in resolve() 3869 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve() 3889 source1 += pitch; in resolve() 3905 __m128i c1 = _mm_load_si128((__m128i*)(source1 + 4 * x)); in resolve() 3941 source1 in resolve() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexRoutine.cpp | 183 Pointer<Byte> source1 = buffer + offsets.y; in readStream() local 202 source1 = IfThenElse(limits.y > robustnessSize, zeroSource, source1); in readStream() 228 v.x.y = *Pointer<Float>(source1); in readStream() 235 v.y = *Pointer<Float4>(source1); in readStream() 252 v.y = Float4(*Pointer<Byte4>(source1)); in readStream() 268 v.y = As<Float4>(Int4(*Pointer<Byte4>(source1))); in readStream() 279 v.y = Float4(*Pointer<SByte4>(source1)); in readStream() 295 v.y = Float4(*Pointer<Byte4>(source1)); in readStream() 306 v.y = Float4(*Pointer<SByte4>(source1)); in readStream() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexRoutine.cpp | 147 Pointer<Byte> source1 = source0 + (!textureSampling ? stride : 0); in readStream() local 148 Pointer<Byte> source2 = source1 + (!textureSampling ? stride : 0); in readStream() 166 v.x.y = *Pointer<Float>(source1); in readStream() 173 v.y = *Pointer<Float4>(source1); in readStream() 204 v.y = Float4(*Pointer<Byte4>(source1)); in readStream() 221 v.y = As<Float4>(Int4(*Pointer<Byte4>(source1))); in readStream() 232 v.y = Float4(*Pointer<SByte4>(source1)); in readStream() 249 v.y = As<Float4>(Int4(*Pointer<SByte4>(source1))); in readStream() 259 v.y = Float4(*Pointer<Byte4>(source1)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte)); in readStream() 275 v.y = Float4(*Pointer<Short4>(source1)); in readStream() [all...] |
/third_party/rust/crates/proc-macro2/tests/ |
H A D | test.rs | 450 let source1 = "aaa\nbbb" in span_join() 461 assert!(source1[0].span().source_file() != source2[0].span().source_file()); in span_join() 463 source1[0].span().source_file(), in span_join() 464 source1[1].span().source_file() in span_join() 467 let joined1 = source1[0].span().join(source1[1].span()); in span_join() 468 let joined2 = source1[0].span().join(source2[0].span()); in span_join() 481 source1[0].span().source_file() in span_join()
|
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 1966 sk_sp<SkImageFilter> source1(SkImageFilters::Image(image)); in DEF_TEST() 1970 imageBounds == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST() 1974 input == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST() 1979 scaledBounds == source1->filterBounds(input, scale, in DEF_TEST() 1982 REPORTER_ASSERT(reporter, input == source1->filterBounds(input, scale, in DEF_TEST() 2021 sk_sp<SkImageFilter> source1(SkImageFilters::Picture(picture)); in DEF_TEST() 2025 pictureBounds == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST() 2029 input == source1->filterBounds(input, SkMatrix::I(), in DEF_TEST() 2034 scaledPictureBounds == source1->filterBounds(input, scale, in DEF_TEST() 2037 REPORTER_ASSERT(reporter, input == source1 in DEF_TEST() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_database.h | 361 MergedDescriptorDatabase(DescriptorDatabase* source1,
|
H A D | descriptor_database.cc | 947 DescriptorDatabase* source1, DescriptorDatabase* source2) { in MergedDescriptorDatabase() 948 sources_.push_back(source1); in MergedDescriptorDatabase() 946 MergedDescriptorDatabase( DescriptorDatabase* source1, DescriptorDatabase* source2) MergedDescriptorDatabase() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvsel.cpp | 668 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { in intersectMasks() argument 672 oredDest |= (dest[i] &= source1[i]); in intersectMasks()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 668 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { in intersectMasks() argument 672 oredDest |= (dest[i] &= source1[i]); in intersectMasks()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvsel.cpp | 668 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) { in intersectMasks() argument 672 oredDest |= (dest[i] &= source1[i]); in intersectMasks()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 2607 static const uint8_t source1[]={0xc4}; in TestDBCS() local 2609 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated"); in TestDBCS() 2658 static const uint8_t source1[]={0xc4}; in TestMBCS() local 2660 TestNextUCharError(cnv, (const char*)source1, (const char*)source1+sizeof(source1), U_TRUNCATED_CHAR_FOUND, "a character is truncated"); in TestMBCS() 2766 static const uint8_t source1[]={0xc4}; in TestISO_2022() local 2768 TestNextUCharError(cnv, (const char*)source1, (cons in TestISO_2022() 4713 static const uint8_t source1[]={0x0f}; TestEBCDIC_STATEFUL() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 2151 uint8_t *source1 = source0 + slice; in fastResolve() local 2152 uint8_t *source2 = source1 + slice; in fastResolve() 2171 __m128i c1 = _mm_loadu_si128((__m128i *)(source1 + 4 * x)); in fastResolve() 2187 uint32_t c1 = *(uint32_t *)(source1 + 4 * x); in fastResolve() 2199 source1 += pitch; in fastResolve()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 1352 * @param source1 null-terminated first array 1362 const UChar *source1, in addToUCharArray() 1368 int32_t source1length = source1 ? u_strlen(source1) : 0; in addToUCharArray() 1384 u_memcpy(destination, source1, source1length); in addToUCharArray() 1360 addToUCharArray( UChar *destination, int32_t *destinationlength, const UChar *source1, const UChar *source2, int32_t source2length, const UChar *source3, UErrorCode *status) addToUCharArray() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_test.cc | 2332 variant<std::string, int> source1 = 0; in TEST() local 2334 ConvertVariantTo<variant<double, std::string>>(source1)); in TEST() 2474 variant<std::string, int> source1 = 3; in TEST() local 2476 ConvertVariantTo<variant<double, std::string>>(source1)); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 1806 GLTexture source1; in TEST_P() local 1809 static_cast<void *>(&kLinearColor), source1, &image1); in TEST_P() 1816 source1.reset(); in TEST_P()
|
/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/
... |