Searched refs:fRowHeight (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_pow2.cpp25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
43 SkASSERT(row->fRowHeight == height);
H A DGrRectanizer_pow2.h45 // fRowHeight is actually known by this struct's position in fRows
47 int fRowHeight; member in struct:GrRectanizerPow2::Row
72 row->fRowHeight = rowHeight;
/external/skia/src/gpu/
H A DGrRectanizer_pow2.cpp25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
43 SkASSERT(row->fRowHeight == height);
H A DGrRectanizer_pow2.h45 // fRowHeight is actually known by this struct's position in fRows
47 int fRowHeight; member in struct:GrRectanizerPow2::Row
72 row->fRowHeight = rowHeight;
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h29 uint16_t fWidth, fHeight, fRowHeight; member in struct:GrTextureStripAtlas::Desc
68 SkScalar getVerticalScaleFactor() const { return SkIntToScalar(fDesc.fRowHeight) / fDesc.fHeight; }
H A DGrTextureStripAtlas.cpp76 , fNumRows(desc.fHeight / desc.fRowHeight)
81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
159 0, rowNumber * fDesc.fRowHeight,
160 fDesc.fWidth, fDesc.fRowHeight,
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h29 uint16_t fWidth, fHeight, fRowHeight; member in struct:GrTextureStripAtlas::Desc
68 SkScalar getVerticalScaleFactor() const { return SkIntToScalar(fDesc.fRowHeight) / fDesc.fHeight; }
H A DGrTextureStripAtlas.cpp76 , fNumRows(desc.fHeight / desc.fRowHeight)
81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
159 0, rowNumber * fDesc.fRowHeight,
160 fDesc.fWidth, fDesc.fRowHeight,
/external/chromium_org/third_party/skia/include/views/
H A DSkWidget.h294 SkScalar getRowHeight() const { return fRowHeight; }
342 SkScalar fRowHeight; member in class:SkListView
/external/skia/include/views/
H A DSkWidget.h294 SkScalar getRowHeight() const { return fRowHeight; }
342 SkScalar fRowHeight; member in class:SkListView
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShader.cpp1055 desc.fRowHeight = bitmap.height();
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp1055 desc.fRowHeight = bitmap.height();

Completed in 195 milliseconds