HomeSort by relevance Sort by last modified time
    Searched refs:setConfig (Results 126 - 150 of 449) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/tests/
DrawPathTest.cpp 16 bm.setConfig(config, w, h, rb);
87 bm.setConfig(SkBitmap::kARGB_8888_Config, 2700, 30*1024);
  /external/skia/tools/
skdiff_utils.cpp 147 drp->fDifference.fBitmap.setConfig(SkBitmap::kARGB_8888_Config, w, h);
150 drp->fWhite.fBitmap.setConfig(SkBitmap::kARGB_8888_Config, w, h);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 49 mComponent->SetConfig = SetConfigWrapper;
168 return me->setConfig(index, params);
279 OMX_ERRORTYPE SoftOMXComponent::setConfig(
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 245 dst->setConfig(src->getConfig(), w, h);
358 bitmap->setConfig(SkBitmap::kARGB_8888_Config, bitmap->width(), bitmap->height());
439 bm.setConfig(bm.config(), bm.width(), bm.height(), target->fRowBytes);
SkImageDecoder_wbmp.cpp 114 decodedBitmap->setConfig(SkBitmap::kIndex8_Config, width, height);
SkImageRef.cpp 59 bitmap->setConfig(fBitmap.config(), fBitmap.width(), fBitmap.height());
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 19 bm.setConfig(SkBitmap::kNo_Config, width, height);
32 fBm.setConfig(SkBitmap::kNo_Config, fWidth, fHeight);
64 bitmap.setConfig(SkBitmap::kARGB_8888_Config, 1, 1);
  /external/skia/bench/
BitmapBench.cpp 51 dst->setConfig(SkBitmap::kIndex8_Config, src.width(), src.height());
115 bm.setConfig(SkBitmap::kARGB_8888_Config, W, H);
117 bm.setConfig(fConfig, W, H);
  /external/skia/src/images/
SkImageDecoder.cpp 248 dst->setConfig(src->getConfig(), w, h);
361 bitmap->setConfig(SkBitmap::kARGB_8888_Config, bitmap->width(), bitmap->height());
442 bm.setConfig(bm.config(), bm.width(), bm.height(), target->fRowBytes);
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 19 bm.setConfig(SkBitmap::kNo_Config, width, height);
32 fBm.setConfig(SkBitmap::kNo_Config, fWidth, fHeight);
64 bitmap.setConfig(SkBitmap::kARGB_8888_Config, 1, 1);
  /frameworks/av/media/libstagefright/
OMXClient.cpp 62 virtual status_t setConfig(
259 status_t MuxOMX::setConfig(
262 return getOMX(node)->setConfig(node, index, params, size);
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer_unittest.cc 31 src.setConfig(SkBitmap::kARGB_8888_Config, w, h);
  /external/chromium_org/ash/shell/
window_watcher.cc 114 icon_bitmap.setConfig(SkBitmap::kARGB_8888_Config, 16, 16);
  /external/chromium_org/cc/layers/
nine_patch_layer_unittest.cc 82 bitmap.setConfig(SkBitmap::kARGB_8888_Config, 10, 10);
  /external/chromium_org/cc/test/
layer_tree_json_parser.cc 60 bitmap.setConfig(SkBitmap::kARGB_8888_Config, image_width, image_height);
tiled_layer_test_common.cc 12 bitmap_.setConfig(SkBitmap::kARGB_8888_Config, 10, 10);
  /external/chromium_org/chrome/browser/chromeos/ui/
app_launch_view.cc 162 background.setConfig(SkBitmap::kARGB_8888_Config, 1, 1);
  /external/chromium_org/chrome/browser/thumbnails/
render_widget_snapshot_taker.cc 134 non_owned_bitmap.setConfig(SkBitmap::kARGB_8888_Config,
  /external/chromium_org/third_party/skia/src/animator/
SkDrawBitmap.cpp 92 fBitmap.setConfig((SkBitmap::Config) format, width, height, rowBytes);
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 58 fBitmap.setConfig(config, width, height);
76 fBitmap.setConfig(config, width, height);
197 tmp.setConfig(SkBitmap::kARGB_8888_Config, bitmap->width(),
290 dstBmp.setConfig(SkBitmap::kARGB_8888_Config,
  /external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp 153 dst->setConfig(src.config(), src.width(), src.height());
169 temp.setConfig(dst->config(), dst->width(), dst->height());
201 dst->setConfig(src.config(), src.width(), src.height());
217 temp.setConfig(dst->config(), dst->width(), dst->height());
SkXfermodeImageFilter.cpp 61 dst->setConfig(background.config(), background.width(), background.height());
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 169 dst->setConfig(SkBitmap::kARGB_8888_Config, width, height);
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 179 setConfig(SkBitmap::kARGB32_Config);
  /external/chromium_org/ui/views/controls/button/
image_button_unittest.cc 14 bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);

Completed in 458 milliseconds

1 2 3 4 56 7 8 91011>>