HomeSort by relevance Sort by last modified time
    Searched refs:fX (Results 276 - 300 of 458) sorted by null

<<111213141516171819

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp 239 rect.fLeft = points[0].fX;
240 rect.fRight = points[0].fX + 1;
245 rect.fLeft = std::min(rect.fLeft, points[i].fX);
246 rect.fRight = std::max(rect.fRight, points[i].fX + 1);
  /external/chromium_org/third_party/skia/src/animator/
SkDraw3D.cpp 18 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix.h 55 SkFractionalInt fx; local
60 fx = SkScalarToFractionalInt(pt.fY);
62 *xy++ = TILEY_PROCF(SkFractionalIntToFixed(fx), maxY);
63 fx = SkScalarToFractionalInt(pt.fX);
75 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
76 decal_nofilter_scale(xy, SkFractionalIntToFixed(fx),
84 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
85 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx
123 SkFractionalInt fx = SkScalarToFractionalInt(srcPt.fX); local
187 SkFractionalInt fx; local
231 SkFixed fx = SkScalarToFixed(srcPt.fX) - (oneX >> 1); local
    [all...]
SkBitmapProcState_shaderproc.h 30 SkFixed fx; local
50 // now initialize fx
51 fx = SkScalarToFixed(pt.fX) - (oneX >> 1);
59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
60 unsigned x0 = TILEX_PROCF(fx, maxX);
61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
71 fx += dx;
SkBitmapShader16BilerpTemplate.h 47 SkFixed fx = *srcXY++ - SK_FixedHalf; local
49 int ix = fx >> 16;
67 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
79 SkFixed fx, fy, dx, dy; local
81 // now init fx, fy, dx, dy
87 fx = SkScalarToFixed(srcPt.fX) - SK_FixedHalf;
100 int ix = fx >> 16;
118 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
125 fx += dx
156 SkFixed fx = *srcXY++ - SK_FixedHalf; local
187 SkFixed fx, fy, dx, dy; local
    [all...]
SkBitmapShaderTemplate.h 68 SkFixed fx, fy, dx, dy; local
83 fx >>= level;
91 fx = *srcXY++;
93 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
102 fx = *srcXY++;
104 unsigned x = NOFILTER_BITMAP_SHADER_TILEPROC(fx, srcMaxX);
114 // now init fx, fy, dx, dy
120 fx = SkScalarToFixed(srcPt.fX);
134 fx >>= level
212 SkFixed fx, fy, dx, dy; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDropShadowImageFilter.cpp 88 loc->fX += bounds.fLeft;
SkLayerRasterizer.cpp 71 m.preTranslate(rec->fOffset.fX, rec->fOffset.fY);
139 drawMatrix.preTranslate(rec->fOffset.fX, rec->fOffset.fY);
SkMorphologyImageFilter.cpp 204 offset->fX += bounds.left();
224 offset->fX += bounds.left();
266 offset->fX += bounds.left();
286 offset->fX += bounds.left();
583 offset->fX += bounds.left();
591 offset->fX += bounds.left();
616 offset->fX += bounds.left();
624 offset->fX += bounds.left();
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp 56 SkDQuad::SetABC(&q[0].fX, &a, &b, &c);
SkOpContour.cpp 320 if (testXY.fY == topLeft.fY && testXY.fX < topLeft.fX) {
326 if (bestXY->fY == testXY.fY && bestXY->fX < testXY.fX) {
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 359 advance.fX = 0;
380 advance.fX = metrics.gmCellIncX;
393 point.fX = xUnitsToPoints(pt.fX);
  /external/skia/bench/
ScalarBench.cpp 146 fPts[i].fX = rand.nextSScalar1();
  /external/skia/gm/
bigblurs.cpp 87 canvas->translate(desiredX-origins[k].fX,
  /external/skia/src/animator/
SkDraw3D.cpp 18 SK_MEMBER_ALIAS(x, fPoint.fX, Float),
  /external/skia/src/core/
SkBitmapProcState_matrix.h 55 SkFractionalInt fx; local
60 fx = SkScalarToFractionalInt(pt.fY);
62 *xy++ = TILEY_PROCF(SkFractionalIntToFixed(fx), maxY);
63 fx = SkScalarToFractionalInt(pt.fX);
75 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
76 decal_nofilter_scale(xy, SkFractionalIntToFixed(fx),
84 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx;
85 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx
123 SkFractionalInt fx = SkScalarToFractionalInt(srcPt.fX); local
187 SkFractionalInt fx; local
231 SkFixed fx = SkScalarToFixed(srcPt.fX) - (oneX >> 1); local
    [all...]
SkBitmapProcState_shaderproc.h 30 SkFixed fx; local
50 // now initialize fx
51 fx = SkScalarToFixed(pt.fX) - (oneX >> 1);
59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
60 unsigned x0 = TILEX_PROCF(fx, maxX);
61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
71 fx += dx;
SkBitmapShader16BilerpTemplate.h 47 SkFixed fx = *srcXY++ - SK_FixedHalf; local
49 int ix = fx >> 16;
67 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
79 SkFixed fx, fy, dx, dy; local
81 // now init fx, fy, dx, dy
87 fx = SkScalarToFixed(srcPt.fX) - SK_FixedHalf;
100 int ix = fx >> 16;
118 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
125 fx += dx
156 SkFixed fx = *srcXY++ - SK_FixedHalf; local
187 SkFixed fx, fy, dx, dy; local
    [all...]
  /external/skia/src/effects/
SkDropShadowImageFilter.cpp 88 loc->fX += bounds.fLeft;
  /external/skia/src/pathops/
SkDQuadImplicit.cpp 56 SkDQuad::SetABC(&q[0].fX, &a, &b, &c);
SkOpContour.cpp 320 if (testXY.fY == topLeft.fY && testXY.fX < topLeft.fX) {
326 if (bestXY->fY == testXY.fY && bestXY->fX < testXY.fX) {
  /external/skia/tests/
DrawTextTest.cpp 98 drawTextCanvas.drawText("A", 1, point.fX, point.fY, paint);
FontHostStreamTest.cpp 92 origCanvas.drawText("A", 1, point.fX, point.fY, paint);
  /external/skia/tools/
path_utils.cpp 71 temp.appendScalar(pts[i].fX);
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp 189 advance.fX = advance.fY = 0;
197 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));

Completed in 900 milliseconds

<<111213141516171819