HomeSort by relevance Sort by last modified time
    Searched refs:fConfig (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/src/images/
SkImageRef.cpp 27 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/
SkImageRef.cpp 27 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);
SkFlipPixelRef.cpp 14 fConfig = config;
30 device->setConfig(fConfig, fFlipper.width(), fFlipper.height());
  /external/skia/tests/
ReadWriteAlphaTest.cpp 39 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,
GpuBitmapCopyTest.cpp 32 SkBitmap::Config fConfig;
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,
BitmapCopyTest.cpp 91 SkBitmap::Config fConfig;
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, subW, subH)
    [all...]
GrSurfaceTest.cpp 25 desc.fConfig = kSkia8888_GrPixelConfig;
45 backendDesc.fConfig = kSkia8888_GrPixelConfig;
  /external/skia/bench/
RepeatTileBench.cpp 91 SkBitmap::Config fConfig;
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/include/core/
SkBitmap.h 100 Config config() const { return (Config)fConfig; }
369 /** Return the bitmap's colortable, if it uses one (i.e. fConfig is
674 uint8_t fConfig;
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 == kA1_Config)
    [all...]
  /external/skia/include/core/
SkBitmap.h 100 Config config() const { return (Config)fConfig; }
369 /** Return the bitmap's colortable, if it uses one (i.e. fConfig is
674 uint8_t fConfig;
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 == kA1_Config)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLRenderTarget.cpp 35 temp.fConfig = config;
53 desc.fConfig, desc.fSampleCnt,
76 desc.fConfig, desc.fSampleCnt,
GrGLRenderTarget.h 32 GrPixelConfig fConfig;
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 35 temp.fConfig = config;
53 desc.fConfig, desc.fSampleCnt,
76 desc.fConfig, desc.fSampleCnt,
GrGLRenderTarget.h 32 GrPixelConfig fConfig;
  /external/chromium_org/third_party/skia/include/images/
SkImageRef.h 91 SkBitmap::Config fConfig;
  /external/skia/include/images/
SkImageRef.h 91 SkBitmap::Config fConfig;
SkFlipPixelRef.h 66 SkBitmap::Config fConfig;
  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 61 if (kUnknown_GrPixelConfig == fDesc.fConfig) {
64 colorBits = GrBytesPerPixel(fDesc.fConfig);
SkGr.cpp 80 desc->fConfig = SkBitmapConfig2GrPixelConfig(bitmap.config());
115 bitmap->height(), desc.fConfig,
123 desc.fConfig = SkBitmapConfig2GrPixelConfig(bitmap->config());
145 desc.fConfig,
  /external/skia/src/gpu/
GrRenderTarget.cpp 61 if (kUnknown_GrPixelConfig == fDesc.fConfig) {
64 colorBits = GrBytesPerPixel(fDesc.fConfig);
SkGr.cpp 80 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/gpu/
GrSurface.h 47 GrPixelConfig config() const { return fDesc.fConfig; }
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Win.h 78 EGLConfig fConfig;
  /external/skia/include/gpu/
GrSurface.h 47 GrPixelConfig config() const { return fDesc.fConfig; }
  /external/skia/include/views/
SkOSWindow_Win.h 78 EGLConfig fConfig;

Completed in 483 milliseconds

1 2 3 4 5