Home
last modified time | relevance | path

Searched refs:dash_count (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp478 size_t dash_count = pDashArray->GetCount(); in DrawBorder() local
479 if (dash_count % 2) { in DrawBorder()
480 dash_count++; in DrawBorder()
482 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, dash_count); in DrawBorder()
483 graph_state.m_DashCount = dash_count; in DrawBorder()
488 if (i < dash_count) { in DrawBorder()
/external/vulkan-validation-layers/windowsRuntimeInstaller/
Dconfigure_runtime.c429 size_t borders[5], dash_count = 0; in read_version_from_filename() local
433 for(i = 0; dash_count < 5; ++i) { in read_version_from_filename()
434 if(filename[i] == '-' && dash_count == 0) { in read_version_from_filename()
435 ++dash_count; in read_version_from_filename()
437 borders[dash_count++ - 1] = i + 1; in read_version_from_filename()