Home
last modified time | relevance | path

Searched refs:fXY (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/experimental/sktext/editor/
H A DCursor.h30 fXY = xy; in place()
38 fXY = SkPoint::Make(rect.fLeft, rect.fTop); in place()
46 SkPoint getPosition() const { return fXY; } in getPosition()
48 return fXY + SkPoint::Make(0, fSize.fHeight / 2); in getCenterPosition()
56 SkPoint fXY; member in skia::editor::Cursor
H A DCursor.cpp20 fXY = SkPoint::Make(0, 0); in Cursor()
28 canvas->drawRect(SkRect::MakeXYWH(fXY.fX, fXY.fY, DEFAULT_CURSOR_WIDTH, fSize.fHeight), fRectPaint); in paint()
30 //canvas->drawLine(fXY + xy, fXY + xy + SkPoint::Make(1, fSize.fHeight), fLinePaint); in paint()
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp71 bounds.offset(fXY.fX, fXY.fY); in onGlyphRun()
74 fCanvas->drawTextBlob(blob, fXY.fX, fXY.fY, decoratedBlock.foregroundPaint); in onGlyphRun()
106 fXY = xy; in paint()
H A DPaint.h106 SkPoint fXY;

Completed in 2 milliseconds