Searched refs:fX (Results 101 - 125 of 181) sorted by relevance

12345678

/external/skia/src/effects/
H A DSkGradientShader.cpp47 retval.fX = buffer.readScalar();
826 matrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
827 matrix->postTranslate(-pts[0].fX, -pts[0].fY);
858 buffer.writeScalar(fStart.fX);
860 buffer.writeScalar(fEnd.fX);
1037 SkFixed dx, fx = SkScalarToFixed(srcPt.fX);
1074 unsigned fi = proc(SkScalarToFixed(srcPt.fX));
1232 SkFixed dx, fx = SkScalarToFixed(srcPt.fX);
1259 unsigned fi = proc(SkScalarToFixed(srcPt.fX));
[all...]
H A DSkTestImageFilters.cpp19 loc->fX += SkScalarRoundToInt(vec.fX);
31 dst->offset(SkScalarRoundToInt(vec.fX), SkScalarRoundToInt(vec.fY));
42 fOffset.fX = buffer.readScalar();
/external/webkit/Source/WebKit/android/plugins/
H A DANPMatrixInterface.cpp133 fromFloat(&tmp[0].fX, src, n*2);
135 toFloat(dst, &tmp[0].fX, n*2);
/external/icu4c/layout/
H A DAnchorTables.cpp92 pixels.fX += adjx;
/external/icu4c/samples/layout/
H A DScriptCompositeFontInstance.cpp42 advance.fX = 0;
H A DGDIFontInstance.cpp359 advance.fX = 0;
380 advance.fX = metrics.gmCellIncX;
393 point.fX = xUnitsToPoints(pt.fX);
/external/skia/samplecode/
H A DSampleImageDir.cpp298 fSaturation = SkScalarDiv(click->fCurr.fX - center, center/2);
302 fDX += click->fCurr.fX - click->fPrev.fX;
305 fScale = SkScalarDiv(click->fCurr.fX, this->width());
H A DSampleNinePatch.cpp101 SkScalar fX, fY; member in class:NinePatchView
H A DSampleAAClip2.cpp178 fRect.offset(click->fICurr.fX - click->fIPrev.fX,
H A DSampleLineClipper.cpp58 SkASSERT(pts[i].fX >= clip.fLeft);
59 SkASSERT(pts[i].fX <= clip.fRight);
/external/skia/src/core/
H A DSkBitmapProcState_matrix.h47 fx = SkScalarToFixed(pt.fX);
108 SkFixed fx = SkScalarToFixed(srcPt.fX);
182 fx = SkScalarToFixed(pt.fX) - (one >> 1);
216 SkFixed fx = SkScalarToFixed(srcPt.fX) - (oneX >> 1);
H A DSkBitmapProcState_shaderproc.h46 fx = SkScalarToFixed(pt.fX) - (oneX >> 1);
H A DSkBitmapShader16BilerpTemplate.h87 fx = SkScalarToFixed(srcPt.fX) - SK_FixedHalf;
195 fx = SkScalarToFixed(srcPt.fX) - SK_FixedHalf;
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DDumpLayer.cpp27 WRITE_VAL("{ x = %.3f; y = %.3f; }", point.fX, point.fY);
H A DLayer.cpp126 matrix->setTranslate(m_position.fX - m_scrollOffset.x(),
129 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width());
177 m_position.fX, m_position.fY, str1.c_str(), str2.c_str());
H A DScrollableLayerAndroid.cpp85 return scrollTo(x - getPosition().fX, y - getPosition().fY);
/external/skia/src/animator/
H A DSkMatrixParts.cpp48 center.fX = center.fY = 0;
70 center.fX = center.fY = 0;
92 center.fX = center.fY = 0;
H A DSkDraw3D.cpp18 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
/external/skia/src/utils/
H A DSkLayer.cpp142 matrix->setTranslate(m_position.fX, m_position.fY);
144 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width());
185 m_position.fX, m_position.fY, str1.c_str(), str2.c_str());
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaUtils.cpp220 SkScalar fX = SkFloatToScalar(point.x()); local
222 if (fX < bounds.fLeft || fX > bounds.fRight || fY < bounds.fTop || fY > bounds.fBottom)
/external/skia/src/views/
H A DSkWidgets.cpp353 this->setWidth(width + fMargin.fX * 2);
357 SkScalar width = this->width() - fMargin.fX * 2;
392 if (fMargin.fX != dx || fMargin.fY != dy)
461 box.setBox(fMargin.fX, fMargin.fY, this->width() - fMargin.fX, this->height() - fMargin.fY);
H A DSkWidget.cpp161 x = fMargin.fX;
168 x = this->width() - fMargin.fX;
321 SkScalar percent = SkScalarDiv(click->fCurr.fX + SK_Scalar1, this->width() - SK_Scalar1*2);
/external/skia/tests/
H A DDrawTextTest.cpp100 drawTextCanvas.drawText("A", 1, point.fX, point.fY, paint);
/external/skia/gm/
H A Daarectmodes.cpp40 path.moveTo(ptPtr->fX, ptPtr->fY);
44 path.lineTo(ptPtr->fX, ptPtr->fY);
/external/skia/src/ports/
H A DSkFontHost_mac_atsui.cpp386 mx->fTop = pts[0].fX;
387 mx->fAscent = pts[1].fX;
388 mx->fDescent = pts[2].fX;
389 mx->fBottom = pts[3].fX;
390 mx->fLeading = pts[4].fX;

Completed in 392 milliseconds

12345678