Home
last modified time | relevance | path

Searched defs:ty (Results 1 – 25 of 161) sorted by relevance

1234567

/external/webkit/Source/WebCore/rendering/
DEllipsisBox.cpp32 void EllipsisBox::paint(PaintInfo& paintInfo, int tx, int ty, int lineTop, int lineBottom) in paint()
73 IntRect EllipsisBox::selectionRect(int tx, int ty) in selectionRect()
81 void EllipsisBox::paintSelection(GraphicsContext* context, int tx, int ty, RenderStyle* style, cons… in paintSelection()
102 …st HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, int lineTop, int … in nodeAtPoint()
DRenderReplica.cpp63 void RenderReplica::paint(PaintInfo& paintInfo, int tx, int ty) in paint()
DRenderFieldset.cpp131 void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, int tx, int ty) in paintBoxDecorations()
185 void RenderFieldset::paintMask(PaintInfo& paintInfo, int tx, int ty) in paintMask()
DRenderEmbeddedObject.cpp138 void RenderEmbeddedObject::paint(PaintInfo& paintInfo, int tx, int ty) in paint()
148 void RenderEmbeddedObject::paintReplaced(PaintInfo& paintInfo, int tx, int ty) in paintReplaced()
184 bool RenderEmbeddedObject::getReplacementTextGeometry(int tx, int ty, FloatRect& contentRect, Path&… in getReplacementTextGeometry()
DRenderTableRow.cpp190 …st HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction act… in nodeAtPoint()
211 void RenderTableRow::paint(PaintInfo& paintInfo, int tx, int ty) in paint()
DRenderHTMLCanvas.cpp64 void RenderHTMLCanvas::paintReplaced(PaintInfo& paintInfo, int tx, int ty) in paintReplaced()
DRenderListBox.cpp251 IntRect RenderListBox::itemBoundingBoxRect(int tx, int ty, int index) in itemBoundingBoxRect()
258 void RenderListBox::paintObject(PaintInfo& paintInfo, int tx, int ty) in paintObject()
301 void RenderListBox::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty) in addFocusRingRects()
327 void RenderListBox::paintScrollbar(PaintInfo& paintInfo, int tx, int ty) in paintScrollbar()
358 void RenderListBox::paintItemForeground(PaintInfo& paintInfo, int tx, int ty, int listIndex) in paintItemForeground()
409 void RenderListBox::paintItemBackground(PaintInfo& paintInfo, int tx, int ty, int listIndex) in paintItemBackground()
666 …st HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hit… in nodeAtPoint()
DRenderTable.cpp514 void RenderTable::paint(PaintInfo& paintInfo, int tx, int ty) in paint()
536 void RenderTable::paintObject(PaintInfo& paintInfo, int tx, int ty) in paintObject()
613 void RenderTable::paintBoxDecorations(PaintInfo& paintInfo, int tx, int ty) in paintBoxDecorations()
636 void RenderTable::paintMask(PaintInfo& paintInfo, int tx, int ty) in paintMask()
1234 IntRect RenderTable::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) in overflowClipRect()
1257 …TestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction act… in nodeAtPoint()
DRenderTextControl.cpp478 …d RenderTextControl::hitInnerTextElement(HitTestResult& result, int xPos, int yPos, int tx, int ty) in hitInnerTextElement()
611 void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty) in addFocusRingRects()
630 void RenderTextControl::paintPlaceholder(PaintInfo& paintInfo, int tx, int ty) in paintPlaceholder()
666 void RenderTextControl::paintObject(PaintInfo& paintInfo, int tx, int ty) in paintObject()
DRenderBox.cpp473 void RenderBox::absoluteRects(Vector<IntRect>& rects, int tx, int ty) in absoluteRects()
524 void RenderBox::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty) in addFocusRingRects()
758 …TestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction act… in nodeAtPoint()
785 void RenderBox::paint(PaintInfo& paintInfo, int tx, int ty) in paint()
820 void RenderBox::paintBoxDecorations(PaintInfo& paintInfo, int tx, int ty) in paintBoxDecorations()
827 void RenderBox::paintBoxDecorationsWithSize(PaintInfo& paintInfo, int tx, int ty, int width, int he… in paintBoxDecorationsWithSize()
863 void RenderBox::paintMask(PaintInfo& paintInfo, int tx, int ty) in paintMask()
878 void RenderBox::paintMaskImages(const PaintInfo& paintInfo, int tx, int ty, int w, int h) in paintMaskImages()
963 …aintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int tx, int ty, int width, int he… in paintFillLayers()
972 …aintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int tx, int ty, int width, int he… in paintFillLayer()
[all …]
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTranslateTransformOperation.h35 …static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, Operatio… in create()
40 …static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, const Le… in create()
75 …TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType ty… in TranslateTransformOperation()
/external/skia/src/gpu/
DGrClip.cpp30 GrClip::GrClip(GrClipIterator* iter, GrScalar tx, GrScalar ty, in GrClip()
86 void GrClip::setFromIterator(GrClipIterator* iter, GrScalar tx, GrScalar ty, in setFromIterator()
/external/llvm/include/llvm-c/
DExecutionEngine.h146 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
/external/clang/include/clang/Sema/
DLocInfoType.h38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType()
/external/valgrind/main/VEX/
Dtest_main.c648 static IRType shadowType ( IRType ty ) in shadowType()
666 static IRExpr* definedOfType ( IRType ty ) { in definedOfType()
704 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) { in assignNew()
936 IRType ty; in mkPCastTo() local
1019 IRType ty; in complainIfUndefined() local
1133 IRType ty; in do_shadow_PUT() local
1164 IRType ty, tyS; in do_shadow_PUTI() local
1195 IRExpr* shadow_GET ( MCEnv* mce, Int offset, IRType ty ) in shadow_GET()
1216 IRType ty = descr->elemTy; in shadow_GETI() local
1301 IRType ty; in expensiveAdd32() local
[all …]
/external/dropbear/libtommath/
Dbn_fast_s_mp_sqr.c45 int tx, ty, iy; in fast_s_mp_sqr() local
Dbn_fast_s_mp_mul_digs.c53 int tx, ty; in fast_s_mp_mul_digs() local
Dbn_fast_s_mp_mul_high_digs.c45 int tx, ty, iy; in fast_s_mp_mul_high_digs() local
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c449 static IRTemp newTemp ( IRType ty ) in newTemp()
570 static IRExpr* loadBE ( IRType ty, IRExpr* addr ) in loadBE()
892 static IROp mkSzOp ( IRType ty, IROp op8 ) in mkSzOp()
907 static Addr64 mkSzAddr ( IRType ty, Addr64 addr ) in mkSzAddr()
916 static IRExpr* mkSzImm ( IRType ty, ULong imm64 ) in mkSzImm()
923 static IRConst* mkSzConst ( IRType ty, ULong imm64 ) in mkSzConst()
932 static IRExpr* mkSzExtendS16 ( IRType ty, UInt imm16 ) in mkSzExtendS16()
941 static IRExpr* mkSzExtendS32 ( IRType ty, UInt imm32 ) in mkSzExtendS32()
950 static IRExpr* mkNarrowTo8 ( IRType ty, IRExpr* src ) in mkNarrowTo8()
956 static IRExpr* mkNarrowTo16 ( IRType ty, IRExpr* src ) in mkNarrowTo16()
[all …]
Dguest_x86_toIR.c322 static IRTemp newTemp ( IRType ty ) in newTemp()
553 IRType ty = typeOfIRExpr(irsb->tyenv, e); in putIReg() local
688 static IRExpr* mkU ( IRType ty, UInt i ) in mkU()
703 static IRExpr* loadLE ( IRType ty, IRExpr* addr ) in loadLE()
708 static IROp mkSizedOp ( IRType ty, IROp op8 ) in mkSizedOp()
915 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2()
939 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) in setFlags_DEP1()
968 IRType ty, in setFlags_DEP1_DEP2_shift()
1012 static void setFlags_INC_DEC ( Bool inc, IRTemp res, IRType ty ) in setFlags_INC_DEC()
1032 void setFlags_MUL ( IRType ty, IRTemp arg1, IRTemp arg2, UInt base_op ) in setFlags_MUL()
[all …]
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLBlock.cpp78 void RenderMathMLBlock::paint(PaintInfo& info, int tx, int ty) in paint()
/external/llvm/include/llvm/
DConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
/external/clang/test/PCH/
Dcxx-templates.cpp27 Dep<A>::Ty ty; in test() local
/external/skia/samplecode/
DSampleVertices.cpp165 const SkScalar ty = SkIntToScalar(texHeight); in make_fan() local
195 const SkScalar ty = SkIntToScalar(texHeight); in make_strip() local
/external/webkit/Source/WebKit/android/plugins/
DANPMatrixInterface.cpp76 static void anp_preTranslate(ANPMatrix* matrix, float tx, float ty) { in anp_preTranslate()
80 static void anp_postTranslate(ANPMatrix* matrix, float tx, float ty) { in anp_postTranslate()

1234567