HomeSort by relevance Sort by last modified time
    Searched refs:ty (Results 101 - 125 of 344) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp     [all...]
RenderFrameSet.h 100 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
101 virtual void paint(PaintInfo&, int tx, int ty);
RenderImage.cpp 241 void RenderImage::paintReplaced(PaintInfo& paintInfo, int tx, int ty)
264 context->drawRect(IntRect(tx + leftBorder + leftPad, ty + topBorder + topPad, cWidth, cHeight));
289 context->drawImage(image.get(), style()->colorSpace(), IntPoint(tx + imageX, ty + imageY));
297 int ay = ty + topBorder + topPad;
320 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true);
324 IntRect rect(IntPoint(tx + leftBorder + leftPad, ty + topBorder + topPad), contentSize);
329 void RenderImage::paint(PaintInfo& paintInfo, int tx, int ty)
331 RenderReplaced::paint(paintInfo, tx, ty);
411 bool RenderImage::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction)
414 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, x, y, tx, ty, hitTestAction)
    [all...]
InlineBox.cpp 162 void InlineBox::paint(PaintInfo& paintInfo, int tx, int ty, int /* lineTop */, int /*lineBottom*/)
167 IntPoint childPoint = IntPoint(tx, ty);
190 bool InlineBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, int /* lineTop */, int /*lineBottom*/)
195 return renderer()->hitTest(request, result, IntPoint(x, y), tx, ty);
RenderFileUploadControl.h 55 virtual void paintObject(PaintInfo&, int tx, int ty);
RenderListMarker.h 53 virtual void paint(PaintInfo&, int tx, int ty);
RenderWidget.h 70 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
RenderTextControl.cpp 478 void RenderTextControl::hitInnerTextElement(HitTestResult& result, int xPos, int yPos, int tx, int ty)
483 yPos - ty - y() - m_innerText->renderBox()->y()));
611 void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty)
614 rects.append(IntRect(tx, ty, width(), height()));
630 void RenderTextControl::paintPlaceholder(PaintInfo& paintInfo, int tx, int ty)
635 IntRect clipRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop());
655 textPoint.setY(ty + textBlockInsetTop() + placeholderStyle->fontMetrics().ascent());
666 void RenderTextControl::paintObject(PaintInfo& paintInfo, int tx, int ty)
669 paintPlaceholder(paintInfo, tx, ty);
671 RenderBlock::paintObject(paintInfo, tx, ty);
    [all...]
  /frameworks/native/services/surfaceflinger/
