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

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 159 CPDF_Point GetBTPoint() const {
168 return CPDF_Point(point.x + GetBTPoint().x, GetBTPoint().y - point.y);
171 return CPDF_Point(point.x - GetBTPoint().x, GetBTPoint().y - point.y);
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 310 CPDF_Point GetBTPoint() const {
317 return CPDF_Point(point.x + GetBTPoint().x, GetBTPoint().y - point.y);
320 return CPDF_Point(point.x - GetBTPoint().x, GetBTPoint().y - point.y);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 794 int32_t nItemIndex = GetItemIndex(GetBTPoint());

Completed in 1242 milliseconds