HomeSort by relevance Sort by last modified time
    Searched refs:normal (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/css/
themeChromiumSkia.css 34 * font weight should always be normal, to distinguish from optgroup labels. */
36 font-weight: normal !important;
quirks.css 35 white-space: normal;
36 line-height: normal;
37 font-weight: normal;
39 font-variant: normal;
40 font-style: normal;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/
mute_button.edc 39 image.normal: "widget/mediacontrol/mutebutton/mutebutton.png";
43 image.normal: "widget/mediacontrol/mutebutton/unmutebutton.png";
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
playpause_button.edc 39 image.normal: "widget/mediacontrol/playpausebutton/playbutton.png";
43 image.normal: "widget/mediacontrol/playpausebutton/pausebutton.png";
  /external/quake/quake/src/QW/client/
mathlib.c 34 void ProjectPointOnPlane( vec3_t dst, const vec3_t p, const vec3_t normal )
40 inv_denom = 1.0F / DotProduct( normal, normal );
42 d = DotProduct( normal, p ) * inv_denom;
44 n[0] = normal[0] * inv_denom;
45 n[1] = normal[1] * inv_denom;
46 n[2] = normal[2] * inv_denom;
209 dist1 = p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[2]*emaxs[2]
    [all...]
gl_test.c 29 vec3_t normal; member in struct:__anon10404
69 vec3_t normal; local
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
94 CrossProduct (incoming, p->normal, p->up);
96 CrossProduct (p->up, p->normal, p->right);
  /external/quake/quake/src/WinQuake/
mathlib.cpp 34 void ProjectPointOnPlane( vec3_t dst, const vec3_t p, const vec3_t normal )
40 inv_denom = 1.0F / DotProduct( normal, normal );
42 d = DotProduct( normal, p ) * inv_denom;
44 n[0] = normal[0] * inv_denom;
45 n[1] = normal[1] * inv_denom;
46 n[2] = normal[2] * inv_denom;
211 dist1 = p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[2]*emaxs[2];
    [all...]
gl_test.cpp 29 vec3_t normal; member in struct:__anon10767
69 vec3_t normal; local
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
94 CrossProduct (incoming, p->normal, p->up);
96 CrossProduct (p->up, p->normal, p->right);
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/
check.edc 77 normal: "widget/check/img_check_off.png";
84 normal: "widget/check/img_check_on.png";
101 normal: "widget/check/img_check_on_hover.png";
108 normal: "widget/check/img_check_off_hover.png";
115 normal: "widget/check/img_check_on_focus.png";
122 normal: "widget/check/img_check_off_focus.png";
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/
radio.edc 76 normal: "widget/radio/img_radio_off.png";
83 normal: "widget/radio/img_radio_on.png";
100 normal: "widget/radio/img_radio_on_hover.png";
107 normal: "widget/radio/img_radio_off_hover.png";
114 normal: "widget/radio/img_radio_on_focus.png";
121 normal: "widget/radio/img_radio_off_focus.png";
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
seekbackward_button.edc 38 image.normal: "widget/mediacontrol/seekbackwardbutton/seekbackwardbutton.png";
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/
seekforward_button.edc 38 image.normal: "widget/mediacontrol/seekforwardbutton/seekforwardbutton.png";
  /external/chromium/build/
sanitize-mac-build-log.sed 31 s|^Distributed-CompileC \(.*\) normal i386 c++ com.apple.compilers.gcc.4_2| CC \1|
32 s|^CompileC \(.*\) normal i386 c++ com.apple.compilers.gcc.4_2| CC \1|
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/
combo.edc 106 normal: "widget/combo/combo_normal.png";
119 normal: "widget/combo/combo_hover.png";
127 normal: "widget/combo/combo_focus.png";
135 normal: "widget/combo/combo_press.png";
167 normal: "widget/combo/combo_normal_button.png";
182 normal: "widget/combo/combo_hover_button.png";
191 normal: "widget/combo/combo_focus_button.png";
200 normal: "widget/combo/combo_press_button.png";
227 normal: "widget/combo/icon.png";
236 normal: "widget/combo/icon.png"
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 35 font-weight: normal;
66 font-weight: normal;
75 font-weight: normal;
  /external/iproute2/netem/
Makefile 1 DISTGEN = maketable normal pareto paretonormal
2 DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
normal.c 2 * Normal distribution table generator
18 normal(double x, double mu, double sigma) function
32 i = rint(TABLESIZE * normal(x, 0.0, 1.0));
37 printf("# This is the distribution table for the normal distribution.\n");
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/
button.edc 69 normal: "widget/button/img_button_normal.png";
77 normal: "widget/button/img_button_press.png";
90 normal: "widget/button/img_button_hover.png";
98 normal: "widget/button/img_button_focus.png";
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
file.edc 66 normal: "widget/file/file_normal.png";
79 normal: "widget/file/file_hover.png";
87 normal: "widget/file/file_focus.png";
95 normal: "widget/file/file_press.png";
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 24 SkVector normal = tangent; local
25 normal.rotateCCW();
26 normal.setLength(scale);
27 *p += normal;
  /external/skia/src/core/
SkStrokerPriv.cpp 23 const SkVector& normal, const SkPoint& stop,
30 const SkVector& normal, const SkPoint& stop,
35 SkScalar nx = normal.fX;
36 SkScalar ny = normal.fY;
49 const SkVector& normal, const SkPoint& stop,
53 normal.rotateCW(&parallel);
57 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY);
58 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 128 var normal = cross(edge1, edge2);
129 if (Math.abs(normal[0]) > Math.abs(normal[1]))
130 if (Math.abs(normal[0]) > Math.abs(normal[2]))
135 if (Math.abs(normal[1]) > Math.abs(normal[2]))
146 this.normal = normalise(normal);
147 this.nu = normal[u] / normal[this.axis]
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 128 var normal = cross(edge1, edge2);
129 if (Math.abs(normal[0]) > Math.abs(normal[1]))
130 if (Math.abs(normal[0]) > Math.abs(normal[2]))
135 if (Math.abs(normal[1]) > Math.abs(normal[2]))
146 this.normal = normalise(normal);
147 this.nu = normal[u] / normal[this.axis]
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/entry/
entry.edc 70 normal: "widget/entry/img_normal.png";
83 normal: "widget/entry/img_focused.png";
95 normal: "widget/entry/img_hovered.png";
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/
search_field.edc 61 normal: "widget/search/field/field_normal.png";
74 normal: "widget/search/field/field_focused.png";
82 normal: "widget/search/field/field_hovered.png";

Completed in 640 milliseconds

1 2 3 4 5 6 7 8 91011