Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A 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()
H A DGrRectanizer_pow2.h49 int fRowHeight; member
74 row->fRowHeight = rowHeight; in initRow()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A 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()
H A DGrRectanizer_pow2.h49 int fRowHeight; member
74 row->fRowHeight = rowHeight; in initRow()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A 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()
H A DGrRectanizer_pow2.h49 int fRowHeight; member
74 row->fRowHeight = rowHeight; in initRow()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A 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()
H A DGrRectanizer_pow2.h49 int fRowHeight; member
74 row->fRowHeight = rowHeight; in initRow()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A 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()
H A DGrRectanizer_pow2.h49 int fRowHeight; member
74 row->fRowHeight = rowHeight; in initRow()
H A DGrTextureStripAtlas.h34 uint16_t fWidth, fHeight, fRowHeight; member
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A 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()
H A DGrRectanizer_pow2.h48 int fRowHeight; member
73 row->fRowHeight = rowHeight; in initRow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A 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()
H A DGrRectanizerPow2.h51 int fRowHeight; member
76 row->fRowHeight = rowHeight; in initRow()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp75 , 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()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp77 , fNumRows(desc.fHeight / desc.fRowHeight) in GrTextureStripAtlas()
81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight); in GrTextureStripAtlas()
173 SkASSERT(bitmap.height() == fDesc.fRowHeight); in lockRow()
178 0, rowNumber * fDesc.fRowHeight, in lockRow()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/private/
H A DGrTextureStripAtlas.h31 uint16_t fWidth, fHeight, fRowHeight;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/effects/
H A DSkTableColorFilter.cpp446 desc.fRowHeight = bitmap.height(); in Make()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/effects/
H A DSkTableColorFilter.cpp468 desc.fRowHeight = bitmap.height(); in Make()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/shaders/gradients/
H A DSkGradientShader.cpp1298 desc.fRowHeight = bitmap.height(); // always 1 here in GrGradientEffect()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/effects/gradients/
H A DSkGradientShader.cpp1640 desc.fRowHeight = bitmap.height();