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

  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 349 pGraphState->m_DashArray = FX_Alloc(FX_FLOAT, dash_count);
350 if (pGraphState->m_DashArray == NULL) {
357 pGraphState->m_DashArray[i] = pDashArray->GetNumber(i);
360 pGraphState->m_DashArray[i] = pGraphState->m_DashArray[i - 1];
363 pGraphState->m_DashArray = FX_Alloc(FX_FLOAT, 2);
364 if (pGraphState->m_DashArray == NULL) {
369 pGraphState->m_DashArray[0] = pGraphState->m_DashArray[1] = 3 * 1.0f;
453 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, dash_count);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 606 m_DashArray = NULL;
614 m_DashArray = NULL;
621 if (m_DashArray) {
622 FX_Free(m_DashArray);
624 m_DashArray = NULL;
630 m_DashArray = FX_Alloc(FX_FLOAT, m_DashCount);
631 if (!m_DashArray) {
634 FXSYS_memcpy32(m_DashArray, src.m_DashArray, m_DashCount * sizeof(FX_FLOAT));
639 if (m_DashArray) {
    [all...]
fx_ge_ps.cpp 245 FXSYS_memcmp32(m_CurGraphState.m_DashArray, pGraphState->m_DashArray, sizeof(FX_FLOAT)*m_CurGraphState.m_DashCount)) {
248 buf << pGraphState->m_DashArray[i] << FX_BSTRC(" ");
  /external/pdfium/core/include/fxge/
fx_ge.h 248 FX_FLOAT* m_DashArray;
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 445 gsd.m_DashArray[0] = (FX_FLOAT)GetBorderDash().nDash;
446 gsd.m_DashArray[1] = (FX_FLOAT)GetBorderDash().nGap;
PWL_Utils.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 156 if (pGraphState->m_DashArray == NULL) {
167 FX_FLOAT on = pGraphState->m_DashArray[i * 2];
172 pGraphState->m_DashArray[i * 2 + 1];
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 648 pDash[i] = FXSYS_round(pMatrix ? pMatrix->TransformDistance(pGraphState->m_DashArray[i]) : pGraphState->m_DashArray[i]);
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 475 pData->m_DashArray[i] = FXSYS_Mul(pArray->GetNumber(i), scale);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 113 gsd.m_DashArray[0] = 1.0f;

Completed in 83 milliseconds