HomeSort by relevance Sort by last modified time
    Searched refs:fy (Results 26 - 36 of 36) sorted by null

12

  /external/freetype/src/autofit/
afhints.c 181 point->fy,
535 point->fy = (FT_Short)vec->y;
600 in_y = first->fy - prev->fy;
609 out_y = next->fy - point->fy;
791 u = point->fy;
1136 point->y = FT_MulFix( point->fy, scale ) + delta;
afhints.h 112 FT_Short fx, fy; /* original, unscaled position (font units) */ member in struct:AF_PointRec_
aflatin.c 691 point->v = point->fy;
702 point->u = point->fy;
    [all...]
aflatin2.c 693 point->v = point->fy;
704 point->u = point->fy;
    [all...]
  /external/skia/src/core/
SkDraw.cpp 340 int y = SkScalarFloor(devPts[i].fY);
361 int y = SkScalarFloor(devPts[i].fY);
373 int y = SkScalarFloor(devPts[i].fY);
417 SkFixed y = SkScalarToFixed(devPts[i].fY);
434 SkFixed y = SkScalarToFixed(devPts[i].fY);
613 preMatrix.setTranslate(pts[i].fX, pts[i].fY);
623 r.fTop = pts[i].fY - radius;
772 SkScalar y = SkScalarAbs(vec.fY);
1506 SkFixed fy = SkScalarToFixed(y); local
1679 SkFixed fy = SkScalarToFixed(tms.fLoc.fY); local
1702 SkFixed fx, fy; local
    [all...]
SkScan_Hairline.cpp 24 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, SkBlitter* blitter)
29 blitter->blitH(x, fy >> 16, 1);
30 fy += dy;
61 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
63 SkFDot6 y1 = SkScalarToFDot6(pts[1].fY);
183 SkScalar dy = SkScalarHalf(pts[0].fY + pts[2].fY) - pts[1].fY;
  /external/chromium/third_party/icu/source/common/
locmap.c 282 ILCID_POSIX_ELEMENT_ARRAY(0x0462, fy, fy_NL)
609 ILCID_POSIX_MAP(fy), /* fy Frisian 0x62 */
  /external/icu4c/common/
locmap.c 307 ILCID_POSIX_ELEMENT_ARRAY(0x0462, fy, fy_NL)
664 ILCID_POSIX_MAP(fy), /* fy Frisian 0x62 */
    [all...]
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 295 mBounder.mUnion.fTop = SkScalarFloor(upDown[0].fY);
296 mBounder.mUnion.fBottom = SkScalarFloor(upDown[1].fY);
840 int fx, fy; local
841 const CachedNode* node = findAt(rect, &frame, &fx, &fy, true);
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 985 milliseconds

12