OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arrowWidth
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/android/
RenderSkinCombo.cpp
97
const int
arrowWidth
[RenderSkinAndroid::ResolutionCount] = {
131
subset.set(width -
arrowWidth
[res], 0, width, height);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java
508
int
arrowWidth
= size;
548
graphics.drawLine(x2 -
arrowWidth
, y2 - arrowHeight, x2, y2);
549
graphics.drawLine(x2 +
arrowWidth
, y2 - arrowHeight, x2, y2);
551
graphics.drawLine(x2 -
arrowWidth
, y2 + arrowHeight, x2, y2);
552
graphics.drawLine(x2 +
arrowWidth
, y2 + arrowHeight, x2, y2);
557
graphics.drawLine(x2 - arrowHeight, y2 -
arrowWidth
, x2, y2);
558
graphics.drawLine(x2 - arrowHeight, y2 +
arrowWidth
, x2, y2);
560
graphics.drawLine(x2 + arrowHeight, y2 -
arrowWidth
, x2, y2);
561
graphics.drawLine(x2 + arrowHeight, y2 +
arrowWidth
, x2, y2);
571
// Its two arrow lines are at (-
arrowWidth
, -arrowHeight) relativ
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp
820
float
arrowWidth
= baseArrowWidth * fontScale;
821
float leftEdge = bounds.maxX() - arrowPaddingRight -
arrowWidth
;
823
if (bounds.width() <
arrowWidth
+ arrowPaddingLeft)
833
arrow[1] = FloatPoint(leftEdge +
arrowWidth
, centerY - arrowHeight / 2.0f);
834
arrow[2] = FloatPoint(leftEdge +
arrowWidth
/ 2.0f, centerY + arrowHeight / 2.0f);
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 288 milliseconds