Home
last modified time | relevance | path

Searched refs:fRowHeight (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrRectanizer_pow2.cpp24 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height); in addRect()
26 if (0 == row->fRowHeight) { in addRect()
42 SkASSERT(row->fRowHeight == height); in addRect()
DGrRectanizer_pow2.h49 int fRowHeight; member
74 row->fRowHeight = rowHeight; in initRow()
DGrTextureStripAtlas.h34 uint16_t fWidth, fHeight, fRowHeight; member
/external/skia/src/gpu/effects/
DGrTextureStripAtlas.cpp77 , fNumRows(desc.fHeight / desc.fRowHeight) in GrTextureStripAtlas()
81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight); in GrTextureStripAtlas()
159 SkASSERT(bitmap.height() == fDesc.fRowHeight); in lockRow()
164 0, rowNumber * fDesc.fRowHeight, in lockRow()
/external/skia/src/effects/
DSkTableColorFilter.cpp492 desc.fRowHeight = bitmap.height(); in Make()
/external/skia/src/effects/gradients/
DSkGradientShader.cpp1684 desc.fRowHeight = bitmap.height(); in GrGradientEffect()