Searched refs:fConfig (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/third_party/skia/src/images/
H A DSkImageRef.cpp27 fConfig = config;
43 this, fConfig, (int)fStream->getLength());
99 fConfig = fBitmap.config();
124 if (this->onDecode(codec, fStream, &fBitmap, fConfig, mode)) {
169 fConfig = (SkBitmap::Config)buffer.readUInt();
184 buffer.writeUInt(fConfig);
/external/skia/src/images/
H A DSkImageRef.cpp27 fConfig = config;
43 this, fConfig, (int)fStream->getLength());
99 fConfig = fBitmap.config();
127 if (this->onDecode(codec, fStream, &fBitmap, fConfig, mode)) {
172 fConfig = (SkBitmap::Config)buffer.readUInt();
187 buffer.writeUInt(fConfig);
H A DSkFlipPixelRef.cpp14 fConfig = config;
30 device->setConfig(fConfig, fFlipper.width(), fFlipper.height());
/external/skia/tests/
H A DGpuBitmapCopyTest.cpp32 SkBitmap::Config fConfig; member in struct:Pair
131 SkGpuDevice* device = SkNEW_ARGS(SkGpuDevice, (grContext, gPairs[i].fConfig, W, H));
150 bool success = src.deepCopyTo(&dst, gPairs[j].fConfig);
160 bool canSucceed = src.canCopyTo(gPairs[j].fConfig);
170 TestIndividualCopy(reporter, gPairs[j].fConfig, success, src, dst);
175 success = subset.copyTo(&subsetCopy, gPairs[j].fConfig);
178 TestIndividualCopy(reporter, gPairs[j].fConfig, success, subset, subsetCopy,
183 success = subset.deepCopyTo(&subsetCopy, gPairs[j].fConfig);
186 TestIndividualCopy(reporter, gPairs[j].fConfig, success, subset, subsetCopy,
H A DReadWriteAlphaTest.cpp39 desc.fConfig = kAlpha_8_GrPixelConfig;
59 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
68 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
96 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
H A DBitmapCopyTest.cpp91 SkBitmap::Config fConfig; member in struct:Pair
262 src.setConfig(gPairs[i].fConfig, W, H);
270 bool success = src.copyTo(&dst, gPairs[j].fConfig);
280 bool canSucceed = src.canCopyTo(gPairs[j].fConfig);
292 REPORTER_ASSERT(reporter, dst.config() == gPairs[j].fConfig);
368 tstSafeSize.setConfig(gPairs[i].fConfig, 100000000U,
379 switch (gPairs[i].fConfig) {
423 if (gPairs[i].fConfig == SkBitmap::kA1_Config) {
439 src.setConfig(gPairs[i].fConfig, 2 * subW + 1, subH);
441 src.setConfig(gPairs[i].fConfig, sub
[all...]
H A DGrSurfaceTest.cpp25 desc.fConfig = kSkia8888_GrPixelConfig;
45 backendDesc.fConfig = kSkia8888_GrPixelConfig;
/external/skia/bench/
H A DRepeatTileBench.cpp91 SkBitmap::Config fConfig; member in class:RepeatTileBench
97 fConfig = c;
100 if (SkBitmap::kIndex8_Config == fConfig) {
103 fBitmap.setConfig(fConfig, w, h);
121 if (SkBitmap::kIndex8_Config == fConfig) {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLRenderTarget.cpp35 temp.fConfig = config;
53 desc.fConfig, desc.fSampleCnt,
76 desc.fConfig, desc.fSampleCnt,
H A DGrGLRenderTarget.h32 GrPixelConfig fConfig; member in struct:GrGLRenderTarget::Desc
/external/skia/src/gpu/gl/
H A DGrGLRenderTarget.cpp35 temp.fConfig = config;
53 desc.fConfig, desc.fSampleCnt,
76 desc.fConfig, desc.fSampleCnt,
H A DGrGLRenderTarget.h32 GrPixelConfig fConfig; member in struct:GrGLRenderTarget::Desc
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRenderTarget.cpp61 if (kUnknown_GrPixelConfig == fDesc.fConfig) {
64 colorBits = GrBytesPerPixel(fDesc.fConfig);
H A DSkGr.cpp80 desc->fConfig = SkBitmapConfig2GrPixelConfig(bitmap.config());
115 bitmap->height(), desc.fConfig,
123 desc.fConfig = SkBitmapConfig2GrPixelConfig(bitmap->config());
145 desc.fConfig,
/external/skia/src/gpu/
H A DGrRenderTarget.cpp61 if (kUnknown_GrPixelConfig == fDesc.fConfig) {
64 colorBits = GrBytesPerPixel(fDesc.fConfig);
H A DSkGr.cpp80 desc->fConfig = SkBitmapConfig2GrPixelConfig(bitmap.config());
115 bitmap->height(), desc.fConfig,
123 desc.fConfig = SkBitmapConfig2GrPixelConfig(bitmap->config());
145 desc.fConfig,
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h100 Config config() const { return (Config)fConfig; }
369 /** Return the bitmap's colortable, if it uses one (i.e. fConfig is
674 uint8_t fConfig; member in class:SkBitmap
785 SkASSERT(fConfig == kARGB_8888_Config);
792 SkASSERT(fConfig == kRGB_565_Config || fConfig == kARGB_4444_Config);
799 SkASSERT(fConfig == kA8_Config || fConfig == kIndex8_Config);
806 SkASSERT(fConfig == kIndex8_Config);
815 SkASSERT(fConfig
[all...]
/external/skia/include/core/
H A DSkBitmap.h100 Config config() const { return (Config)fConfig; }
369 /** Return the bitmap's colortable, if it uses one (i.e. fConfig is
674 uint8_t fConfig; member in class:SkBitmap
785 SkASSERT(fConfig == kARGB_8888_Config);
792 SkASSERT(fConfig == kRGB_565_Config || fConfig == kARGB_4444_Config);
799 SkASSERT(fConfig == kA8_Config || fConfig == kIndex8_Config);
806 SkASSERT(fConfig == kIndex8_Config);
815 SkASSERT(fConfig
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrSurface.h47 GrPixelConfig config() const { return fDesc.fConfig; }
/external/chromium_org/third_party/skia/include/images/
H A DSkImageRef.h91 SkBitmap::Config fConfig; member in class:SkImageRef
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_Win.h78 EGLConfig fConfig; member in class:SkOSWindow
/external/skia/include/gpu/
H A DGrSurface.h47 GrPixelConfig config() const { return fDesc.fConfig; }
/external/skia/include/images/
H A DSkFlipPixelRef.h66 SkBitmap::Config fConfig; member in class:SkFlipPixelRef
H A DSkImageRef.h91 SkBitmap::Config fConfig; member in class:SkImageRef
/external/skia/include/views/
H A DSkOSWindow_Win.h78 EGLConfig fConfig; member in class:SkOSWindow

Completed in 743 milliseconds

12345