Searched defs:normal (Results 51 - 64 of 64) sorted by relevance

123

/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3043 char normal[32], swapped[32]; local
3057 /* open both the normal and the LF/NL-swapping converters */
3084 pc=normal;
3085 ucnv_fromUnicode(cnv, &pc, normal+UPRV_LENGTHOF(normal), &pcu, text+UPRV_LENGTHOF(text), NULL, TRUE, &errorCode);
3086 normalLength=(int32_t)(pc-normal);
3105 c=normal[i];
3121 pc=normal;
3123 ucnv_toUnicode(cnv, &pu, uNormal+UPRV_LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3126 pc=normal;
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp84 SkPMColor light(const SkPoint3& normal, const SkPoint3& surfaceTolight, argument
86 SkScalar colorScale = fKD * normal.dot(surfaceTolight);
106 SkPMColor light(const SkPoint3& normal, const SkPoint3& surfaceTolight, argument
111 SkScalar colorScale = fKS * SkScalarPow(normal.dot(halfDir), fShininess);
1841 "normal",
1923 GrShaderVar("normal", kVec3f_GrSLType),
1928 lightBody.appendf("\tfloat colorScale = %s * dot(normal, surfaceToLight);\n", kd);
2022 GrShaderVar("normal", kVec3f_GrSLType),
2028 lightBody.appendf("\thighp float colorScale = %s * pow(dot(normal, halfDir), %s);\n",
/external/skia/src/gpu/
H A DGrTessellator.cpp1493 // Note: this is the normal to the edge, but not necessarily unit length.
1494 void get_edge_normal(const Edge* e, SkVector* normal) { argument
1495 normal->set(SkDoubleToScalar(e->fLine.fA) * e->fWinding,
1511 SkVector normal; local
1512 get_edge_normal(e, &normal);
1514 if (prevNormal.dot(normal) < 0.0 && (dist * dist) <= denom) {
1529 prevNormal = normal;
1608 // (-1 winding number for normal cases, 3 for thin features where the interior inverts).
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
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 ...
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/ ...

Completed in 479 milliseconds

123