HomeSort by relevance Sort by last modified time
    Searched refs:TopLeft (Results 1 - 23 of 23) sorted by null

  /external/eigen/test/
eigen2support.cpp 39 VERIFY_IS_EQUAL((m1.corner(TopLeft,1,1)), (m1.block(0,0,1,1)));
40 VERIFY_IS_EQUAL((m1.template corner<1,1>(TopLeft)), (m1.template block<1,1>(0,0)));
geo_alignedbox.cpp 133 Vector2f topLeft; topLeft << m[0], M[1];
135 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) );
  /external/pdfium/xfa/fwl/
cfwl_widget.cpp 179 ret = GetMatrix().Transform(ret + GetWidgetRect().TopLeft());
186 return ret + form1->GetWidgetRect().TopLeft();
192 ret += form1->GetWidgetRect().TopLeft();
193 ret -= form2->GetWidgetRect().TopLeft();
202 return m.Transform(ret) - pWidget->GetWidgetRect().TopLeft();
cfwl_checkbox.cpp 133 m_rtBox = CFX_RectF(m_rtClient.TopLeft(), m_fBoxHeight, m_fBoxHeight);
144 m_rtFocus = CFX_RectF(m_rtCaption.TopLeft(),
cfwl_scrollbar.cpp 178 return CFX_RectF(m_rtClient.TopLeft(), m_rtClient.width, m_fButtonLen);
179 return CFX_RectF(m_rtClient.TopLeft(), m_fButtonLen, m_rtClient.height);
264 return CFX_RectF(rtMaxRect.TopLeft(), 0, 0);
cfwl_combolist.cpp 88 pMsg->m_pos -= rect.TopLeft();
cfwl_spinbutton.cpp 61 m_rtUpButton = CFX_RectF(m_rtClient.TopLeft(), m_rtClient.width / 2,
cfwl_widgetmgr.cpp 278 pos -= bounds.TopLeft();
486 CFX_PointF pos = widgetMatrix.Transform(clipBounds.TopLeft());
533 bool bOrginPtIntersectWidthDirty = rtDirty.Contains(rtWidget.TopLeft());
cfwl_listbox.cpp 308 CFX_PointF pos = point - m_rtConent.TopLeft();
  /external/eigen/Eigen/src/Core/util/
Constants.h 257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight };
  /external/pdfium/xfa/fxfa/app/
xfa_ffpath.cpp 93 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight());
xfa_fftext.cpp 157 pPiece->rtPiece.Contains(point - rect.TopLeft())) {
xfa_ffwidget.cpp 851 rtImage.TopLeft(),
    [all...]
xfa_fffield.cpp 353 return m_pNormalWidget ? point - m_pNormalWidget->GetWidgetRect().TopLeft()
  /external/pdfium/xfa/fxgraphics/
cfx_path.cpp 89 AddArc(rect.TopLeft(), rect.Size(), 0, FX_PI * 2);
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 52 TopLeft=2, TopRight=3,
142 * BottomLeft, BottomRight, TopLeft, TopRight.
  /external/pdfium/xfa/fde/
cfde_path.cpp 205 MoveTo(rect.TopLeft());
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.cpp 97 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom));
cfwl_monthcalendartp.cpp 217 path.MoveTo(rtWeekSep.TopLeft());
  /external/pdfium/core/fxcrt/
fx_coordinates.h 331 PointType TopLeft() const { return PointType(left, top); }
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 322 milliseconds