Searched refs:dshift (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/core/
H A DSkAnalyticEdge.cpp177 const int dshift = fCubicDShift;
183 newx = oldx + (fCEdge.fCDx >> dshift);
187 newy = oldy + (fCEdge.fCDy >> dshift);
H A DSkEdge.cpp464 const int dshift = fCubicDShift; local
471 newx = oldx + (fCDx >> dshift);
475 newy = oldy + (fCDy >> dshift);
/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c2728 int sshift, dshift; local
2739 dshift = (int)((final_width + 7) & 0x07);
2748 dshift = 7 - (int)((final_width + 7) & 0x07);
2759 *dp &= (png_byte)((0x7f7f >> (7 - dshift)) & 0xff);
2760 *dp |= (png_byte)(v << dshift);
2761 if (dshift == s_end)
2763 dshift = s_start;
2767 dshift += s_inc;
2783 int sshift, dshift; local
2792 dshift
2839 int sshift, dshift; local
[all...]
/external/libpng/
H A Dpngrutil.c3563 int sshift, dshift; local
3574 dshift = (int)((final_width + 7) & 0x07);
3584 dshift = 7 - (int)((final_width + 7) & 0x07);
3595 unsigned int tmp = *dp & (0x7f7f >> (7 - dshift));
3596 tmp |= v << dshift;
3599 if (dshift == s_end)
3601 dshift = s_start;
3606 dshift += s_inc;
3625 int sshift, dshift; local
3634 dshift
3688 int sshift, dshift; local
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngrutil.c3561 int sshift, dshift; local
3572 dshift = (int)((final_width + 7) & 0x07);
3582 dshift = 7 - (int)((final_width + 7) & 0x07);
3593 unsigned int tmp = *dp & (0x7f7f >> (7 - dshift));
3594 tmp |= v << dshift;
3597 if (dshift == s_end)
3599 dshift = s_start;
3604 dshift += s_inc;
3623 int sshift, dshift; local
3632 dshift
3686 int sshift, dshift; local
[all...]
/external/skia/third_party/libpng/
H A Dpngrutil.c3561 int sshift, dshift; local
3572 dshift = (int)((final_width + 7) & 0x07);
3582 dshift = 7 - (int)((final_width + 7) & 0x07);
3593 unsigned int tmp = *dp & (0x7f7f >> (7 - dshift));
3594 tmp |= v << dshift;
3597 if (dshift == s_end)
3599 dshift = s_start;
3604 dshift += s_inc;
3623 int sshift, dshift; local
3632 dshift
3686 int sshift, dshift; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DVTimeZone.java1712 int dshift = 0;
1714 dshift = -1;
1717 dshift = 1;
1726 if (dshift != 0) {
1740 dom += dshift;
1752 dow += dshift;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java1743 int dshift = 0;
1745 dshift = -1;
1748 dshift = 1;
1757 if (dshift != 0) {
1771 dom += dshift;
1783 dow += dshift;
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp819 int32_t dshift = 0; local
821 dshift = -1;
824 dshift = 1;
833 if (dshift != 0) {
846 dom += dshift;
858 dow += dshift;
/external/python/cpython2/Python/
H A Ddtoa.c1220 dshift(Bigint *b, int p2) function
1452 i = dshift(d, d2);
2747 i = dshift(S, s2);

Completed in 379 milliseconds