Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp469 size_t dash_count = pDashArray->GetCount(); in DrawBorder() local
470 if (dash_count % 2) { in DrawBorder()
471 dash_count++; in DrawBorder()
473 graph_state.m_DashArray = FX_Alloc(float, dash_count); in DrawBorder()
474 graph_state.m_DashCount = dash_count; in DrawBorder()
479 if (i < dash_count) { in DrawBorder()
/external/vulkan-validation-layers/windowsRuntimeInstaller/
Dconfigure_runtime.c468 size_t borders[5], dash_count = 0; in read_version_from_filename() local
472 for(i = 0; dash_count < 5; ++i) { in read_version_from_filename()
473 if(filename[i] == '-' && dash_count == 0) { in read_version_from_filename()
474 ++dash_count; in read_version_from_filename()
476 borders[dash_count++ - 1] = i + 1; in read_version_from_filename()