HomeSort by relevance Sort by last modified time
    Searched refs:fx (Results 101 - 125 of 227) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/svg/
RadialGradientAttributes.h 49 SVGLength* fx() const { return m_fx.get(); } function in struct:WebCore::RadialGradientAttributes
SVGRadialGradientElement.cpp 154 if (!attributes.hasFx() && radial->fx()->isSpecified())
155 attributes.setFx(radial->fx()->currentValue());
196 // Handle default values for fx/fy
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewLayoutAlgorithm.java 225 float[] fx = new float[PrecisionSteps + 1]; local
229 fx[xStep] = logFunc(x);
237 dx[xStep] = (float) Math.sqrt(Math.pow(fx[xStep] - fx[xStep - 1], 2) + Math.pow(step, 2));
  /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/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 35 FX_FLOAT fx = 0.0f; local
37 GetImageOffset(fx,fy);
45 sAppStream << fHScale << " 0 0 " << fVScale << " " << rcPlate.left + fx << " " << rcPlate.bottom + fy << " cm\n";
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 18 TwoPtRadialContext(const TwoPtRadial& rec, SkScalar fx, SkScalar fy,
83 fCenterX = SkScalarToFloat(center0.fX);
85 fDCenterX = SkScalarToFloat(center1.fX) - fCenterX;
97 TwoPtRadialContext::TwoPtRadialContext(const TwoPtRadial& rec, SkScalar fx, SkScalar fy,
100 , fRelX(SkScalarToFloat(fx) - rec.fCenterX)
268 SkScalar dx, fx = srcPt.fX; local
282 TwoPtRadialContext rec(twoPointConicalGradient.fRec, fx, fy, dx, dy);
290 TwoPtRadialContext rec(twoPointConicalGradient.fRec, srcPt.fX, srcPt.fY, 0, 0);
316 SkScalarMul(invDiffLen, diff.fX));
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 18 TwoPtRadialContext(const TwoPtRadial& rec, SkScalar fx, SkScalar fy,
83 fCenterX = SkScalarToFloat(center0.fX);
85 fDCenterX = SkScalarToFloat(center1.fX) - fCenterX;
97 TwoPtRadialContext::TwoPtRadialContext(const TwoPtRadial& rec, SkScalar fx, SkScalar fy,
100 , fRelX(SkScalarToFloat(fx) - rec.fCenterX)
268 SkScalar dx, fx = srcPt.fX; local
282 TwoPtRadialContext rec(twoPointConicalGradient.fRec, fx, fy, dx, dy);
290 TwoPtRadialContext rec(twoPointConicalGradient.fRec, srcPt.fX, srcPt.fY, 0, 0);
316 SkScalarMul(invDiffLen, diff.fX));
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyEffects.cpp 112 sp<AudioEffect> fx = new AudioEffect(NULL, &effect->mUuid, -1, 0, 0, local
114 status_t status = fx->initCheck();
116 ALOGW("addInputEffects(): failed to create Fx %s on source %d",
118 // fx goes out of scope and strong ref on AudioEffect is released
122 fx->setParameter(effect->mParams[j]);
124 ALOGV("addInputEffects(): added Fx %s on source: %d",
126 inputDesc->mEffects.add(fx);
252 sp<AudioEffect> fx = new AudioEffect(NULL, &effect->mUuid, 0, 0, 0, local
254 status_t status = fx->initCheck();
256 ALOGE("addOutputSessionEffects(): failed to create Fx %s on session %d"
    [all...]
  /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);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 27 void IOnSetScrollPosX(FX_FLOAT fx){}
  /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, uint32_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/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/chromium_org/third_party/skia/samplecode/
SamplePath.cpp 44 SkDebugf("--- %d [%g %g]\n", i, dst[i].fX, dst[i].fY);
62 int fx = (int)(x * 65536); local
64 SkDebugf("%g %x %x %x\n", x, ix, fx, ffx);
  /external/skia/samplecode/
SamplePath.cpp 44 SkDebugf("--- %d [%g %g]\n", i, dst[i].fX, dst[i].fY);
62 int fx = (int)(x * 65536); local
64 SkDebugf("%g %x %x %x\n", x, ix, fx, ffx);
  /frameworks/base/core/jni/android/graphics/
Movie.cpp 71 jfloat fx, jfloat fy, jobject jpaint) {
81 c->drawBitmap(b, fx, fy, p);
  /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 189 private int getColor(float fx, float fy) {
190 int x = getCoordinate(Math.round(fx), mImage.getWidth(), mTileModeX);
  /external/opencv/cv/src/
cvderiv.cpp 644 int fx = kx[k], fy = ky[k]; local
645 s0 += fx*(src1[0] + src2[0]) + fy*(src1[width] + src2[width]);
646 s1 += fx*(src1[1] + src2[1]) + fy*(src1[width+1] + src2[width+1]);
660 int fx = kx[k], fy = ky[k]; local
661 s0 += fx*(src1[0] + src2[0]) + fy*(src1[width] + src2[width]);
662 s1 += fx*(src1[1] + src2[1]) + fy*(src1[width+1] + src2[width+1]);
773 float fx = kx[k], fy = ky[k]; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 26 static void vertline(int y, int stopy, SkFixed fx, SkFixed dx,
31 blitter->blitH(fx >> 16, y, 1);
32 fx += dx;
70 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
72 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
197 SkScalar dx = SkScalarHalf(pts[0].fX + pts[2].fX) - pts[1].fX;
340 SkASSERT(strokeSize.fX >= 0 && strokeSize.fY >= 0);
342 if (strokeSize.fX < 0 || strokeSize.fY < 0)
    [all...]
  /external/skia/src/core/
SkScan_Hairline.cpp 26 static void vertline(int y, int stopy, SkFixed fx, SkFixed dx,
31 blitter->blitH(fx >> 16, y, 1);
32 fx += dx;
70 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
72 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
197 SkScalar dx = SkScalarHalf(pts[0].fX + pts[2].fX) - pts[1].fX;
340 SkASSERT(strokeSize.fX >= 0 && strokeSize.fY >= 0);
342 if (strokeSize.fX < 0 || strokeSize.fY < 0)
    [all...]

Completed in 4472 milliseconds

1 2 3 45 6 7 8 910