HomeSort by relevance Sort by last modified time
    Searched refs:nPos (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
omx_rpc_stub.c 176 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
194 RPC_SETFIELDVALUE(pData, nPos, RPC_OMX_MAP_INFO_NONE,
196 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32);
198 RPC_SETFIELDCOPYGEN(pData, nPos, cComponentName,
200 RPC_SETFIELDVALUE(pData, nPos, pAppData, OMX_PTR);
211 RPC_GETFIELDVALUE(pRetData, nPos, hComp, OMX_HANDLETYPE);
221 RPC_GETFIELDVALUE(pRetData, nPos, hActualComp,
260 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
272 RPC_SETFIELDVALUE(pData, nPos, RPC_OMX_MAP_INFO_NONE,
274 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32)
    [all...]
omx_rpc_skel.c 97 OMX_U32 nPos = 0;
108 RPC_GETFIELDVALUE(pMsgBody, nPos, hComp, OMX_HANDLETYPE);
112 RPC_GETFIELDVALUE(pMsgBody, nPos, bufferHdr, OMX_U32);
114 RPC_GETFIELDVALUE(pMsgBody, nPos, nfilledLen, OMX_U32);
115 RPC_GETFIELDVALUE(pMsgBody, nPos, nOffset, OMX_U32);
116 RPC_GETFIELDVALUE(pMsgBody, nPos, nFlags, OMX_U32);
149 OMX_U32 nPos = 0;
162 RPC_GETFIELDVALUE(pMsgBody, nPos, hComp, OMX_HANDLETYPE);
166 RPC_GETFIELDVALUE(pMsgBody, nPos, bufferHdr, OMX_U32);
167 RPC_GETFIELDVALUE(pMsgBody, nPos, nfilledLen, OMX_U32)
    [all...]
omx_rpc.c 289 OMX_U32 nFxnIdx = 0, nPacketSize = RPC_PACKET_SIZE, nPos = 0;
343 nPos = 0;
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_stub.c 170 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
188 RPC_SETFIELDVALUE(pData, nPos, RPC_OMX_MAP_INFO_NONE,
190 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32);
192 RPC_SETFIELDCOPYGEN(pData, nPos, cComponentName,
194 RPC_SETFIELDVALUE(pData, nPos, pAppData, OMX_PTR);
205 RPC_GETFIELDVALUE(pRetData, nPos, hComp, OMX_HANDLETYPE);
215 RPC_GETFIELDVALUE(pRetData, nPos, hActualComp,
254 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
266 RPC_SETFIELDVALUE(pData, nPos, RPC_OMX_MAP_INFO_NONE,
268 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32)
    [all...]
omx_rpc_skel.c 97 OMX_U32 nPos = 0;
108 RPC_GETFIELDVALUE(pMsgBody, nPos, hComp, OMX_HANDLETYPE);
112 RPC_GETFIELDVALUE(pMsgBody, nPos, bufferHdr, OMX_U32);
114 RPC_GETFIELDVALUE(pMsgBody, nPos, nfilledLen, OMX_U32);
115 RPC_GETFIELDVALUE(pMsgBody, nPos, nOffset, OMX_U32);
116 RPC_GETFIELDVALUE(pMsgBody, nPos, nFlags, OMX_U32);
149 OMX_U32 nPos = 0;
162 RPC_GETFIELDVALUE(pMsgBody, nPos, hComp, OMX_HANDLETYPE);
166 RPC_GETFIELDVALUE(pMsgBody, nPos, bufferHdr, OMX_U32);
167 RPC_GETFIELDVALUE(pMsgBody, nPos, nfilledLen, OMX_U32)
    [all...]
omx_rpc.c 289 OMX_U32 nFxnIdx = 0, nPacketSize = RPC_PACKET_SIZE, nPos = 0;
335 nPos = 0;
  /external/icu/icu4c/source/samples/layout/
clayout.c 179 vertPos = si.nPos;
184 si.nPos = si.nMin;
188 si.nPos = si.nMax;
192 si.nPos -= 1;
196 si.nPos += 1;
200 si.nPos -= si.nPage;
204 si.nPos += si.nPage;
208 si.nPos = si.nTrackPos;
221 if (context->paragraph != NULL && si.nPos != vertPos) {
222 ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL)
    [all...]
layout.cpp 177 vertPos = si.nPos;
182 si.nPos = si.nMin;
186 si.nPos = si.nMax;
190 si.nPos -= 1;
194 si.nPos += 1;
198 si.nPos -= si.nPage;
202 si.nPos += si.nPage;
206 si.nPos = si.nTrackPos;
219 if (context->paragraph != NULL && si.nPos != vertPos) {
220 ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL)
    [all...]
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtbuf.h 26 virtual void Insert(int32_t nPos,
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.h 71 virtual void Insert(int32_t nPos,
fde_txtedtbuf.cpp 249 void CFDE_TxtEdtBuf::Insert(int32_t nPos,
252 FXSYS_assert(nPos >= 0 && nPos <= m_nTotal);
254 Index2CP(nPos, cp);
fde_txtedtpage.cpp 603 int32_t nPos = (int32_t)(uintptr_t)pos;
605 if (nPos + 1 > m_PieceMassArr.GetSize()) {
608 pos = (FX_POSITION)(uintptr_t)(nPos + 1);
610 return (FDE_HVISUALOBJ)(m_PieceMassArr.GetPtrAt(nPos - 1));
fde_txtedtblock.cpp 44 int32_t nPos = i - 1;
48 CFX_WideStringC wsField(lpBuf + nPos, i - nPos);
fde_txtedtengine.cpp 125 int32_t nPos = pStream->GetBOM(bom);
126 pStream->Seek(FX_STREAMSEEK_Begin, nPos);
183 int32_t nPos = pBlock->GetPos();
184 int32_t nCopyLength = nPos - nPrePos;
188 nPrePos = nPos;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 901 int32_t nPos = 0;
903 lpBuf[nPos++] = L's';
906 lpBuf[nPos++] = L'z';
907 lpBuf[nPos++] = L'*';
910 lpBuf[nPos++] = L'z';
915 lpBuf[nPos++] = L'.';
918 lpBuf[nPos++] = L'z';
919 lpBuf[nPos++] = L'*';
922 lpBuf[nPos++] = L'z';
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 76 void SetCaret(int32_t nPos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textserv.h 93 virtual WINBOOL TxSetScrollPos (INT fnBar,INT nPos,WINBOOL fRedraw) = 0;
shdeprecated.h 143 virtual HRESULT WINAPI InsertMenuEntries(IUnknown *punk,HMENU hmenu,int nPos,int idFirst,int idLast,DWORD dwFlags) = 0;
161 HRESULT (WINAPI *InsertMenuEntries)(ITravelLog *This,IUnknown *punk,HMENU hmenu,int nPos,int idFirst,int idLast,DWORD dwFlags);
181 #define ITravelLog_InsertMenuEntries(This,punk,hmenu,nPos,idFirst,idLast,dwFlags) (This)->lpVtbl->InsertMenuEntries(This,punk,hmenu,nPos,idFirst,idLast,dwFlags)
201 HRESULT WINAPI ITravelLog_InsertMenuEntries_Proxy(ITravelLog *This,IUnknown *punk,HMENU hmenu,int nPos,int idFirst,int idLast,DWORD dwFlags);
    [all...]
winuser.h     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 424 void CPWL_EditCtrl::SetCaret(int32_t nPos) {
426 m_pEdit->SetCaret(nPos);
  /external/svox/pico/lib/
picopam.c     [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 362 virtual void SetCaret(int32_t nPos) = 0;
fxet_edit.h 629 void SetCaret(int32_t nPos) override;
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 694 int32_t nPos = m_pEdtEngine->GetCaretPos();
695 m_pEdtEngine->Insert(nPos, wsText, iLen);
    [all...]

Completed in 580 milliseconds

1 2