Home
last modified time | relevance | path

Searched defs:numCells (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnumericedit.cpp58 std::optional<int32_t> numCells = m_pNode->GetNumberOfCells(); in UpdateWidgetProperty() local
Dcxfa_ffdatetimeedit.cpp95 std::optional<int32_t> numCells = m_pNode->GetNumberOfCells(); in UpdateWidgetProperty() local
Dcxfa_fftextedit.cpp101 std::optional<int32_t> numCells = m_pNode->GetNumberOfCells(); in UpdateWidgetProperty() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderLayerTests.cpp490 std::vector<UVec4> generateGrid(const int numCells, const UVec2 &renderSize) in generateGrid()
DvktDrawShaderViewportIndexTests.cpp353 std::vector<UVec4> generateGrid(const int numCells, const UVec2 &renderSize) in generateGrid()
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp1047 const int numCells = GRID_SIZE * GRID_SIZE; in createBuffers() local