Home
last modified time | relevance | path

Searched refs:fBytesPerPixel (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrDrawOpAtlas.cpp74 , fBytesPerPixel(GrBytesPerPixel(config)) in Plot()
80 SkASSERT(((width*fBytesPerPixel) & 0x3) == 0); in Plot()
82 SkASSERT(fBytesPerPixel != 3 && fBytesPerPixel <= 4); in Plot()
106 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
110 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
111 dataPtr += fBytesPerPixel * loc->fX; in addSubImage()
116 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
122 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
141 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
144 unsigned int clearBits = 0x3 / fBytesPerPixel; in uploadToTexture()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrBatchAtlas.cpp30 , fBytesPerPixel(GrBytesPerPixel(config)) in BatchPlot()
56 fData = reinterpret_cast<unsigned char*>(sk_calloc_throw(fBytesPerPixel * fWidth * in addSubImage()
59 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
63 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
64 dataPtr += fBytesPerPixel * loc->fX; in addSubImage()
68 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
86 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
89 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
106 sk_bzero(fData, fBytesPerPixel * fWidth * fHeight); in resetRects()
H A DGrBatchAtlas.h161 SkDEBUGCODE(size_t bpp() const { return fBytesPerPixel; })
210 const size_t fBytesPerPixel; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrDrawOpAtlas.cpp87 SkASSERT(((width*fBytesPerPixel) & 0x3) == 0); in Plot()
89 SkASSERT(fBytesPerPixel != 3 && fBytesPerPixel <= 4); in Plot()
113 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
117 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
118 dataPtr += fBytesPerPixel * loc->fX; in addSubImage()
123 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
129 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
148 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
151 unsigned int clearBits = 0x3 / fBytesPerPixel; in uploadToTexture()
158 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
[all …]
H A DGrDrawOpAtlas.h275 SkDEBUGCODE(size_t bpp() const { return fBytesPerPixel; })
341 const size_t fBytesPerPixel; variable
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrDrawOpAtlas.cpp87 SkASSERT(((width*fBytesPerPixel) & 0x3) == 0); in Plot()
89 SkASSERT(fBytesPerPixel != 3 && fBytesPerPixel <= 4); in Plot()
113 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
117 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
118 dataPtr += fBytesPerPixel * loc->fX; in addSubImage()
123 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
129 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
148 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
151 unsigned int clearBits = 0x3 / fBytesPerPixel; in uploadToTexture()
158 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrDrawOpAtlas.cpp87 SkASSERT(((width*fBytesPerPixel) & 0x3) == 0); in Plot()
89 SkASSERT(fBytesPerPixel != 3 && fBytesPerPixel <= 4); in Plot()
113 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
117 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
118 dataPtr += fBytesPerPixel * loc->fX; in addSubImage()
123 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
129 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
148 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
151 unsigned int clearBits = 0x3 / fBytesPerPixel; in uploadToTexture()
158 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrDrawOpAtlas.cpp87 SkASSERT(((width*fBytesPerPixel) & 0x3) == 0); in Plot()
89 SkASSERT(fBytesPerPixel != 3 && fBytesPerPixel <= 4); in Plot()
113 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
117 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
118 dataPtr += fBytesPerPixel * loc->fX; in addSubImage()
123 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
129 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
148 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
151 unsigned int clearBits = 0x3 / fBytesPerPixel; in uploadToTexture()
158 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp118 SkASSERT(((width*fBytesPerPixel) & 0x3) == 0); in Plot()
120 SkASSERT(fBytesPerPixel != 3 && fBytesPerPixel <= 4); in Plot()
139 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
143 dataPtr += fBytesPerPixel * fWidth * loc->fY; in addSubImage()
144 dataPtr += fBytesPerPixel * loc->fX; in addSubImage()
149 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
155 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
174 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
177 unsigned int clearBits = 0x3 / fBytesPerPixel; in uploadToTexture()
184 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp107 SkASSERT(((width*fBytesPerPixel) & 0x3) == 0); in Plot()
109 SkASSERT(fBytesPerPixel != 3 && fBytesPerPixel <= 4); in Plot()
132 size_t rowBytes = width * fBytesPerPixel; in addSubImage()
136 dataPtr += fBytesPerPixel * fWidth * rect.fTop; in addSubImage()
137 dataPtr += fBytesPerPixel * rect.fLeft; in addSubImage()
142 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
148 dataPtr += fBytesPerPixel * fWidth; in addSubImage()
167 size_t rowBytes = fBytesPerPixel * fWidth; in uploadToTexture()
170 unsigned int clearBits = 0x3 / fBytesPerPixel; in uploadToTexture()
177 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp290 info.fBytesPerPixel = 4; in initFormatTable()
318 info.fBytesPerPixel = 1; in initFormatTable()
347 info.fBytesPerPixel = 4; in initFormatTable()
366 info.fBytesPerPixel = 2; in initFormatTable()
385 info.fBytesPerPixel = 8; in initFormatTable()
411 info.fBytesPerPixel = 2; in initFormatTable()
432 info.fBytesPerPixel = 2; in initFormatTable()
451 info.fBytesPerPixel = 4; in initFormatTable()
470 info.fBytesPerPixel = 2; in initFormatTable()
491 info.fBytesPerPixel = 4; in initFormatTable()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp760 info.fBytesPerPixel = 4; in initFormatTable()
788 info.fBytesPerPixel = 1; in initFormatTable()
817 info.fBytesPerPixel = 4; in initFormatTable()
836 info.fBytesPerPixel = 2; in initFormatTable()
855 info.fBytesPerPixel = 8; in initFormatTable()
881 info.fBytesPerPixel = 2; in initFormatTable()
902 info.fBytesPerPixel = 3; in initFormatTable()
921 info.fBytesPerPixel = 2; in initFormatTable()
940 info.fBytesPerPixel = 4; in initFormatTable()
959 info.fBytesPerPixel = 4; in initFormatTable()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp716 info.fBytesPerPixel = 4; in initFormatTable()
744 info.fBytesPerPixel = 1; in initFormatTable()
773 info.fBytesPerPixel = 4; in initFormatTable()
792 info.fBytesPerPixel = 2; in initFormatTable()
811 info.fBytesPerPixel = 8; in initFormatTable()
837 info.fBytesPerPixel = 2; in initFormatTable()
858 info.fBytesPerPixel = 3; in initFormatTable()
877 info.fBytesPerPixel = 2; in initFormatTable()
896 info.fBytesPerPixel = 4; in initFormatTable()
915 info.fBytesPerPixel = 2; in initFormatTable()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp716 info.fBytesPerPixel = 4; in initFormatTable()
744 info.fBytesPerPixel = 1; in initFormatTable()
773 info.fBytesPerPixel = 4; in initFormatTable()
792 info.fBytesPerPixel = 2; in initFormatTable()
811 info.fBytesPerPixel = 8; in initFormatTable()
837 info.fBytesPerPixel = 2; in initFormatTable()
858 info.fBytesPerPixel = 3; in initFormatTable()
877 info.fBytesPerPixel = 2; in initFormatTable()
896 info.fBytesPerPixel = 4; in initFormatTable()
915 info.fBytesPerPixel = 2; in initFormatTable()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp716 info.fBytesPerPixel = 4; in initFormatTable()
744 info.fBytesPerPixel = 1; in initFormatTable()
773 info.fBytesPerPixel = 4; in initFormatTable()
792 info.fBytesPerPixel = 2; in initFormatTable()
811 info.fBytesPerPixel = 8; in initFormatTable()
837 info.fBytesPerPixel = 2; in initFormatTable()
858 info.fBytesPerPixel = 3; in initFormatTable()
877 info.fBytesPerPixel = 2; in initFormatTable()
896 info.fBytesPerPixel = 4; in initFormatTable()
915 info.fBytesPerPixel = 2; in initFormatTable()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp716 info.fBytesPerPixel = 4; in initFormatTable()
744 info.fBytesPerPixel = 1; in initFormatTable()
773 info.fBytesPerPixel = 4; in initFormatTable()
792 info.fBytesPerPixel = 2; in initFormatTable()
811 info.fBytesPerPixel = 8; in initFormatTable()
837 info.fBytesPerPixel = 2; in initFormatTable()
858 info.fBytesPerPixel = 3; in initFormatTable()
877 info.fBytesPerPixel = 2; in initFormatTable()
896 info.fBytesPerPixel = 4; in initFormatTable()
915 info.fBytesPerPixel = 2; in initFormatTable()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.mm518 info->fBytesPerPixel = 1;
543 info->fBytesPerPixel = 1;
561 info->fBytesPerPixel = 2;
577 info->fBytesPerPixel = 2;
594 info->fBytesPerPixel = 4;
617 info->fBytesPerPixel = 2;
633 info->fBytesPerPixel = 4;
649 info->fBytesPerPixel = 4;
669 info->fBytesPerPixel = 4;
685 info->fBytesPerPixel = 2;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.mm518 info->fBytesPerPixel = 1;
543 info->fBytesPerPixel = 1;
561 info->fBytesPerPixel = 2;
577 info->fBytesPerPixel = 2;
594 info->fBytesPerPixel = 4;
617 info->fBytesPerPixel = 2;
633 info->fBytesPerPixel = 4;
649 info->fBytesPerPixel = 4;
669 info->fBytesPerPixel = 4;
685 info->fBytesPerPixel = 2;
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.mm518 info->fBytesPerPixel = 1;
543 info->fBytesPerPixel = 1;
561 info->fBytesPerPixel = 2;
577 info->fBytesPerPixel = 2;
594 info->fBytesPerPixel = 4;
617 info->fBytesPerPixel = 2;
633 info->fBytesPerPixel = 4;
649 info->fBytesPerPixel = 4;
669 info->fBytesPerPixel = 4;
685 info->fBytesPerPixel = 2;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlCaps.mm518 info->fBytesPerPixel = 1;
543 info->fBytesPerPixel = 1;
561 info->fBytesPerPixel = 2;
577 info->fBytesPerPixel = 2;
594 info->fBytesPerPixel = 4;
617 info->fBytesPerPixel = 2;
633 info->fBytesPerPixel = 4;
649 info->fBytesPerPixel = 4;
669 info->fBytesPerPixel = 4;
685 info->fBytesPerPixel = 2;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.mm536 info->fBytesPerPixel = 1;
561 info->fBytesPerPixel = 1;
579 info->fBytesPerPixel = 2;
595 info->fBytesPerPixel = 2;
612 info->fBytesPerPixel = 4;
635 info->fBytesPerPixel = 2;
651 info->fBytesPerPixel = 4;
667 info->fBytesPerPixel = 4;
687 info->fBytesPerPixel = 4;
708 info->fBytesPerPixel = 4;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1241 *bpp = info.fBytesPerPixel; in getTexSubImageZeroFormatTypeAndBpp()
1345 info.fBytesPerPixel = 4; in initFormatTable()
1454 info.fBytesPerPixel = 1; in initFormatTable()
1574 info.fBytesPerPixel = 1; in initFormatTable()
1648 info.fBytesPerPixel = 1; in initFormatTable()
1749 info.fBytesPerPixel = 4; in initFormatTable()
1852 info.fBytesPerPixel = 2; in initFormatTable()
1921 info.fBytesPerPixel = 8; in initFormatTable()
2055 info.fBytesPerPixel = 2; in initFormatTable()
2166 info.fBytesPerPixel = 2; in initFormatTable()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1241 *bpp = info.fBytesPerPixel; in getTexSubImageZeroFormatTypeAndBpp()
1345 info.fBytesPerPixel = 4; in initFormatTable()
1454 info.fBytesPerPixel = 1; in initFormatTable()
1574 info.fBytesPerPixel = 1; in initFormatTable()
1648 info.fBytesPerPixel = 1; in initFormatTable()
1749 info.fBytesPerPixel = 4; in initFormatTable()
1852 info.fBytesPerPixel = 2; in initFormatTable()
1921 info.fBytesPerPixel = 8; in initFormatTable()
2055 info.fBytesPerPixel = 2; in initFormatTable()
2166 info.fBytesPerPixel = 2; in initFormatTable()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1241 *bpp = info.fBytesPerPixel; in getTexSubImageZeroFormatTypeAndBpp()
1345 info.fBytesPerPixel = 4; in initFormatTable()
1454 info.fBytesPerPixel = 1; in initFormatTable()
1574 info.fBytesPerPixel = 1; in initFormatTable()
1648 info.fBytesPerPixel = 1; in initFormatTable()
1749 info.fBytesPerPixel = 4; in initFormatTable()
1852 info.fBytesPerPixel = 2; in initFormatTable()
1921 info.fBytesPerPixel = 8; in initFormatTable()
2055 info.fBytesPerPixel = 2; in initFormatTable()
2166 info.fBytesPerPixel = 2; in initFormatTable()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp1241 *bpp = info.fBytesPerPixel; in getTexSubImageZeroFormatTypeAndBpp()
1345 info.fBytesPerPixel = 4; in initFormatTable()
1454 info.fBytesPerPixel = 1; in initFormatTable()
1574 info.fBytesPerPixel = 1; in initFormatTable()
1648 info.fBytesPerPixel = 1; in initFormatTable()
1749 info.fBytesPerPixel = 4; in initFormatTable()
1852 info.fBytesPerPixel = 2; in initFormatTable()
1921 info.fBytesPerPixel = 8; in initFormatTable()
2055 info.fBytesPerPixel = 2; in initFormatTable()
2166 info.fBytesPerPixel = 2; in initFormatTable()
[all …]

12