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

  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 905 CGFloat* dashArray = new CGFloat[graphState->m_DashCount];
907 dashArray[index] = graphState->m_DashArray[index];
910 CGFloat* dashArray = (CGFloat*)graphState->m_DashArray;
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 549 CFX_FloatArray dashArray;
550 pPen->GetDashArray(dashArray);
551 pGdiPen->SetDashPattern(dashArray.GetData(), dashArray.GetSize());
fde_gedevice.cpp 347 CFX_FloatArray dashArray;
350 dashArray.Add(3);
351 dashArray.Add(1);
354 dashArray.Add(1);
355 dashArray.Add(1);
358 dashArray.Add(3);
359 dashArray.Add(1);
360 dashArray.Add(1);
361 dashArray.Add(1);
364 dashArray.Add(3);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 422 FX_FLOAT dashArray[] = {4, 1, 2, 1};
424 dashArray[1] = 2;
425 dashArray[3] = 2;
427 pGraphics->SetLineDash(0, dashArray, 4);
431 FX_FLOAT dashArray[] = {4, 1, 2, 1, 2, 1};
433 dashArray[1] = 2;
434 dashArray[3] = 2;
435 dashArray[5] = 2;
437 pGraphics->SetLineDash(0, dashArray, 6);
441 FX_FLOAT dashArray[] = {5, 1};
    [all...]

Completed in 96 milliseconds