Transform.h 68 float ty() const;
72 void set(float tx, float ty);
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 51 (** The kind of an [lltype], the result of [classify_type ty]. See the
373 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
377 (** [type_is_sized ty] returns whether the type has a size or not.
382 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
386 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
415 (** [integer_bitwidth c ty] returns the number of bits in the integer type [ty]
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 128 static IRType shadowTypeV ( IRType ty );
234 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to
238 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
242 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty);
363 static IRType shadowTypeV ( IRType ty )
365 switch (ty) {
371 case Ity_I128: return ty;
380 default: ppIRType(ty);
387 static IRExpr* definedOfType ( IRType ty ) {
388 switch (ty) {
996 IRType ty = m64 ? Ity_I64 : Ity_I32; local
1097 IRType ty; local
1299 IRType ty; local
1347 IRType ty, tyS; local
1412 IRType ty = descr->elemTy; local
3989 IRType ty; local
4087 IRType ty, tyH; local
4144 IRType ty, tyAddr; local
    [all...]
  /external/clang/test/PCH/
cxx-templates.cpp 29 Dep<A>::Ty ty; local
  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 182 SkScalar ty = matrix[SkMatrix::kMTransY] + coordChangeMatrix[SkMatrix::kMTransY]; local
184 fPrevMatrix.get(SkMatrix::kMTransY) != ty) {
185 uniformManager.set2f(fUni, tx, ty);
187 fPrevMatrix.set(SkMatrix::kMTransY, ty);
  /external/webkit/Source/JavaScriptCore/parser/
SyntaxChecker.h 88 ALWAYS_INLINE Property(const Identifier* ident, PropertyNode::Type ty)
90 , type(ty)
93 ALWAYS_INLINE Property(PropertyNode::Type ty)
95 , type(ty)
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLBlock.h 51 virtual void paint(PaintInfo&, int tx, int ty);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGContainer.h 54 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
RenderSVGImage.h 60 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
RenderSVGPath.h 64 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
SVGInlineTextBox.h 49 virtual void paint(PaintInfo&, int tx, int ty, int lineTop, int lineBottom);
  /external/webkit/Source/WebCore/svg/
SVGTransform.h 58 void setTranslate(float tx, float ty);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 128 float ty = -1 + t * y; local
131 float length = FloatMath.sqrt(tx * tx + ty * ty + tz * tz);
138 + ty * USER_ANGEL_SIN / length) * mUserDistance,
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 381 vassert(e->Iex.Get.ty == Ity_I64);
822 IRType ty = typeOfIRExpr(env->type_env,e); local
823 switch (ty) {
844 if (ty == Ity_I64) {
849 if (ty == Ity_I32) {
853 if (ty == Ity_I16) {
857 if (ty == Ity_I8) {
1791 IRType ty = typeOfIRExpr(env->type_env,e); local
1890 IRType ty = typeOfIRExpr(env->type_env,e); local
1959 IRType ty = typeOfIRExpr(env->type_env,e); local
2016 IRType ty = typeOfIRExpr(env->type_env,e); local
2387 IRType ty = typeOfIRExpr(env->type_env,e); local
2507 IRType ty = typeOfIRExpr(env->type_env,e); local
2830 IRType ty = typeOfIRExpr(env->type_env,e); local
3408 IRType ty = typeOfIRExpr(env->type_env,e); local
3732 IRType ty = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); local
3798 IRType ty = typeOfIRExpr(env->type_env, puti->data); local
3820 IRType ty = typeOfIRTemp(env->type_env, tmp); local
3943 IRType ty = typeOfIRExpr(env->type_env, cas->dataLo); local
3969 IRType ty = typeOfIRExpr(env->type_env, cas->dataLo); local
    [all...]
guest_mips_toIR.c 615 static IRExpr *load(IRType ty, IRExpr * addr)
619 load1 = IRExpr_Load(Iend_LE, ty, addr);
621 load1 = IRExpr_Load(Iend_BE, ty, addr);
647 static IRTemp newTemp(IRType ty)
649 vassert(isPlausibleIRType(ty));
650 return newIRTemp(irsb->tyenv, ty);
707 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
709 return IRExpr_Get(integerGuestRegOffset(iregNo), ty);
740 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
742 vassert(typeOfIRExpr(irsb->tyenv, e) == ty);
878 IRType ty = mode64 ? Ity_F64 : Ity_F32; local
906 IRType ty = mode64 ? Ity_F64 : Ity_F32; local
1320 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
    [all...]
host_mips_isel.c 577 IRType ty = typeOfIRExpr(env->type_env, e); local
579 vassert(ty == Ity_I32);
636 IRType ty = typeOfIRExpr(env->type_env, e); local
637 vassert(ty == Ity_I8 || ty == Ity_I16 || ty == Ity_I32 || ty == Ity_I1
638 || ty == Ity_F32 || (ty == Ity_I64 && mode64)
639 || (ty == Ity_I128 && mode64))
1533 IRType ty = typeOfIRExpr(env->type_env, e); local
1601 IRType ty = typeOfIRExpr(env->type_env, e); local
2176 IRType ty = typeOfIRExpr(env->type_env, e); local
2444 IRType ty = typeOfIRExpr(env->type_env, e); local
2791 IRType ty = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); local
2842 IRType ty = typeOfIRTemp(env->type_env, tmp); local
    [all...]
host_x86_isel.c 755 IRType ty = typeOfIRExpr(env->type_env,e); local
756 vassert(ty == Ity_I32 || ty == Ity_I16 || ty == Ity_I8);
774 if (ty == Ity_I32) {
779 if (ty == Ity_I16) {
783 if (ty == Ity_I8) {
1436 IRType ty = typeOfIRExpr(env->type_env,e); local
1523 IRType ty = typeOfIRExpr(env->type_env,e); local
1583 IRType ty = typeOfIRExpr(env->type_env,e); local
1631 IRType ty = typeOfIRExpr(env->type_env,e); local
2783 IRType ty = typeOfIRExpr(env->type_env,e); local
2900 IRType ty = typeOfIRExpr(env->type_env,e); local
3166 IRType ty = typeOfIRExpr(env->type_env,e); local
3779 IRType ty = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); local
3842 IRType ty = typeOfIRExpr(env->type_env, puti->data); local
3872 IRType ty = typeOfIRTemp(env->type_env, tmp); local
3994 IRType ty = typeOfIRExpr(env->type_env, cas->dataLo); local
4019 IRType ty = typeOfIRExpr(env->type_env, cas->dataLo); local
    [all...]

Completed in 2664 milliseconds

1 2 3 45 6 7 8 91011>>