Home
last modified time | relevance | path

Searched refs:CONTROL_HEIGHT (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/android/nav/
DSelectText.cpp1181 #define CONTROL_HEIGHT 35 macro
1204 startFillPath.lineTo(-CONTROL_WIDTH + STROKE_OUTSET, CONTROL_HEIGHT - STROKE_OUTSET); in SelectText()
1205 startFillPath.lineTo(-STROKE_OUTSET, CONTROL_HEIGHT - STROKE_OUTSET); in SelectText()
1210 startStrokePath.lineTo(-CONTROL_WIDTH, CONTROL_HEIGHT); in SelectText()
1211 startStrokePath.lineTo(0, CONTROL_HEIGHT); in SelectText()
1214 SkPoint gradientLine[] = {{0, 0}, {0, CONTROL_HEIGHT}}; in SelectText()
1218 SkPoint dropLine[] = {{0, CONTROL_HEIGHT}, {0, CONTROL_HEIGHT + DROP_HEIGHT}}; in SelectText()
1222 SkRect startDropRect = {-CONTROL_WIDTH - STROKE_OUTSET, CONTROL_HEIGHT, in SelectText()
1223 STROKE_OUTSET, CONTROL_HEIGHT + DROP_HEIGHT}; in SelectText()
1225 SkCanvas* canvas = m_startControl.beginRecording(CONTROL_WIDTH, CONTROL_HEIGHT + DROP_HEIGHT); in SelectText()
[all …]