Searched refs:pDashArray (Results 1 – 2 of 2) sorted by relevance
267 CPDF_Array* pDashArray = NULL; in DrawBorder() local274 pDashArray = pBorderArray->GetArray(3); in DrawBorder()275 if (!pDashArray) { in DrawBorder()278 int nLen = pDashArray->GetCount(); in DrawBorder()281 CPDF_Object* pObj = pDashArray->GetElementValue(i); in DrawBorder()296 pDashArray = pBS->GetArray("D"); in DrawBorder()314 if (pDashArray) { in DrawBorder()315 FX_DWORD dash_count = pDashArray->GetCount(); in DrawBorder()322 for (i = 0; i < pDashArray->GetCount(); ++i) { in DrawBorder()323 graph_state.m_DashArray[i] = pDashArray->GetNumber(i); in DrawBorder()
1017 FX_FLOAT* pDashArray = FX_Alloc( in _GdipCreatePen() local1048 pDashArray[nCount - 2] += on_phase; in _GdipCreatePen()1049 pDashArray[nCount - 1] += off_phase; in _GdipCreatePen()1052 pDashArray[nCount++] = on_phase + on_leftover; in _GdipCreatePen()1054 pDashArray[nCount++] = off_phase + off_leftover; in _GdipCreatePen()1058 CallFunc(GdipSetPenDashArray)(pPen, pDashArray, nCount); in _GdipCreatePen()1068 FX_Free(pDashArray); in _GdipCreatePen()1069 pDashArray = NULL; in _GdipCreatePen()