Home
last modified time | relevance | path

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

/external/skqp/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()
/external/skia/src/gpu/
DGrRectanizerPow2.cpp24 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height); in addRect()
26 if (0 == row->fRowHeight) { in addRect()
42 SkASSERT(row->fRowHeight == height); in addRect()
DGrRectanizerPow2.h51 int fRowHeight; member
76 row->fRowHeight = rowHeight; in initRow()