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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Sema/
LocInfoType.h 38 LocInfoType(QualType ty, TypeSourceInfo *TInfo)
39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(),
40 ty->isInstantiationDependentType(),
41 ty->isVariablyModifiedType(),
42 ty->containsUnexpandedParameterPack()),
  /external/webkit/Source/WebCore/rendering/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...]
RenderMathMLRoot.h 39 virtual void paint(PaintInfo&, int tx, int ty);
RenderMathMLSquareRoot.h 38 virtual void paint(PaintInfo&, int tx, int ty);
RenderMathMLFraction.h 42 virtual void paint(PaintInfo&, int tx, int ty);
  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.h 67 bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction) const;
70 bool anyLineIntersectsRect(RenderBoxModelObject*, const IntRect&, int tx, int ty, bool usePrintRect = false, int outlineSize = 0) const;
71 bool lineIntersectsDirtyRect(RenderBoxModelObject*, InlineFlowBox*, const PaintInfo&, int tx, int ty) const;
72 bool rangeIntersectsRect(RenderBoxModelObject*, int logicalTop, int logicalBottom, const IntRect&, int tx, int ty) const;
RenderReplica.h 48 virtual void paint(PaintInfo&, int tx, int ty);
RenderFieldset.h 47 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);
48 virtual void paintMask(PaintInfo&, int tx, int ty);
RenderListBox.h 49 IntRect itemBoundingBoxRect(int tx, int ty, int index);
68 virtual void paintObject(PaintInfo&, int tx, int ty);
69 virtual IntRect controlClipRect(int tx, int ty) const;
71 virtual bool isPointInOverflowControl(HitTestResult&, int x, int y, int tx, int ty);
82 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
99 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
135 void paintScrollbar(PaintInfo&, int tx, int ty);
136 void paintItemForeground(PaintInfo&, int tx, int ty, int listIndex);
137 void paintItemBackground(PaintInfo&, int tx, int ty, int listIndex);
RenderReplica.cpp 63 void RenderReplica::paint(PaintInfo& paintInfo, int tx, int ty)
69 ty += y();
79 paintMask(paintInfo, tx, ty);
EllipsisBox.h 42 virtual void paint(PaintInfo&, int tx, int ty, int lineTop, int lineBottom);
43 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, int lineTop, int lineBottom);
45 IntRect selectionRect(int tx, int ty);
50 void paintSelection(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&);
EllipsisBox.cpp 32 void EllipsisBox::paint(PaintInfo& paintInfo, int tx, int ty, int lineTop, int lineBottom)
47 paintSelection(context, tx, ty, style, style->font());
56 context->drawText(style->font(), TextRun(str.characters(), str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()), IntPoint(m_x + tx, m_y + ty + style->fontMetrics().ascent()));
68 ty += m_y + style->fontMetrics().ascent() - (m_markupBox->y() + m_markupBox->renderer()->style(m_firstLine)->fontMetrics().ascent());
69 m_markupBox->paint(paintInfo, tx, ty, lineTop, lineBottom);
73 IntRect EllipsisBox::selectionRect(int tx, int ty)
78 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight()));
81 void EllipsisBox::paintSelection(GraphicsContext* context, int tx, int ty, RenderStyle* style, const Font& font)
96 context->clip(IntRect(m_x + tx, y + ty, m_logicalWidth, h));
98 IntPoint(m_x + tx, m_y + ty + y), h, c, style->colorSpace())
    [all...]
RenderFieldset.cpp 131 void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, int tx, int ty)
140 return RenderBlock::paintBoxDecorations(paintInfo, tx, ty);
148 ty += yOff;
155 paintBoxShadow(paintInfo.context, tx, ty, w, h, style(), Normal);
157 paintFillLayers(paintInfo, style()->visitedDependentColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), tx, ty, w, h);
158 paintBoxShadow(paintInfo.context, tx, ty, w, h, style(), Inset);
171 int clipTop = ty;
177 graphicsContext->clipOut(IntRect(clipLeft, ty + legend->y(), clipWidth, legend->height()));
180 paintBorder(paintInfo.context, tx, ty, w, h, style(), true, true);
185 void RenderFieldset::paintMask(PaintInfo& paintInfo, int tx, int ty)
    [all...]
RenderReplaced.h 54 virtual void paint(PaintInfo&, int tx, int ty);
55 bool shouldPaint(PaintInfo&, int& tx, int& ty);
68 virtual void paintReplaced(PaintInfo&, int /*tx*/, int /*ty*/) { }
RenderHTMLCanvas.h 46 virtual void paintReplaced(PaintInfo&, 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/Source/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));
75 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type)
77 , m_y(ty)
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGBlock.h 39 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
  /external/llvm/include/llvm/
Constant.h 46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
47 : User(ty, vty, Ops, NumOps) {}
135 static Constant *getNullValue(Type* Ty);
140 static Constant *getAllOnesValue(Type* Ty);
144 static Constant *getIntegerValue(Type* Ty, const APInt &V);
  /external/skia/src/core/
SkBitmapProcShader.h 26 SkBitmapProcShader(const SkBitmap& src, TileMode tx, TileMode ty);
38 static bool CanDo(const SkBitmap&, TileMode tx, TileMode ty);
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.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...]
  /external/skia/gpu/src/
FlingState.cpp 87 float ty = fDirection.fY * dist; local
90 ty = sk_float_round2int(ty);
92 matrix->setTranslate(tx, ty);
93 // printf("---- evaluate (%g %g)\n", tx, ty);

Completed in 934 milliseconds

1 2 3 4 5 6 7 8 91011>>