Searched refs:fRowHeight (Results 1 – 8 of 8) sorted by relevance
25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height); in addRect()27 if (0 == row->fRowHeight) { in addRect()43 SkASSERT(row->fRowHeight == height); in addRect()
47 int fRowHeight; member72 row->fRowHeight = rowHeight; in initRow()
75 , fNumRows(desc.fHeight / desc.fRowHeight) in GrTextureStripAtlas()80 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight); in GrTextureStripAtlas()159 fTexture->writePixels(0, rowNumber * fDesc.fRowHeight, in lockRow()160 fDesc.fWidth, fDesc.fRowHeight, in lockRow()
31 uint16_t fWidth, fHeight, fRowHeight; member
293 SkScalar getRowHeight() const { return fRowHeight; } in getRowHeight()341 SkScalar fRowHeight; variable
1144 FX_FLOAT fRowHeight = 0; in SetAllWidgetsRect() local1152 fRowHeight += pR->m_fActualSize; in SetAllWidgetsRect()1155 fRowHeight = m_pProperties->m_rtWidget.height; in SetAllWidgetsRect()1188 SetWidgetActualHeight(pInfo, fRowHeight - fTopMargin - fBottomMargin); in SetAllWidgetsRect()1214 (fRowHeight - fTopMargin - fBottomMargin - pInfo->m_fActualHeight) / in SetAllWidgetsRect()1220 fRowStart + fRowHeight - fBottomMargin - pInfo->m_fActualHeight; in SetAllWidgetsRect()
467 desc.fRowHeight = bitmap.height(); in Create()
1116 desc.fRowHeight = bitmap.height(); in GrGradientEffect()