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

  /external/pdfium/core/fxcrt/
cfx_seekablestreamproxy.cpp 37 uint32_t dwCode = 0;
58 dwCode |= (byte & 0x3f) << (iPending * 6);
62 *pDst++ = dwCode;
69 dwCode = (byte & 0x1f) << 6;
73 dwCode = (byte & 0x0f) << 12;
77 dwCode = (byte & 0x07) << 18;
81 dwCode = (byte & 0x03) << 24;
85 dwCode = (byte & 0x01) << 30;
  /external/pdfium/xfa/fwl/
cfwl_scrollbar.h 90 bool OnScroll(CFWL_EventScroll::Code dwCode, float fPos);
96 bool DoScroll(CFWL_EventScroll::Code dwCode, float fPos);
cfwl_scrollbar.cpp 101 bool CFWL_ScrollBar::DoScroll(CFWL_EventScroll::Code dwCode, float fPos) {
102 if (dwCode == CFWL_EventScroll::Code::None)
104 return OnScroll(dwCode, fPos);
312 CFWL_EventScroll::Code dwCode = m_iMouseWheel < 0
315 DoScroll(dwCode, m_fTrackPos);
320 bool CFWL_ScrollBar::OnScroll(CFWL_EventScroll::Code dwCode, float fPos) {
322 ev.m_iScrollCode = dwCode;
cfwl_edit.h 154 CFWL_EventScroll::Code dwCode,
cfwl_listbox.h 117 CFWL_EventScroll::Code dwCode,
cfwl_listbox.cpp 836 CFWL_EventScroll::Code dwCode,
842 switch (dwCode) {
cfwl_edit.cpp     [all...]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
richedit.h 438 DWORD dwCode;
iads.h     [all...]

Completed in 491 milliseconds