OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textx
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
134
int
textX
= std::max(0, data.m_clientPaddingLeft - data.m_clientInsetLeft);
136
textX
+= itemStyle.textIndent().calcMinValue(itemRect.width());
139
notSelectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(
textX
, textY));
140
selectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(
textX
, textY));
/external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.cpp
231
int
textX
;
233
textX
= contentLeft + buttonAndIconWidth;
235
textX
= contentLeft + contentWidth() - buttonAndIconWidth - style()->font().width(textRun);
245
paintInfo.context->drawBidiText(style()->font(), textRun, IntPoint(
textX
, textY));
/external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp
933
int
textX
= 0;
938
textX
= max(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
939
maxWidth = rowRect.width() -
textX
;
[
all
...]
/external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.cpp
123
"
Textx
",
/packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java
780
int
textX
= x + EVENT_SQUARE_WIDTH + EVENT_RIGHT_PADDING;
782
float avail = rightEdge -
textX
;
785
canvas.drawText(text.toString(),
textX
, textY, isDeclined ? mDeclinedEventPaint
794
canvas.drawText(text.toString(),
textX
, textY, isDeclined ? mEventDeclinedExtrasPaint
[
all
...]
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
648
int
textX
= max(0, client()->clientPaddingLeft() - client()->clientInsetLeft());
650
textX
+= itemStyle.textIndent().calcMinValue(itemRect.width());
652
context.drawBidiText(itemFont, textRun, IntPoint(
textX
, textY));
/external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp
392
TEXT("
Textx
"),
/external/webkit/PerformanceTests/PageLoad/svg/files/
mtsthelens.svg
95
var
textX
;
118
textX
= svgDoc.getElementById("coordx");
120
textX
=
textX
.firstChild;
187
textX
.data = makeLon(m_loc.x);
191
textX
.data = Math.round(m_loc.x);
[
all
...]
/prebuilt/common/jfreechart/
jcommon-1.0.12.jar
Completed in 1791 milliseconds