HomeSort by relevance Sort by last modified time
    Searched refs:fY (Results 351 - 375 of 454) sorted by null

<<111213141516171819

  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 643 verts[i].fWidthHeight.fY = newHeight;
704 verts[0].fOffset = SkPoint::Make(-widthHeight.fX, -widthHeight.fY);
708 verts[1].fOffset = SkPoint::Make(-widthHeight.fX, widthHeight.fY);
716 verts[3].fOffset = SkPoint::Make(widthHeight.fX, -widthHeight.fY);
742 const SkScalar dy = devStrokeSize.fY;
    [all...]
SkGpuDevice.cpp     [all...]
GrBitmapTextContext.cpp 258 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
GrDistanceFieldTextContext.cpp 263 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
  /external/skia/src/core/
SkScan_Antihair.cpp 100 virtual SkFixed drawCap(int x, SkFixed fy, SkFixed slope, int mod64) = 0;
101 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0;
109 virtual SkFixed drawCap(int x, SkFixed fy, SkFixed slope, int mod64) SK_OVERRIDE {
110 fy += SK_Fixed1/2;
112 int y = fy >> 16;
113 uint8_t a = (uint8_t)(fy >> 8);
127 return fy - SK_Fixed1/2;
130 virtual SkFixed drawLine(int x, int stopx, SkFixed fy,
134 fy += SK_Fixed1/2;
136 int y = fy >> 16
    [all...]
SkPathRef.cpp 464 fBounds.fTop - fPoints[i].fY < SK_ScalarNearlyZero &&
465 fPoints[i].fY - fBounds.fBottom < SK_ScalarNearlyZero));
  /external/skia/src/gpu/
GrAARectRenderer.cpp 643 verts[i].fWidthHeight.fY = newHeight;
704 verts[0].fOffset = SkPoint::Make(-widthHeight.fX, -widthHeight.fY);
708 verts[1].fOffset = SkPoint::Make(-widthHeight.fX, widthHeight.fY);
716 verts[3].fOffset = SkPoint::Make(widthHeight.fX, -widthHeight.fY);
742 const SkScalar dy = devStrokeSize.fY;
    [all...]
SkGpuDevice.cpp     [all...]
  /frameworks/base/libs/hwui/
SkiaShader.cpp 180 matrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
181 matrix->postTranslate(-pts[0].fX, -pts[0].fY);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 41 matrix->setSinCos(vec.fY, vec.fX);
43 matrix->postTranslate(pts[0].fX, pts[0].fY);
302 SkScalar dy = info.fPoint[0].fY - info.fPoint[1].fY;
353 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY;
    [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 41 matrix->setSinCos(vec.fY, vec.fX);
43 matrix->postTranslate(pts[0].fX, pts[0].fY);
302 SkScalar dy = info.fPoint[0].fY - info.fPoint[1].fY;
353 SkScalar dy = info.fPoint[1].fY - info.fPoint[0].fY;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 464 fBounds.fTop - fPoints[i].fY < SK_ScalarNearlyZero &&
465 fPoints[i].fY - fBounds.fBottom < SK_ScalarNearlyZero));
ARGB32_Clamp_Bilinear_BitmapShader.h 19 SkPMColor sample_bilerp(SkFixed fx, SkFixed fy, unsigned srcMaxX, unsigned srcMaxY,
21 SkPMColor sample_bilerp(SkFixed fx, SkFixed fy, unsigned srcMaxX, unsigned srcMaxY,
25 int iy = fy >> 16;
43 SkFilterPtrProc proc = SkGetBilinearFilterPtrProc(proc_table, fx, fy);
93 SkFixed fy = *srcXY++ - SK_FixedHalf; local
94 *dstC++ = sample_bilerp(fx, fy, srcMaxX, srcMaxY, srcPixels, srcRB, proc_table);
106 SkFixed fy = *srcXY++ - SK_FixedHalf; local
107 SkPMColor c = sample_bilerp(fx, fy, srcMaxX, srcMaxY, srcPixels, srcRB, proc_table);
115 SkFixed fx, fy, dx, dy; local
117 // now init fx, fy, dx, d
    [all...]
SkImageFilter.cpp 165 offset->fY += bounds.top();
SkOrderedReadBuffer.cpp 117 point->fY = fReader.readScalar();
SkOrderedWriteBuffer.cpp 105 fWriter.writeScalar(point.fY);
SkValidatingReadBuffer.cpp 124 point->fY = this->readScalar();
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 32 * #define TILEY_PROCF(fy, max) SkClampMax((fy) >> 16, max)
34 * #define TILEY_LOW_BITS(fy, max) (((fy) >> 12) & 0xF)
72 fx = SkScalarToFixed(pt.fY);
177 SkFixed fy = SkScalarToFixed(srcPt.fY); local
206 /* same for fy */
208 ybase = vdupq_n_s32(fy);
209 ybase = vsetq_lane_s32(fy+dy, ybase, 1)
497 const SkFixed fy = SkScalarToFixed(pt.fY) - (s.fFilterOneY >> 1); local
606 SkFixed fy = SkScalarToFixed(srcPt.fY) - (oneY >> 1); local
    [all...]
SkBitmapProcState_opts_SSE2.cpp 261 const SkFixed fy = SkScalarToFixed(pt.fY) - (s.fFilterOneY >> 1); local
264 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, s.fFilterOneY);
382 fx = SkScalarToFixed(pt.fY);
501 SkFixed fy = SkScalarToFixed(srcPt.fY) - (oneY >> 1); local
511 __m128i wide_f = _mm_set_epi32(fx + dx, fy + dy, fx, fy);
545 fy += dy2;
552 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, oneY)
575 SkFixed fy = SkScalarToFixed(srcPt.fY); local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkHarfBuzzFont.cpp 104 *yPos = SkScalarToHarfbuzzFixed(pt.fY);
  /external/skia/gm/
dropshadowimagefilter.cpp 90 SkScalarRoundToInt(loc.fX), SkScalarRoundToInt(loc.fY),
hairlines.cpp 62 unevenTighterQuad->quadTo(SkIntToScalar(100), SkIntToScalar(100), p.fX, p.fY);
imagefiltersbase.cpp 148 SkScalarRoundToInt(loc.fX), SkScalarRoundToInt(loc.fY),
imagefilterscropped.cpp 96 SkScalarRoundToInt(loc.fX), SkScalarRoundToInt(loc.fY),
imagefiltersgraph.cpp 53 offset->fY += bounds.top();

Completed in 966 milliseconds

<<111213141516171819