HomeSort by relevance Sort by last modified time
    Searched refs:m_DashCount (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 605 m_DashCount = 0;
620 m_DashCount = src.m_DashCount;
629 if (m_DashCount) {
630 m_DashArray = FX_Alloc(FX_FLOAT, m_DashCount);
634 FXSYS_memcpy32(m_DashArray, src.m_DashArray, m_DashCount * sizeof(FX_FLOAT));
649 m_DashCount = count;
fx_ge_ps.cpp 244 if (!m_bGraphStateSet || m_CurGraphState.m_DashCount != pGraphState->m_DashCount ||
245 FXSYS_memcmp32(m_CurGraphState.m_DashArray, pGraphState->m_DashArray, sizeof(FX_FLOAT)*m_CurGraphState.m_DashCount)) {
247 for (int i = 0; i < pGraphState->m_DashCount; i ++) {
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 354 pGraphState->m_DashCount = dash_count;
368 pGraphState->m_DashCount = 2;
457 graph_state.m_DashCount = dash_count;
470 graph_state.m_DashCount = 2;
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 607 if(pGraphState->m_DashCount) {
642 if (pGraphState->m_DashCount) {
643 pDash = FX_Alloc(FX_DWORD, pGraphState->m_DashCount);
647 for (int i = 0; i < pGraphState->m_DashCount; i ++) {
654 HPEN hPen = ExtCreatePen(PenStyle, (DWORD)FXSYS_ceil(width), &lb, pGraphState->m_DashCount, (const DWORD*)pDash);
782 if (bDrawAlpha || ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || pGraphState && pGraphState->m_DashCount)) {
807 if (pPathData->GetPointCount() == 2 && pGraphState && pGraphState->m_DashCount) {
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 247 int m_DashCount;
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 166 for (int i = 0; i < (pGraphState->m_DashCount + 1) / 2; i ++) {
171 FX_FLOAT off = i * 2 + 1 == pGraphState->m_DashCount ? on :
    [all...]

Completed in 147 milliseconds