Searched defs:arrow (Results 1 - 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestcursor.c64 static const char *arrow[] = { variable
124 switch (arrow[4+row][col]) {
137 sscanf(arrow[4+row], "%d,%d", &hot_x, &hot_y);
172 fprintf(stderr, "Couldn't initialize arrow cursor: %s\n",SDL_GetError());
/external/chromium/chrome/browser/chromeos/login/
H A Dviews_login_display.cc38 // info bubble arrow to cursor.
213 BubbleBorder::ArrowLocation arrow; local
215 arrow = BubbleBorder::LEFT_TOP;
217 // Point info bubble arrow to cursor position (approximately).
219 arrow = BubbleBorder::BOTTOM_LEFT;
235 arrow,
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dtranslate_infobar_base_gtk.cc204 GtkWidget* arrow = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE); local
205 gtk_box_pack_start(GTK_BOX(hbox), arrow, FALSE, FALSE, 0); local
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java256 public void setOkArrow(View arrow) { argument
257 mOkArrow = arrow;
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc31 // The height inside the arrow image, in pixels.
43 // Screen position depends on the arrow location.
44 // The arrow should overlap the target by some amount since there is space
45 // for shadow between arrow tip and bitmap bounds.
182 // Calculate horizontal and vertical insets for arrow by ensuring that
183 // the widest arrow and corner images will have enough room to avoid overlap
222 // |arrow_offset| is offset of arrow from the begining of the edge.
354 SkBitmap* arrow,
377 canvas->DrawBitmapInt(*arrow,
382 start_x += (is_horizontal ? before_arrow + arrow
351 DrawEdgeWithArrow(gfx::Canvas* canvas, bool is_horizontal, SkBitmap* edge, SkBitmap* arrow, int start_x, int start_y, int before_arrow, int after_arrow, int offset) const argument
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp583 // Added to make room for our arrow and make the touch target less cramped.
588 // allocate height as arrow size
589 int arrow = std::max(18, style->fontMetrics().height() + 2 * padding); local
590 style->setPaddingRight(Length(arrow, Fixed));
591 style->setMinHeight(Length(arrow, Fixed));
592 style->setHeight(Length(arrow, Fixed));
643 // arrow
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk2.cpp374 // | left border | Button text | xthickness | vseparator | xthickness | arrow | xthickness | right border |
376 // | left border | Button text | arrow | xthickness | right border |
393 widgetContext.gtkPaintArrow(arrowRect, gtkComboBoxArrow(), stateType, shadowType, GTK_ARROW_DOWN, "arrow");
583 // Force an odd arrow size here. GTK+ 3.x forces even in this case, but
584 // Nodoka-based themes look incorrect with an even arrow size.
626 // The arrow size/position calculation here is based on the arbitrary gymnastics that happen
847 GtkWidget* arrow; member in struct:WebCore::__anon14687
854 static_cast<ComboBoxWidgetPieces*>(data)->arrow = widget;
886 pieces.arrow = buttonChild;
888 ASSERT(pieces.arrow);
[all...]
/external/clang/lib/Parse/
H A DParseExpr.cpp1473 case tok::arrow:
1500 OpLoc, OpKind == tok::arrow); member in class:tok
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp816 // Since we actually know the size of the control here, we restrict the font scale to make sure the arrow will fit vertically in the bounds
831 FloatPoint arrow[3]; local
832 arrow[0] = FloatPoint(leftEdge, centerY - arrowHeight / 2.0f);
833 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f);
834 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f);
836 // Draw the arrow
837 paintInfo.context->drawConvexPolygon(3, arrow, true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... SEPARATOR public static final int TOGGLE public static final int ARROW public static final int PUSH public static final int RADIO ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... SEPARATOR public static final int TOGGLE public static final int ARROW public static final int PUSH public static final int RADIO ...

Completed in 349 milliseconds