/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_box.cpp | 266 fillPath.AddArc(rtDraw.TopLeft(), rtDraw.Size(), in GetPathArcOrRounded() 332 arcPath.AddArc(rtWidget.TopLeft(), rtWidget.Size(), 3.0f * FX_PI / 4.0f, in StrokeArcOrRounded() 338 arcPath.AddArc(rtWidget.TopLeft(), rtWidget.Size(), -1.0f * FX_PI / 4.0f, in StrokeArcOrRounded() 345 arcPath.AddArc(rtWidget.TopLeft(), rtWidget.Size(), 3.0f * FX_PI / 4.0f, in StrokeArcOrRounded() 351 arcPath.AddArc(rtWidget.TopLeft(), rtWidget.Size(), -1.0f * FX_PI / 4.0f, in StrokeArcOrRounded()
|
D | cxfa_rectangle.cpp | 124 cp1 = rtWidget.TopLeft(); in GetFillPath() 158 cp2 = rtWidget.TopLeft(); in GetFillPath() 183 fillPath->ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetFillPath() 498 cp1 = rtWidget.TopLeft(); in GetPath() 556 cp2 = rtWidget.TopLeft(); in GetPath() 597 path.ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetPath()
|
D | cxfa_draw.cpp | 46 (void*)XFA_AttributeEnum::TopLeft},
|
D | cxfa_exclgroup.cpp | 47 (void*)XFA_AttributeEnum::TopLeft},
|
D | cxfa_field.cpp | 50 (void*)XFA_AttributeEnum::TopLeft},
|
D | cxfa_subform.cpp | 55 (void*)XFA_AttributeEnum::TopLeft},
|
D | xfa_basic_data_enum.cpp | 140 {0x6aea98be, L"topLeft", XFA_AttributeEnum::TopLeft},
|
/external/eigen/test/ |
D | eigen2support.cpp | 39 VERIFY_IS_EQUAL((m1.corner(TopLeft,1,1)), (m1.block(0,0,1,1))); in eigen2support() 40 VERIFY_IS_EQUAL((m1.template corner<1,1>(TopLeft)), (m1.template block<1,1>(0,0))); in eigen2support()
|
D | geo_alignedbox.cpp | 135 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) ); in specificTest1()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_widget.cpp | 179 ret = GetMatrix().Transform(ret + GetWidgetRect().TopLeft()); in TransformTo() 186 return ret + form1->GetWidgetRect().TopLeft(); in TransformTo() 192 ret += form1->GetWidgetRect().TopLeft(); in TransformTo() 193 ret -= form2->GetWidgetRect().TopLeft(); in TransformTo() 201 pWidget->GetWidgetRect().TopLeft(); in TransformTo()
|
D | cfwl_scrollbar.cpp | 179 return CFX_RectF(m_rtClient.TopLeft(), m_rtClient.width, m_fButtonLen); in CalcMinButtonRect() 180 return CFX_RectF(m_rtClient.TopLeft(), m_fButtonLen, m_rtClient.height); in CalcMinButtonRect() 264 return CFX_RectF(rtMaxRect.TopLeft(), 0, 0); in CalcMaxTrackRect()
|
D | cfwl_checkbox.cpp | 131 m_rtBox = CFX_RectF(m_rtClient.TopLeft(), m_fBoxHeight, m_fBoxHeight); in Layout() 142 m_rtFocus = CFX_RectF(m_rtCaption.TopLeft(), in Layout()
|
D | cfwl_widgetmgr.cpp | 274 pos -= bounds.TopLeft(); in GetWidgetAtPoint() 480 CFX_PointF pos = widgetMatrix.Transform(clipBounds.TopLeft()); in DrawChild() 527 bool bOrginPtIntersectWidthDirty = rtDirty.Contains(rtWidget.TopLeft()); in IsNeedRepaint()
|
D | cfwl_combolist.cpp | 88 pMsg->m_pos -= rect.TopLeft(); in OnProcessMessage()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 128 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
|
D | cxfa_fftext.cpp | 150 pPiece->rtPiece.Contains(point - rect.TopLeft())) { in GetLinkURLAtPoint()
|
D | fxfa_basic.h | 227 TopLeft, enumerator
|
D | cxfa_ffwidget.cpp | 88 rtImage.TopLeft(), in XFA_DrawImage()
|
D | cxfa_fffield.cpp | 381 return m_pNormalWidget ? point - m_pNormalWidget->GetWidgetRect().TopLeft() in FWLToClient()
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_gepath.cpp | 89 AddArc(rect.TopLeft(), rect.Size(), 0, FX_PI * 2); in AddEllipse()
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 52 TopLeft=2, TopRight=3, enumerator
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_checkboxtp.cpp | 101 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom)); in DrawSignCross()
|
D | cfwl_monthcalendartp.cpp | 210 path.MoveTo(rtWeekSep.TopLeft()); in DrawWeekNumSep()
|
/external/eigen/doc/ |
D | A05_PortingFrom2To3.dox | 51 matrix.corner(TopLeft,r,c) 55 matrix.corner<r,c>(TopLeft)
|