Home
last modified time | relevance | path

Searched refs:m_pPath (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h47 CFPF_SkiaPathFont() : m_pPath(NULL) {} in CFPF_SkiaPathFont()
48 ~CFPF_SkiaPathFont() override { FX_Free(m_pPath); } in ~CFPF_SkiaPathFont()
54 FX_Free(m_pPath); in SetPath()
56 m_pPath = FX_Alloc(FX_CHAR, iSize + 1); in SetPath()
57 FXSYS_memcpy(m_pPath, pPath, iSize * sizeof(FX_CHAR)); in SetPath()
58 m_pPath[iSize] = 0; in SetPath()
60 FX_CHAR* m_pPath; variable
Dfpf_skiafont.cpp189 m_Face = pFontMgr->GetFontFace(pFont->m_pPath, pFont->m_iFaceIndex); in InitFont()
/external/pdfium/xfa/src/fwl/src/theme/
Dedittp.cpp27 if (pParams->m_pPath) { in DrawBackground()
34 pGraphics->FillPath(pParams->m_pPath, FXFILL_WINDING, in DrawBackground()
70 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix); in DrawBackground()
/external/pdfium/xfa/include/fwl/core/
Dfwl_theme.h46 CFWL_ThemeBackground() : m_pGraphics(NULL), m_pImage(NULL), m_pPath(NULL) {} in CFWL_ThemeBackground()
49 CFX_Path* m_pPath; variable
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.cpp407 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix); in DrawBackground()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp1087 param.m_pPath = &path; in DrawContent()
1120 param.m_pPath = &path; in DrawContent()