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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 38 pParent->OnNotify(this,PNM_LBUTTONUP,0,PWL_MAKEDWORD(point.x,point.y));
188 pParent->OnNotify(this,PNM_LBUTTONDOWN,0,PWL_MAKEDWORD(point.x,point.y));
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Utils.h 24 #define PWL_MAKEDWORD(low,high) ((FX_DWORD)((FX_WORD)(low) | (FX_DWORD)(((FX_WORD)(high))<<16)))

Completed in 40 milliseconds