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

/external/pdfium/fpdfsdk/pdfwindow/
H A Dcpwl_color.cpp19 FX_FLOAT dY,
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 CPWL_Color ConvertCMYK2RGB(FX_FLOAT dC, FX_FLOAT dM, FX_FLOAT dY, FX_FLOAT dK) { argument
47 if (!InRange(dC) || !InRange(dM) || !InRange(dY) || !InRange(dK))
51 1.0f - std::min(1.0f, dY + dK));
17 ConvertCMYK2GRAY(FX_FLOAT dC, FX_FLOAT dM, FX_FLOAT dY, FX_FLOAT dK) argument
/external/skia/src/core/
H A DSkAnalyticEdge.h74 inline void saveXY(SkFixed x, SkFixed y, SkFixed dY) { argument
77 fSavedDY = dY;
/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.cpp59 const SkScalar dY = t * spd.fY; local
61 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.cpp1211 FX_FLOAT dY = FXSYS_fabs(last.m_Origin.y - first.m_Origin.y); local
1212 if (dX <= 0.0001f && dY <= 0.0001f)
1215 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 1607 milliseconds