HomeSort by relevance Sort by last modified time
    Searched refs:fRowHeight (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_pow2.cpp 25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
43 SkASSERT(row->fRowHeight == height);
GrRectanizer_pow2.h 45 // fRowHeight is actually known by this struct's position in fRows
47 int fRowHeight;
72 row->fRowHeight = rowHeight;
  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
43 SkASSERT(row->fRowHeight == height);
GrRectanizer_pow2.h 45 // fRowHeight is actually known by this struct's position in fRows
47 int fRowHeight;
72 row->fRowHeight = rowHeight;
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 29 uint16_t fWidth, fHeight, fRowHeight;
68 SkScalar getVerticalScaleFactor() const { return SkIntToScalar(fDesc.fRowHeight) / fDesc.fHeight; }
GrTextureStripAtlas.cpp 76 , 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/
GrTextureStripAtlas.h 29 uint16_t fWidth, fHeight, fRowHeight;
68 SkScalar getVerticalScaleFactor() const { return SkIntToScalar(fDesc.fRowHeight) / fDesc.fHeight; }
GrTextureStripAtlas.cpp 76 , 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/
SkWidget.h 294 SkScalar getRowHeight() const { return fRowHeight; }
342 SkScalar fRowHeight;
  /external/skia/include/views/
SkWidget.h 294 SkScalar getRowHeight() const { return fRowHeight; }
342 SkScalar fRowHeight;
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp     [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp     [all...]

Completed in 367 milliseconds