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

  /external/pdfium/third_party/lcms2-2.6/src/
cmssm.c 322 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp)
365 ptr = GetPoint(gbd, Lab, &sp);
396 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 211 milliseconds