Searched refs:m_pPath (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.h | 47 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
|
D | fpf_skiafont.cpp | 189 m_Face = pFontMgr->GetFontFace(pFont->m_pPath, pFont->m_iFaceIndex); in InitFont()
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | edittp.cpp | 27 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/ |
D | fwl_theme.h | 46 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/ |
D | xfa_fwltheme.cpp | 407 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix); in DrawBackground()
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_editimp.cpp | 1087 param.m_pPath = &path; in DrawContent() 1120 param.m_pPath = &path; in DrawContent()
|