Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/editor/
H A DCursor.h27 if (size.width() < DEFAULT_CURSOR_WIDTH) { in place()
28 size.fWidth = DEFAULT_CURSOR_WIDTH; in place()
35 if (rect.width() < DEFAULT_CURSOR_WIDTH) { in place()
36 rect.fRight = rect.fLeft + DEFAULT_CURSOR_WIDTH; in place()
H A DDefaults.h19 const SkScalar DEFAULT_CURSOR_WIDTH = 2; member
H A DCursor.cpp28 canvas->drawRect(SkRect::MakeXYWH(fXY.fX, fXY.fY, DEFAULT_CURSOR_WIDTH, fSize.fHeight), fRectPaint); in paint()
H A DEditor.cpp247 position.fBoundaries.fLeft = position.fBoundaries.fRight - DEFAULT_CURSOR_WIDTH; in onMouse()

Completed in 2 milliseconds