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

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/VMCore/
Instruction.cpp 23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps,
25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
37 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps,
39 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 225 TransformationMatrix& translate(double tx, double ty);
226 TransformationMatrix& translate3d(double tx, double ty, double tz);
229 TransformationMatrix& translateRight(double tx, double ty);
230 TransformationMatrix& translateRight3d(double tx, double ty, double tz);
  /external/opencv/cv/src/
cvsurf.cpp 496 float tx = DX[y][x], ty = DY[y][x]; local
497 if( ty >= 0 )
507 vec[4] += ty;
508 vec[5] += (float)fabs(ty);
510 vec[6] += ty;
511 vec[7] += (float)fabs(ty);
535 float tx = DX[y][x], ty = DY[y][x]; local
536 vec[0] += tx; vec[1] += ty;
537 vec[2] += (float)fabs(tx); vec[3] += (float)fabs(ty);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 494 let ty = function_type i32_type [| i32_type; i32_type |] in
495 let fn = define_function "use_function" ty m in
521 let ty = function_type i32_type [| i32_type; i32_type |] in
522 let fn = define_function "user_function" ty m in
554 let ty = function_type i32_type [| i32_type; i64_type |] in
561 let fn = declare_function "Fn1" ty m in
562 insist (pointer_type ty = type_of fn);
566 insist (fn == declare_function "Fn1" ty m);
576 let fn = declare_function "Fn2" ty m in
582 let fn = define_function "Fn3" ty m i
661 let ty = function_type void_type [| i32_type; i32_type |] in var
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 163 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK,
167 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
207 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op,
210 : CXXNamedCastExpr(CXXStaticCastExprClass, ty, vk, kind, op, pathSize,
238 CXXDynamicCastExpr(QualType ty, ExprValueKind VK, CastKind kind,
241 : CXXNamedCastExpr(CXXDynamicCastExprClass, ty, VK, kind, op, pathSize,
272 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind,
276 : CXXNamedCastExpr(CXXReinterpretCastExprClass, ty, vk, kind, op,
303 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op,
306 : CXXNamedCastExpr(CXXConstCastExprClass, ty, VK, CK_NoOp, op,
    [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 488 for (Type ty : t.asParameterizedType().typeArguments()) {
489 keyString += ty.toString() + "/";
498 for (Type ty : t.asTypeVariable().bounds()) {
499 keyString += ty.toString() + "/";
508 for (Type ty : t.asWildcardType().superBounds()) {
509 keyString += ty.toString() + "/";
513 for (Type ty : t.asWildcardType().extendsBounds()) {
514 keyString += ty.toString() + "/";
  /external/llvm/include/llvm/
GlobalValue.h 60 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps,
62 : Constant(ty, vty, Ops, NumOps), Parent(0),
Constants.h 50 ConstantInt(IntegerType *Ty, const APInt& V);
60 static Constant *getTrue(Type *Ty);
61 static Constant *getFalse(Type *Ty);
63 /// If Ty is a vector type, return a Constant with a splat of the given
65 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
73 static ConstantInt *get(IntegerType *Ty, uint64_t V,
79 /// signed value for the type Ty.
81 static ConstantInt *getSigned(IntegerType *Ty, int64_t V);
82 static Constant *getSigned(Type *Ty, int64_t V);
90 static ConstantInt *get(IntegerType *Ty, StringRef Str
    [all...]
  /external/skia/bench/
BitmapBench.cpp 101 int tx = -1, int ty = -1)
102 : INHERITED(param), fIsOpaque(isOpaque), fTileX(tx), fTileY(ty) {
  /external/webkit/Source/WebCore/editing/
SelectionController.h 143 void paintCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect);
170 void paintDragCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect) const;
  /external/webkit/Source/WebCore/rendering/
InlineBox.h 133 virtual void paint(PaintInfo&, int tx, int ty, int lineTop, int lineBottom);
134 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, int lineTop, int lineBottom);
RenderVideo.cpp 187 void RenderVideo::paintReplaced(PaintInfo& paintInfo, int tx, int ty)
201 rect.move(tx, ty);
InlineTextBox.cpp 173 IntRect InlineTextBox::selectionRect(int tx, int ty, int startPos, int endPos)
204 IntPoint topPoint = isHorizontal() ? IntPoint(tx + m_x + r.x(), ty + selTop) : IntPoint(tx + selTop, ty + m_y + r.x());
346 bool InlineTextBox::nodeAtPoint(const HitTestRequest&, HitTestResult& result, int x, int y, int tx, int ty, int /* lineTop */, int /*lineBottom*/)
352 boxOrigin.move(tx, ty);
355 renderer()->updateHitTestResult(result, flipForWritingMode(IntPoint(x - tx, y - ty)));
467 void InlineTextBox::paint(PaintInfo& paintInfo, int tx, int ty, int /*lineTop*/, int /*lineBottom*/)
477 int logicalStart = logicalLeftSide + (isHorizontal() ? tx : ty);
510 ty += isLeftToRightDirection() ? widthOfHiddenText : -widthOfHiddenText;
518 ty -= styleToUse->isHorizontalWritingMode() ? 0 : logicalHeight()
    [all...]
RenderObject.cpp     [all...]
RenderFrameSet.cpp 124 void RenderFrameSet::paint(PaintInfo& paintInfo, int tx, int ty)
135 ty += y();
145 child->paint(paintInfo, tx, ty);
148 paintColumnBorder(paintInfo, IntRect(tx + xPos, ty + yPos, borderThickness, height()));
157 paintRowBorder(paintInfo, IntRect(tx, ty + yPos, width(), borderThickness));
164 int x, int y, int tx, int ty, HitTestAction action)
169 bool inside = RenderBox::nodeAtPoint(request, result, x, y, tx, ty, action)
RenderLayerBacking.cpp 1105 int ty = y - m_owningLayer->renderBoxY(); local
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
ANPCanvasInterface.cpp 47 static void anp_translate(ANPCanvas* canvas, float tx, float ty) {
48 canvas->skcanvas->translate(SkFloatToScalar(tx), SkFloatToScalar(ty));
android_npapi.h 292 void (*preTranslate)(ANPMatrix*, float tx, float ty);
293 void (*postTranslate)(ANPMatrix*, float tx, float ty);
620 void (*translate)(ANPCanvas*, float tx, float ty);
    [all...]
  /frameworks/base/core/java/android/webkit/
ZoomManager.java 487 int ty = Math.round(scale local
490 ty = -(ty <= titleHeight ? Math.max(ty, 0) : WebView.pinLoc(ty
495 mWebView.updateScrollCoordinates(mWebView.getScrollX() - tx, mWebView.getScrollY() - ty);
498 canvas.translate(tx, ty);
511 canvas.translate(tx, ty);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 292 int ty = (SY + ofy - p.y) / 2; local
293 gc.drawText(s, tx, ty, true /* isTransparent */);
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 128 QualType ty = getPropertyType(props); local
129 if (!ty->isObjCRetainableType())
489 QualType ty = props[0].PropD->getType(); local
493 assert(ty == I->PropD->getType());
496 return ty;
  /external/llvm/include/llvm-c/
Core.h 362 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
363 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
366 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
412 const char *LLVMGetStructName(LLVMTypeRef Ty);
428 LLVMTypeRef LLVMGetElementType(LLVMTypeRef Ty);
549 LLVMValueRef LLVMConstNull(LLVMTypeRef Ty); /* all zeroes */
550 LLVMValueRef LLVMConstAllOnes(LLVMTypeRef Ty); /* only for int/vector */
551 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty);
555 LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty);
608 LLVMValueRef LLVMAlignOf(LLVMTypeRef Ty);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 47 void ppIRType ( IRType ty )
49 switch (ty) {
60 default: vex_printf("ty = 0x%x\n", (Int)ty);
3303 IRType ty = typeOfIRTemp(bb->tyenv,(IRTemp)i); local
    [all...]
  /external/qemu/android/skin/
trackball.c 280 double ty = yy*(2./DOT_GRID); local
281 double x0 = origin[0] + axis1[0]*tx + axis2[0]*ty;
282 double y0 = origin[1] + axis1[1]*tx + axis2[1]*ty;
283 double z0 = origin[2] + axis1[2]*tx + axis2[2]*ty;

Completed in 2040 milliseconds

1 2 3 4 5 67 8 91011>>