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

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 137 int textY = itemRect.y() + itemFont.fontMetrics().ascent() + (itemRect.height() - itemFont.fontMetrics().height()) / 2;
139 notSelectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY));
140 selectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY));
  /external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.cpp 245 int textY = buttonRenderer->absoluteBoundingBoxRect().y()
252 paintInfo.context->drawBidiText(style()->font(), textRun, IntPoint(textX, textY));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PreviewPlacerView.java 345 final float textY = rectY + vPad + textHeight;
346 canvas.drawText(gestureFloatingPreviewText, textX, textY, paint);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java     [all...]
  /bootable/recovery/
screen_ui.cpp 124 int textY = ((gr_fb_height() - (iconHeight+textHeight+40)) / 2) + iconHeight + 40;
132 gr_texticon(textX, textY, text_surface);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 651 int textY = itemRect.y() + itemFont.fontMetrics().ascent() + (itemRect.height() - itemFont.fontMetrics().height()) / 2;
652 context.drawBidiText(itemFont, textRun, IntPoint(textX, textY));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 315 milliseconds