HomeSort by relevance Sort by last modified time
    Searched refs:arrowSize (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp 188 IntSize arrowSize = rect.size();
189 arrowSize.scale(arrowScaling);
190 IntRect arrowRect(IntPoint(buttonRect.x() + (buttonRect.width() - arrowSize.width()) / 2,
191 buttonRect.y() + (buttonRect.height() - arrowSize.height()) / 2),
192 arrowSize);
ScrollbarThemeGtk3.cpp 146 double arrowSize = std::min(rect.width(), rect.height()) * arrowScaling;
147 FloatPoint arrowPoint(rect.x() + (rect.width() - arrowSize) / 2,
148 rect.y() + (rect.height() - arrowSize) / 2);
166 gtk_render_arrow(m_context, context->platformContext()->cr(), angle, arrowPoint.x(), arrowPoint.y(), arrowSize);
RenderThemeGtk2.cpp 381 int arrowSize = comboBoxArrowSize(style);
384 IntRect arrowRect(0, (rect.height() - arrowSize) / 2, arrowSize, arrowSize);
388 arrowRect.setX(rect.width() - rightBorder - buttonStyle->xthickness - arrowSize);
630 int arrowSize = (expandedRect.width() - 3) / 2;
631 arrowSize -= (arrowSize % 2) - 1; // Force odd.
632 arrowRect.setWidth(arrowSize);
633 arrowRect.setHeight(arrowSize);
    [all...]
RenderThemeGtk3.cpp 486 IntSize arrowSize(minArrowSize, innerRect.height());
489 arrowPosition.move(innerRect.width() - arrowSize.width(), 0);
493 gint extent = std::min(arrowSize.width(), arrowSize.height()) * arrowScaling;
494 arrowPosition.move((arrowSize.width() - extent) / 2, (arrowSize.height() - extent) / 2);
526 separatorPosition.move(arrowSize.width(), 0);
540 separatorPosition.move(arrowSize.width(), 0);
730 gint arrowSize = max(PANGO_PIXELS(fontSize), minSpinButtonArrowSize);
732 return arrowSize - arrowSize % 2; // Force even
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 268 protected Node createAxisMarker(float arrowSize) {
285 Geometry arrowX = new Geometry("arrowX", new Arrow(new Vector3f(arrowSize, 0, 0)));
287 Geometry arrowY = new Geometry("arrowY", new Arrow(new Vector3f(0, arrowSize, 0)));
289 Geometry arrowZ = new Geometry("arrowZ", new Arrow(new Vector3f(0, 0, arrowSize)));
TerrainGridAlphaMapTest.java 329 protected Node createAxisMarker(float arrowSize) {
346 Geometry arrowX = new Geometry("arrowX", new Arrow(new Vector3f(arrowSize, 0, 0)));
348 Geometry arrowY = new Geometry("arrowY", new Arrow(new Vector3f(0, arrowSize, 0)));
350 Geometry arrowZ = new Geometry("arrowZ", new Arrow(new Vector3f(0, 0, arrowSize)));
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 358 float arrowSize = ps.mCoords.toolMajor * 0.7f;
359 if (arrowSize < 20) {
360 arrowSize = 20;
364 * arrowSize);
366 * arrowSize);
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 592 const int arrowSize = bounds.height();
595 context->fillRect(FloatRect(bounds.maxX() - arrowSize + 0.5f, bounds.y() + .5f,
596 arrowSize - 1, bounds.height() - 1));
605 const float aw = arrowSize - 10;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 121 milliseconds