Home
last modified time | relevance | path

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

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