HomeSort by relevance Sort by last modified time
    Searched defs:GetPoint (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_path.cpp 23 CFX_PointF CPDF_Path::GetPoint(int index) const {
24 return m_Ref.GetObject()->GetPoint(index);
  /external/pdfium/core/fxge/
cfx_pathdata.h 45 CFX_PointF GetPoint(int index) const { return m_Points[index].m_Point; }
  /external/pdfium/third_party/lcms/src/
cmssm.c 323 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp)
366 ptr = GetPoint(gbd, Lab, &sp);
397 ptr = GetPoint(gbd, Lab, &sp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 334 virtual HRESULT WINAPI GetPoint(__LONG32 Type,__LONG32 *px,__LONG32 *py) = 0;
396 HRESULT (WINAPI *GetPoint)(ITextRange *This,__LONG32 Type,__LONG32 *px,__LONG32 *py);
460 #define ITextRange_GetPoint(This,Type,px,py) (This)->lpVtbl->GetPoint(This,Type,px,py
    [all...]

Completed in 717 milliseconds