HomeSort by relevance Sort by last modified time
    Searched refs:fx (Results 76 - 100 of 189) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_offset.c 81 float fx = v1[0] - v2[0]; local
87 float b = ez*fx - ex*fz;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_texgen.c 111 GLfloat u[3], two_nu, fx, fy, fz; local
115 fx = f[i][0] = u[0] - norm[0] * two_nu;
118 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
139 GLfloat u[3], two_nu, fx, fy, fz; local
144 fx = f[i][0] = u[0] - norm[0] * two_nu;
147 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.h 68 float fx = ((float)x + .5f) * this->width() / SKBITMAP_FILTER_TABLE_SIZE;
69 float filter_value = evaluate(fx);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_offset.c 81 float fx = v1[0] - v2[0]; local
87 float b = ez*fx - ex*fz;
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 111 GLfloat u[3], two_nu, fx, fy, fz; local
115 fx = f[i][0] = u[0] - norm[0] * two_nu;
118 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
139 GLfloat u[3], two_nu, fx, fy, fz; local
144 fx = f[i][0] = u[0] - norm[0] * two_nu;
147 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
  /external/skia/src/core/
SkBitmapFilter.h 68 float fx = ((float)x + .5f) * this->width() / SKBITMAP_FILTER_TABLE_SIZE;
69 float filter_value = evaluate(fx);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 308 void extractParams(Element fx, ArrayList<ShaderParam> params) {
309 Node paramNode = fx.getFirstChild();
368 private void convertEffects(Element fx) {
369 String id = fx.getAttribute("id");
372 NodeList nl = fx.getElementsByTagName("newparam");
380 nl = fx.getElementsByTagName("blinn");
388 nl = fx.getElementsByTagName("lambert");
396 nl = fx.getElementsByTagName("phong");
  /hardware/qcom/audio/voice_processing/
voice_processing.c 316 struct effect_s *fx)
318 ALOGW_IF(effect_release(fx) != 0, " session_release_effect() failed for id %d", fx->id);
320 session->created_msk &= ~(1<<fx->id);
681 ALOGW("lib_create: fx not found uuid: %08x", uuid->timeLow);
711 struct effect_s *fx = (struct effect_s *)interface; local
715 if (session == fx->session) {
716 session_release_effect(fx->session, fx);
741 ALOGV("lib_get_descriptor() got fx %s", desc->name)
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.h 34 void setup(SkScalar fx, SkScalar fy, SkScalar dfx, SkScalar dfy);
  /external/kernel-headers/original/asm-x86/
i387_32.h 59 "fnsave %[fx] ;fwait;" GENERIC_NOP8 GENERIC_NOP4,
60 "fxsave %[fx]\n"
63 [fx] "m" (tsk->thread.i387.fxsave),
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.h 34 void setup(SkScalar fx, SkScalar fy, SkScalar dfx, SkScalar dfy);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 170 fx = tempfile.TemporaryFile()
173 f = fx.file
175 f = fx
179 fx.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 170 fx = tempfile.TemporaryFile()
173 f = fx.file
175 f = fx
179 fx.close()
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 134 GLfloat fx = VERT_X(v[1]) - VERT_X(v[2]); local
136 GLfloat cc = ex*fy - ey*fx;
235 GLfloat b = ez*fx - ex*fz;
359 GLfloat fx = VERT_X(v[3]) - VERT_X(v[1]); local
361 GLfloat cc = ex*fy - ey*fx;
467 GLfloat b = ez*fx - ex*fz;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 134 GLfloat fx = VERT_X(v[1]) - VERT_X(v[2]); local
136 GLfloat cc = ex*fy - ey*fx;
235 GLfloat b = ez*fx - ex*fz;
359 GLfloat fx = VERT_X(v[3]) - VERT_X(v[1]); local
361 GLfloat cc = ex*fy - ey*fx;
467 GLfloat b = ez*fx - ex*fz;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_tritmp.h 55 GLfloat fx = v[1]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0]; local
57 GLfloat cc = ex*fy - ey*fx;
146 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea);
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 55 GLfloat fx = v[1]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0]; local
57 GLfloat cc = ex*fy - ey*fx;
146 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea);
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 74 int (* create)(preproc_effect_t *fx);
75 int (* init)(preproc_effect_t *fx);
76 int (* reset)(preproc_effect_t *fx);
77 void (* enable)(preproc_effect_t *fx);
78 void (* disable)(preproc_effect_t *fx);
79 int (* set_parameter)(preproc_effect_t *fx, void *param, void *value);
80 int (* get_parameter)(preproc_effect_t *fx, void *param, size_t *size, void *value);
81 int (* set_device)(preproc_effect_t *fx, uint32_t device);
842 preproc_effect_t *fx)
844 ALOGW_IF(Effect_Release(fx) != 0, " Effect_Release() failed for proc ID %d", fx->procId)
1865 preproc_effect_t *fx = (preproc_effect_t *)interface; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
BaseFiltersManager.java 276 FilterFxRepresentation fx = new FilterFxRepresentation( local
278 fx.setSerializationName(serializationNames[i]);
280 preset.addFilter(fx);
284 addRepresentation(fx);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRadialGradientElement.cpp 39 DEFINE_ANIMATED_LENGTH(SVGRadialGradientElement, SVGNames::fxAttr, Fx, fx)
47 REGISTER_LOCAL_ANIMATED_PROPERTY(fx)
200 // Handle default values for fx/fy
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 197 point->fx,
688 point->fx = (FT_Short)vec->x;
753 in_x = first->fx - prev->fx;
762 out_x = next->fx - point->fx;
956 u = point->fx;
    [all...]
  /external/freetype/src/autofit/
afhints.c 197 point->fx,
688 point->fx = (FT_Short)vec->x;
753 in_x = first->fx - prev->fx;
762 out_x = next->fx - point->fx;
956 u = point->fx;
    [all...]
  /frameworks/base/core/jni/android/graphics/
Movie.cpp 70 jfloat fx, jfloat fy, jobject jpaint) {
77 SkScalar sx = SkFloatToScalar(fx);
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 705 float fx = centerX - eyeX; local
710 float rlf = 1.0f / Matrix.length(fx, fy, fz);
711 fx *= rlf;
717 float sy = fz * upX - fx * upZ;
718 float sz = fx * upY - fy * upX;
728 float uy = sz * fx - sx * fz;
729 float uz = sx * fy - sy * fx;
733 rm[rmOffset + 2] = -fx;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapShader_Delegate.java 196 private int getColor(float fx, float fy) {
197 int x = getCoordinate(Math.round(fx), mImage.getWidth(), mTileModeX);

Completed in 560 milliseconds

1 2 34 5 6 7 8