/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayBorderPanel.java | 384 Color topleft = null; in paint() local 389 topleft = light; in paint() 393 topleft = dark; in paint() 398 g.setColor(topleft); in paint()
|
/external/clang/test/FixIt/ |
D | typo.c | 27 …topleft.x = 3.14, // expected-error{{field designator 'topleft' does not refer to any field in typ…
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 23 const __m128i *topleft) { in paeth_8x1_pred() argument 24 const __m128i base = _mm_sub_epi16(_mm_add_epi16(*top, *left), *topleft); in paeth_8x1_pred() 28 __m128i ptl = _mm_abs_epi16(_mm_sub_epi16(base, *topleft)); in paeth_8x1_pred() 36 ptl = _mm_and_si128(mask2, *topleft); in paeth_8x1_pred() 194 const __m128i *topleft) { in paeth_16x1_pred() argument 195 const __m128i p0 = paeth_8x1_pred(left, top0, topleft); in paeth_16x1_pred() 196 const __m128i p1 = paeth_8x1_pred(left, top1, topleft); in paeth_16x1_pred()
|
D | intrapred_avx2.c | 666 const __m256i *topleft) { in paeth_pred() argument 668 _mm256_sub_epi16(_mm256_add_epi16(*top, *left), *topleft); in paeth_pred() 672 __m256i ptl = _mm256_abs_epi16(_mm256_sub_epi16(base, *topleft)); in paeth_pred() 680 ptl = _mm256_and_si256(mask2, *topleft); in paeth_pred() 690 const __m256i *topleft) { in paeth_16x1_pred() argument 691 const __m256i p0 = paeth_pred(left, top, topleft); in paeth_16x1_pred() 802 const __m256i *topleft) { in paeth_32x1_pred() argument 803 __m256i p0 = paeth_pred(left, top0, topleft); in paeth_32x1_pred() 807 p0 = paeth_pred(left, top1, topleft); in paeth_32x1_pred()
|
/external/libopus/doc/ |
D | customdoxygen.css | 440 -moz-border-radius-topleft: 8px; 685 -moz-border-radius-topleft: 4px;
|
/external/libjpeg-turbo/doc/html/ |
D | doxygen.css | 549 -moz-border-radius-topleft: 4px; 819 -moz-border-radius-topleft: 4px;
|
/external/libnl/doc/ |
D | libnl.css | 540 -moz-border-radius-topleft: 4px; 796 -moz-border-radius-topleft: 4px;
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 5678 void CumulativeSumToAverageRow_SSE2(const int32_t* topleft, in CumulativeSumToAverageRow_SSE2() argument 5799 : "+r"(topleft), // %0 in CumulativeSumToAverageRow_SSE2()
|
D | planar_functions.cc | 2404 const int32_t* topleft, const int32_t* botleft, int width, int area, in ARGBBlur()
|
D | row_win.cc | 5238 void CumulativeSumToAverageRow_SSE2(const int32_t* topleft, 5245 mov eax, topleft // eax topleft
|
/external/swiftshader/third_party/LLVM/docs/ |
D | doxygen.css | 401 -moz-border-radius-topleft: 0.5em;
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 6339 …bool getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, Pix… 8367 bool RequiredCase::getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData … in getRawDataFromPixelData() argument 8372 GLenum internalformat = topleft.data_internalformat; in getRawDataFromPixelData() 8376 const PixelData* pixels[] = { &bottomleft, &bottomright, &topleft, &topright }; in getRawDataFromPixelData() 8378 GLenum type = topleft.data_type; in getRawDataFromPixelData() 8381 DE_ASSERT(topleft.data_internalformat == topright.data_internalformat); in getRawDataFromPixelData() 8382 DE_ASSERT(topleft.data_internalformat == bottomleft.data_internalformat); in getRawDataFromPixelData() 8383 DE_ASSERT(topleft.data_internalformat == bottomright.data_internalformat); in getRawDataFromPixelData() 8384 DE_ASSERT(topleft.data_type == topright.data_type); in getRawDataFromPixelData() 8385 DE_ASSERT(topleft.data_type == bottomleft.data_type); in getRawDataFromPixelData() [all …]
|
/external/freetype/src/base/ |
D | ftobjs.c | 4697 unsigned char* topleft = slot->bitmap.buffer; in FT_Render_Glyph_Internal() local 4701 topleft -= pitch * ( rows - 1 ); in FT_Render_Glyph_Internal() 4713 ( topleft[i * pitch + j / 8] & m ) != 0 )); in FT_Render_Glyph_Internal() 4723 FT_TRACE7(( " %3u", topleft[i * pitch + j] )); in FT_Render_Glyph_Internal()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 4436 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverageRow_SSE2() argument 4554 : "+r"(topleft), // %0 in CumulativeSumToAverageRow_SSE2()
|
D | planar_functions.cc | 1690 void (*CumulativeSumToAverageRow)(const int32* topleft, const int32* botleft, in ARGBBlur()
|
D | row_win.cc | 5193 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverageRow_SSE2() argument 5197 mov eax, topleft // eax topleft in CumulativeSumToAverageRow_SSE2()
|
/external/libyuv/files/source/ |
D | row_gcc.cc | 4717 void CumulativeSumToAverageRow_SSE2(const int32* topleft, in CumulativeSumToAverageRow_SSE2() argument 4838 : "+r"(topleft), // %0 in CumulativeSumToAverageRow_SSE2()
|
D | planar_functions.cc | 2194 void (*CumulativeSumToAverageRow)(const int32* topleft, const int32* botleft, in ARGBBlur()
|
D | row_win.cc | 5228 void CumulativeSumToAverageRow_SSE2(const int32* topleft, 5235 mov eax, topleft // eax topleft
|
/external/okhttp/website/static/ |
D | bootstrap-combined.min.css | 9 …topleft:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:f…
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1736 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, 1741 void CumulativeSumToAverageRow_C(const int32* topleft, const int32* botleft,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2888 void CumulativeSumToAverageRow_SSE2(const int32* topleft, 2899 void CumulativeSumToAverageRow_C(const int32* topleft,
|
/external/tinyxml2/docs/ |
D | doxygen.css | 954 -moz-border-radius-topleft: 4px;
|
/external/epid-sdk/doc/html/ |
D | doxygen.css | 954 -moz-border-radius-topleft: 4px;
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 3151 void CumulativeSumToAverageRow_SSE2(const int32_t* topleft,
|