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

  /external/pdfium/xfa/src/fdp/src/fde/
fde_render.cpp 218 IFDE_Path* pPath = pPathSet->GetPath(hPath);
219 if (pPath == NULL) {
229 m_pRenderDevice->DrawPath(pPen, fWidth, pPath, &m_Transform);
235 m_pRenderDevice->FillPath(pBrush, pPath, &m_Transform);
fde_geobject.cpp 210 CFDE_Path* pPath = (CFDE_Path*)pSrc;
211 if (pPath == NULL) {
214 int32_t iCount = pPath->m_Path.GetPointCount();
219 LineTo(pPath->m_Path.GetPointX(0), pPath->m_Path.GetPointY(0));
221 m_Path.Append(&pPath->m_Path, NULL);
fde_gdidevice.cpp 76 Gdiplus::GraphicsPath* pPath = m_pClipPath ? &m_pClipPath->m_Path : NULL;
77 return m_pGraphics->SetClip(pPath) == Gdiplus::Ok;
329 const IFDE_Path* pPath,
331 CFDE_GdiPath* pGdiPath = (CFDE_GdiPath*)pPath;
447 const IFDE_Path* pPath,
449 CFDE_GdiPath* pGdiPath = (CFDE_GdiPath*)pPath;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java 468 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd);
477 kss[i].setEntry(aliases[j], pKey, pPath);
487 en = kss[i].getEntry(aliases[j], pPath);
532 pPath.destroy();
535 kss[i].setEntry("ZZZ", pKey, pPath);
542 kss[i].getEntry(aliases[j], pPath);
581 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd);
590 kss[i].setEntry(aliases[j], sKey, pPath);
618 pPath.destroy();
621 kss[i].setEntry("ZZZ", aEntry, pPath);
    [all...]
KeyStore_Impl3Test.java 115 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd);
126 kss[i].setEntry(aliases[1], pKey, pPath);
127 kss[i].setEntry(aliases[2], pKey, pPath);
154 en = kss[i].getEntry(aliases[j], (j == 0 ? null : pPath));
155 en1 = kss1[i].getEntry(aliases[j], (j == 0 ? null : pPath));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiatlprov.h 238 CComPtr<IWbemPath>pPath;
239 HRESULT hr = pParserFactory->CreateInstance(NULL,IID_IWbemPath,(void **) &pPath);
241 hr = pPath->SetText(WBEMPATH_CREATE_ACCEPT_ALL,ObjectPath);
248 hr = pPath->GetClassName(&ulBufLen,wClass);
260 hr = pPath->GetInfo((ULONG)0,&ullPathInfo);
vds.h     [all...]
iads.h 760 PADS_PATH pPath;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 763 const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(
765 if (!pPath) {
777 path.m_Path.New()->Append(pPath, &matrix);
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp 849 IFDE_Path* pPath = IFDE_Path::Create();
865 pPath->AddLine(pt1, pt2);
881 pPath->AddLine(pt1, pt2);
904 pPath->AddLine(pt1, pt2);
911 m_pRenderDevice->DrawPath(pPen, 1, pPath, &m_Matrix);
913 pPath->Release();
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 742 pPath = FOUR_CHAR_CODE('FTPc')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 742 pPath = FOUR_CHAR_CODE('FTPc')
    [all...]

Completed in 370 milliseconds