Searched defs:dY (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/core/fxge/
H A Dcfx_color.cpp20 CFX_Color ConvertCMYK2GRAY(float dC, float dM, float dY, float dK) { argument
21 if (!InRange(dC) || !InRange(dM) || !InRange(dY) || !InRange(dK))
25 1.0f - std::min(1.0f, 0.3f * dC + 0.59f * dM + 0.11f * dY + dK));
46 CFX_Color ConvertCMYK2RGB(float dC, float dM, float dY, float dK) { argument
47 if (!InRange(dC) || !InRange(dM) || !InRange(dY) || !InRange(dK))
51 1.0f - std::min(1.0f, dY + dK));
/external/skia/src/core/
H A DSkAnalyticEdge.h74 inline void saveXY(SkFixed x, SkFixed y, SkFixed dY) { argument
77 fSavedDY = dY;
H A DSkScan_DAAPath.cpp117 SkFixed dY = edge->fDY; local
122 SkFixed firstH = SkFixedMul_lowprec(first, dY); // vertical edge of the left-most triangle
125 SkFixed alpha1 = firstH + (dY >> 1); // rectangle plus triangle
129 deltas->addDelta(L + i, y, dY * sign); // the increment is always a rect of height = dY
132 SkFixed alphaR2 = alpha1 + dY * (len - 3); // the alpha at R - 2
133 SkFixed lastAlpha = rowHeight - partialTriangleToAlpha(last, dY); // the alpha at R - 1
/external/skqp/src/core/
H A DSkAnalyticEdge.h74 inline void saveXY(SkFixed x, SkFixed y, SkFixed dY) { argument
77 fSavedDY = dY;
H A DSkScan_DAAPath.cpp117 SkFixed dY = edge->fDY; local
122 SkFixed firstH = SkFixedMul_lowprec(first, dY); // vertical edge of the left-most triangle
125 SkFixed alpha1 = firstH + (dY >> 1); // rectangle plus triangle
129 deltas->addDelta(L + i, y, dY * sign); // the increment is always a rect of height = dY
132 SkFixed alphaR2 = alpha1 + dY * (len - 3); // the alpha at R - 2
133 SkFixed lastAlpha = rowHeight - partialTriangleToAlpha(last, dY); // the alpha at R - 1
/external/opencv/cv/src/
H A Dcvmotempl.cpp236 float dY = dY_max_row.data.fl[x]; local
239 if( fabs(dX) < gradient_epsilon && fabs(dY) < gradient_epsilon )
/external/skia/samplecode/
H A DSampleSVGPong.cpp62 const SkScalar dY = t * spd.fY; local
64 return std::make_tuple(t, box_reflect(pos.fY + dY, box.fTop, box.fBottom));
/external/skqp/samplecode/
H A DSampleSVGPong.cpp62 const SkScalar dY = t * spd.fY; local
64 return std::make_tuple(t, box_reflect(pos.fY + dY, box.fTop, box.fBottom));
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTDecompress.cpp157 Pixel128S dY = {hR.red - hP.red, hR.green - hP.green, hR.blue - hP.blue, hR.alpha - hP.alpha}; local
166 Result.red += dY.red;
167 Result.green += dY.green;
168 Result.blue += dY.blue;
169 Result.alpha += dY.alpha;
189 Pixel128S dY = {hR.red - hP.red, hR.green - hP.green, hR.blue - hP.blue, hR.alpha - hP.alpha}; local
198 Result.red += dY.red;
199 Result.green += dY.green;
200 Result.blue += dY.blue;
201 Result.alpha += dY
[all...]
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp1179 float dY = fabs(last.m_Origin.y - first.m_Origin.y); local
1180 if (dX <= 0.0001f && dY <= 0.0001f)
1183 CFX_VectorF v(dX, dY);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 290 milliseconds