HomeSort by relevance Sort by last modified time
    Searched refs:ty (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/webkit/WebCore/mathml/
RenderMathMLBlock.cpp 78 void RenderMathMLBlock::paint(PaintInfo& info, int tx, int ty)
80 RenderBlock::paint(info, tx, ty);
86 ty += y();
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()));
66 ty += m_y + style->font().ascent() - (m_markupBox->y() + m_markupBox->renderer()->style(m_firstLine)->font().ascent());
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...]
RenderFieldset.cpp 120 void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, int tx, int ty)
129 return RenderBlock::paintBoxDecorations(paintInfo, tx, ty);
132 int legendBottom = ty + legend->y() + legend->height();
134 ty += yOff;
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);
153 int clipTop = ty;
158 paintBorder(paintInfo.context, tx, ty, w, h, style(), true, true)
    [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)
68 ty += y();
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);
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);
RenderHTMLCanvas.cpp 59 void RenderHTMLCanvas::paintReplaced(PaintInfo& paintInfo, int tx, int ty)
62 rect.move(tx, ty);
RenderReplaced.h 49 virtual void paint(PaintInfo&, int tx, int ty);
50 bool shouldPaint(PaintInfo&, int& tx, int& ty);
66 virtual void paintReplaced(PaintInfo&, int /*tx*/, int /*ty*/) { }
RenderLineBoxList.cpp 147 void RenderLineBoxList::paint(RenderBoxModelObject* renderer, RenderObject::PaintInfo& paintInfo, int tx, int ty) const
167 yPos += ty;
188 if (ty + curr->bottomVisibleOverflow() > v->printRect().bottom()) {
189 if (ty + curr->topVisibleOverflow() < v->truncatedAt())
190 v->setBestTruncatedAt(ty + curr->root()->topVisibleOverflow(), renderer);
192 if (ty + curr->topVisibleOverflow() >= v->truncatedAt())
201 yPos = ty + top;
204 curr->paint(info, tx, ty);
211 flow->paintOutline(info.context, tx, ty);
218 bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) cons
    [all...]
RenderSVGHiddenContainer.h 51 virtual void absoluteRects(Vector<IntRect>& rects, int tx, int ty);
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 40 $ty="edx";
50 &mov ($ty,&DWP(0,$dat,$yy,4));
52 &mov (&DWP(0,$dat,$xx,4),$ty);
53 &add ($ty,$tx);
55 &and ($ty,0xff);
62 &$func ($out,&DWP(0,$dat,$ty,4));
68 &mov ($ty, &wparam(1)); # load len
75 &cmp ($ty,0); # safety net
82 &lea ($tx,&DWP(0,$inp,$ty));
94 &and ($ty,-4); # how many 4-byte chunks
    [all...]
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 53 int tx, ty; local
58 ty = MIN(b->used-1, ix);
59 tx = ix - ty;
63 tmpy = b->dp + ty;
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
49 ty = MIN(b->used-1, ix);
50 tx = ix - ty;
54 tmpy = b->dp + ty;
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
53 ty = MIN(a->used-1, ix);
54 tx = ix - ty;
58 tmpy = a->dp + ty;
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/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)
73 , m_y(ty)
  /external/skia/src/core/
SkBitmapProcShader.h 26 SkBitmapProcShader(const SkBitmap& src, TileMode tx, TileMode ty);
37 static bool CanDo(const SkBitmap&, TileMode tx, TileMode ty);
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 174 SWIG_TypeCheck(const char *c, swig_type_info *ty) {
176 if (!ty) return 0; /* Void pointer */
177 s = ty->next; /* First element always just a name */
180 if (s == ty->next) return s;
187 s->next = ty->next;
188 if (ty->next) ty->next->prev = s;
189 ty->next = s;
190 s->prev = ty;
194 } while (s && (s != ty->next))
254 swig_type_info *ty = tl; local
    [all...]

Completed in 207 milliseconds

1 2 3 4 5 6 7