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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 105 int ty = mAdaptedAllocation.mType.getY(); local
109 if ((tx==1) && (ty == 1) && (tz == 1)) {
114 if (ty > 1) ty >>= 1;
119 mCurrentDimY = ty;
  /external/webkit/Source/WebCore/rendering/
RenderWidget.cpp 249 void RenderWidget::paint(PaintInfo& paintInfo, int tx, int ty)
251 if (!shouldPaint(paintInfo, tx, ty))
255 ty += y();
258 paintBoxDecorations(paintInfo, tx, ty);
261 paintMask(paintInfo, tx, ty);
270 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true);
274 IntRect borderRect = IntRect(tx, ty, width(), height());
291 IntPoint paintLocation(tx + borderLeft() + paddingLeft(), ty + borderTop() + paddingTop());
295 // When painting widgets into compositing layers, tx and ty are relative to the enclosing compositing layer,
393 bool RenderWidget::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction action
    [all...]
RenderEmbeddedObject.cpp 138 void RenderEmbeddedObject::paint(PaintInfo& paintInfo, int tx, int ty)
141 RenderReplaced::paint(paintInfo, tx, ty);
145 RenderPart::paint(paintInfo, tx, ty);
148 void RenderEmbeddedObject::paintReplaced(PaintInfo& paintInfo, int tx, int ty)
166 if (!getReplacementTextGeometry(tx, ty, contentRect, path, replacementTextRect, font, run, textWidth))
184 bool RenderEmbeddedObject::getReplacementTextGeometry(int tx, int ty, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth)
187 contentRect.move(tx, ty);
RenderTextControlMultiLine.cpp 63 bool RenderTextControlMultiLine::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction)
65 if (!RenderTextControl::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction))
69 hitInnerTextElement(result, x, y, tx, ty);
RenderListBox.cpp 251 IntRect RenderListBox::itemBoundingBoxRect(int tx, int ty, int index)
254 ty + borderTop() + paddingTop() + itemHeight() * (index - m_indexOffset),
258 void RenderListBox::paintObject(PaintInfo& paintInfo, int tx, int ty)
268 paintItemForeground(paintInfo, tx, ty, index);
274 RenderBlock::paintObject(paintInfo, tx, ty);
281 paintScrollbar(paintInfo, tx, ty);
285 paintScrollbar(paintInfo, tx, ty);
291 paintItemBackground(paintInfo, tx, ty, index);
301 void RenderListBox::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty)
304 return RenderBlock::addFocusRingRects(rects, tx, ty);
    [all...]
RenderEmbeddedObject.h 71 bool getReplacementTextGeometry(int tx, int ty, FloatRect& contentRect, Path&, FloatRect& replacementTextRect, Font&, TextRun&, float& textWidth);
RenderListItem.h 60 virtual void paint(PaintInfo&, int tx, int ty);
RenderTableCell.h 97 virtual void paint(PaintInfo&, int tx, int ty);
99 void paintBackgroundsBehindCell(PaintInfo&, int tx, int ty, RenderObject* backgroundObject);
145 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);
146 virtual void paintMask(PaintInfo&, int tx, int ty);
RenderTextControlMultiLine.h 41 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
RenderVideo.h 69 virtual void paintReplaced(PaintInfo&, int tx, int ty);
RootInlineBox.h 86 void paintEllipsisBox(PaintInfo&, int tx, int ty, int lineTop, int lineBottom) const;
95 void paintCustomHighlight(PaintInfo&, int tx, int ty, const AtomicString& highlightType);
98 virtual void paint(PaintInfo&, int tx, int ty, int lineTop, int lineBottom);
99 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, int lineTop, int lineBottom);
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 118 bool isImplicitStrong(QualType ty) {
119 if (isa<AttributedType>(ty.getTypePtr()))
121 return ty.getLocalQualifiers().getObjCLifetime() == Qualifiers::OCL_Strong;
  /bionic/libm/src/
s_fma.c 57 double c, cc, hx, hy, p, q, tx, ty; local
158 ty = ys - hy;
161 q = hx * ty + tx * hy;
163 cc = p - c + q + tx * ty;
s_fmal.c 52 long double c, cc, hx, hy, p, q, tx, ty; local
153 ty = ys - hy;
156 q = hx * ty + tx * hy;
158 cc = p - c + q + tx * ty;
  /external/clang/test/PCH/
cxx-templates.cpp 27 Dep<A>::Ty ty; local
  /external/webkit/Source/WebCore/platform/graphics/cg/
TransformationMatrixCG.cpp 44 setF(t.ty);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGForeignObject.h 53 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
RenderSVGModelObject.h 58 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
  /external/webkit/Source/WebKit/android/plugins/
ANPMatrixInterface.cpp 76 static void anp_preTranslate(ANPMatrix* matrix, float tx, float ty) {
77 matrix->preTranslate(SkFloatToScalar(tx), SkFloatToScalar(ty));
80 static void anp_postTranslate(ANPMatrix* matrix, float tx, float ty) {
81 matrix->postTranslate(SkFloatToScalar(tx), SkFloatToScalar(ty));
  /external/webkit/Source/WebCore/svg/
SVGMatrix.h 43 SVGMatrix translate(double tx, double ty)
46 copy.translate(tx, ty);
SVGTransform.idl 39 [StrictTypeChecking, RequiresAllArguments=Raise] void setTranslate(in float tx, in float ty);
  /frameworks/base/services/surfaceflinger/
Transform.h 68 float ty() const;
72 void set(float tx, float ty);
  /external/openssl/crypto/rc4/
rc4_enc.c 74 register RC4_INT x,y,tx,ty; local
117 ty=d[y], \
119 d[x]=ty, \
120 (RC4_CHUNK)d[(tx+ty)&0xff]\
269 d[x]=ty=d[y]; \
271 (out) = d[(tx+ty)&0xff]^ (in);
  /external/skia/gm/
shadertext.cpp 32 SkShader* MakeBitmapShader(SkShader::TileMode tx, SkShader::TileMode ty,
38 return SkShader::CreateBitmapShader(bmp, tx, ty);
157 for (size_t ty = 0; ty < SK_ARRAY_COUNT(tileModes); ++ty) {
159 tileModes[ty],
  /external/skia/samplecode/
SampleShaderText.cpp 31 SkShader* MakeBitmapShader(SkShader::TileMode tx, SkShader::TileMode ty,
37 return SkShader::CreateBitmapShader(bmp, tx, ty);
154 for (size_t ty = 0; ty < SK_ARRAY_COUNT(tileModes); ++ty) {
156 tileModes[ty],

Completed in 4221 milliseconds

1 23 4 5 6 7 8 91011>>