Home
last modified time | relevance | path

Searched defs:firstRow (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.h145 inline RenderTableRow* RenderTableSection::firstRow() const in firstRow() function
DFixedTableLayout.cpp138 RenderTableRow* firstRow = section->firstRow(); in calcWidthArray() local
DRenderTableSection.cpp1249 const Row& firstRow = m_grid[0].row; in firstLineBoxBaseline() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGradientGeneratedImage.cpp53 …int firstRow = static_cast<int>(floorf((((destRect.y() - phase.y()) / scale.height()) - srcRect.y… in drawPattern() local
/external/mesa3d/src/mesa/program/
Dprog_statevars.c293 const GLuint firstRow = (GLuint) state[2]; in _mesa_fetch_state() local
1003 const GLuint firstRow = (GLuint) state[2]; in _mesa_program_state_string() local
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_statevars.c293 const GLuint firstRow = (GLuint) state[2]; in _mesa_fetch_state() local
1003 const GLuint firstRow = (GLuint) state[2]; in _mesa_program_state_string() local
/external/icu/icu4c/source/common/
Dpropsvec.c157 uint32_t *firstRow, *lastRow; in upvec_setValue() local
/external/chromium_org/third_party/icu/source/common/
Dpropsvec.c157 uint32_t *firstRow, *lastRow; in upvec_setValue() local
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_util.js617 context, image, firstRow, rowCount) { argument