/external/webkit/WebCore/mathml/ |
RenderMathMLBlock.cpp | 78 void RenderMathMLBlock::paint(PaintInfo& info, int tx, int ty) 80 RenderBlock::paint(info, tx, ty); 85 tx += x(); 94 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx + offsetWidth(), ty)); 95 info.context->drawLine(IntPoint(tx + offsetWidth(), ty), IntPoint(tx + offsetWidth(), ty + offsetHeight())); 96 info.context->drawLine(IntPoint(tx, ty + offsetHeight()), IntPoint(tx + offsetWidth(), ty + offsetHeight())); 97 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx, ty + offsetHeight())) [all...] |
/external/webkit/WebCore/rendering/ |
RenderFieldset.h | 49 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty); 50 virtual void paintMask(PaintInfo&, int tx, int ty); 52 void paintBorderMinusLegend(GraphicsContext*, int tx, int ty, int w, int h, const RenderStyle*, int lx, int lw, int lb);
|
EllipsisBox.h | 42 virtual void paint(RenderObject::PaintInfo&, int tx, int ty); 43 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty); 45 IntRect selectionRect(int tx, int ty); 50 void paintSelection(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&);
|
RenderReplica.h | 48 virtual void paint(PaintInfo&, int tx, int ty);
|
InlineTextBox.h | 77 virtual void paint(RenderObject::PaintInfo&, int tx, int ty); 78 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty); 126 void paintCompositionBackground(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&, int startPos, int endPos); 127 void paintDocumentMarkers(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&, bool background); 128 void paintCompositionUnderline(GraphicsContext*, int tx, int ty, const CompositionUnderline&); 130 void paintCustomHighlight(int tx, int ty, const AtomicString& type); 134 void paintDecoration(GraphicsContext*, int tx, int ty, int decoration, ShadowData*); 135 void paintSelection(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&); 136 void paintSpellingOrGrammarMarker(GraphicsContext*, int tx, int ty, const DocumentMarker&, RenderStyle*, const Font&, bool grammar); 137 void paintTextMatchMarker(GraphicsContext*, int tx, int ty, const DocumentMarker&, RenderStyle*, const Font&) [all...] |
RenderListBox.h | 49 IntRect itemBoundingBoxRect(int tx, int ty, int index); 66 virtual void paintObject(PaintInfo&, int tx, int ty); 67 virtual IntRect controlClipRect(int tx, int ty) const; 69 virtual bool isPointInOverflowControl(HitTestResult&, int x, int y, int tx, int ty); 94 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction); 118 void paintScrollbar(PaintInfo&, int tx, int ty); 119 void paintItemForeground(PaintInfo&, int tx, int ty, int listIndex); 120 void paintItemBackground(PaintInfo&, int tx, int ty, int listIndex);
|
EllipsisBox.cpp | 30 void EllipsisBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty) 45 paintSelection(context, tx, ty, style, style->font()); 54 context->drawText(style->font(), TextRun(str.characters(), str.length(), false, 0, 0, false, style->visuallyOrdered()), IntPoint(m_x + tx, m_y + ty + style->font().ascent())); 65 tx += m_x + m_width - m_markupBox->x(); 67 m_markupBox->paint(paintInfo, tx, ty); 71 IntRect EllipsisBox::selectionRect(int tx, int ty) 76 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight())); 79 void EllipsisBox::paintSelection(GraphicsContext* context, int tx, int ty, RenderStyle* style, const Font& font) 94 context->clip(IntRect(m_x + tx, y + ty, m_width, h)); 96 IntPoint(m_x + tx, m_y + ty + y), h, c, style->colorSpace()) [all...] |
RenderDataGrid.h | 49 virtual void paintObject(PaintInfo&, int tx, int ty); 62 void paintColumnHeaders(PaintInfo&, int tx, int ty); 63 void paintColumnHeader(DataGridColumn*, PaintInfo&, int tx, int ty);
|
RenderReplica.cpp | 62 void RenderReplica::paint(PaintInfo& paintInfo, int tx, int ty) 67 tx += x(); 78 paintMask(paintInfo, tx, ty);
|
RenderSVGText.h | 49 virtual void paint(PaintInfo&, int tx, int ty); 50 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction); 56 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
RenderFieldset.cpp | 120 void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, int tx, int ty) 129 return RenderBlock::paintBoxDecorations(paintInfo, tx, ty); 136 paintBoxShadow(paintInfo.context, tx, ty, w, h, style(), Normal); 138 paintFillLayers(paintInfo, style()->backgroundColor(), style()->backgroundLayers(), tx, ty, w, h); 139 paintBoxShadow(paintInfo.context, tx, ty, w, h, style(), Inset); 146 return paintBorderMinusLegend(paintInfo.context, tx, ty, w, h, style(), legend->x(), legend->width(), legendBottom); 156 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, 158 paintBorder(paintInfo.context, tx, ty, w, h, style(), true, true); 163 void RenderFieldset::paintMask(PaintInfo& paintInfo, int tx, int ty) 172 return RenderBlock::paintMask(paintInfo, tx, ty) [all...] |
RenderHTMLCanvas.h | 46 virtual void paintReplaced(PaintInfo&, int tx, int ty);
|
RenderSVGInline.h | 41 virtual void absoluteRects(Vector<IntRect>& rects, int tx, int ty);
|
SVGInlineFlowBox.h | 43 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atm_eni.h | 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
|
/system/netd/ |
ThrottleController.h | 24 static int getInterfaceTxThrottle(const char *iface, int *tx);
|
/external/webkit/LayoutTests/storage/ |
sql-data-types.js | 33 function testDBValues(tx, result) { 42 tx.executeSql("DROP TABLE DataTypeTestTable", [], 43 function(tx, result) { 46 function(tx, result) { 51 function fetchDBValuesStmt(tx, result) { 52 tx.executeSql("SELECT * FROM DataTypeTestTable", [], 54 function(tx,error) { 59 function insertTestValuesStmt(tx, result) { 60 tx.executeSql("INSERT INTO DataTypeTestTable (id, real, timestamp, text, blob) VALUES (?,?,?,?,?)", 63 function(tx, error) [all...] |
/external/webkit/WebCore/platform/graphics/transforms/ |
TranslateTransformOperation.h | 35 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type) 37 return adoptRef(new TranslateTransformOperation(tx, ty, Length(0, Fixed), type)); 40 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, const Length& tz, OperationType type) 42 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type)); 71 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type) 72 : m_x(tx)
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Audio.java | 40 private TextView tx; field in class:MediaPlayerDemo_Audio 45 tx = new TextView(this); 46 setContentView(tx); 84 tx.setText("Playing audio...");
|
/external/dropbear/libtommath/ |
bn_fast_s_mp_mul_digs.c | 53 int tx, ty; local 59 tx = ix - ty; 62 tmpx = a->dp + tx; 66 while (tx++ < a->used && ty-- >= 0) { ... } 68 iy = MIN(a->used-tx, ty+1);
|
bn_fast_s_mp_mul_high_digs.c | 45 int tx, ty, iy; local 50 tx = ix - ty; 53 tmpx = a->dp + tx; 57 while (tx++ < a->used && ty-- >= 0) { ... } 59 iy = MIN(a->used-tx, ty+1);
|
bn_fast_s_mp_sqr.c | 22 * (ty-tx) so that it never happens. You double all those 45 int tx, ty, iy; local 54 tx = ix - ty; 57 tmpx = a->dp + tx; 61 while (tx++ < a->used && ty-- >= 0) { ... } 63 iy = MIN(a->used-tx, ty+1); 65 /* now for squaring tx can never equal ty 69 iy = MIN(iy, (ty-tx+1)>>1);
|
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 39 $tx="ecx"; 49 &add (&LB($yy),&LB($tx)); 51 &mov (&DWP(0,$dat,$yy,4),$tx); 53 &add ($ty,$tx); 58 &mov ($tx,&DWP(0,$dat,$xx,4)); 60 &mov ($tx,&wparam(3)); # reload [re-biased] out 82 &lea ($tx,&DWP(0,$inp,$ty)); 84 &mov (&wparam(1),$tx); # save input+len 92 &mov ($tx,&DWP(0,$dat,$xx,4)); 106 &mov (&DWP(0,$tx,$inp),$out);# $tx holds re-biased out her [all...] |
/hardware/ti/wlan/wl1271/Test/ |
TWD_Debug.c | 325 /* Tx */ 326 pElem->tx.numOfTxTemplatePrepared = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxTemplatePrepared); 327 pElem->tx.numOfTxDataPrepared = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxDataPrepared); 328 pElem->tx.numOfTxTemplateProgrammed = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxTemplateProgrammed); 329 pElem->tx.numOfTxDataProgrammed = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxDataProgrammed); 330 pElem->tx.numOfTxBurstProgrammed = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxBurstProgrammed) [all...] |
/system/wlan/ti/wilink_6_1/Test/ |
TWD_Debug.c | 325 /* Tx */ 326 pElem->tx.numOfTxTemplatePrepared = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxTemplatePrepared); 327 pElem->tx.numOfTxDataPrepared = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxDataPrepared); 328 pElem->tx.numOfTxTemplateProgrammed = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxTemplateProgrammed); 329 pElem->tx.numOfTxDataProgrammed = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxDataProgrammed); 330 pElem->tx.numOfTxBurstProgrammed = ENDIAN_HANDLE_LONG(pElem->tx.numOfTxBurstProgrammed) [all...] |