HomeSort by relevance Sort by last modified time
    Searched refs:SkImageInfo (Results 376 - 400 of 471) sorted by null

<<111213141516171819

  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStateUtils.cpp 307 bitmap.installPixels(SkImageInfo::Make(layerState.width, layerState.height,
  /external/chromium_org/third_party/skia/tests/
CanvasStateTest.cpp 99 bitmaps[j].allocPixels(SkImageInfo::Make(WIDTH, HEIGHT,
PictureTest.cpp 52 bm->allocPixels(SkImageInfo::Make(w, h, kAlpha_8_SkColorType,
603 bitmap.allocPixels(SkImageInfo::MakeN32Premul(2, 2));
    [all...]
  /external/skia/gm/
tilemodes.cpp 22 bm->allocPixels(SkImageInfo::Make(w, h, ct, kPremul_SkAlphaType));
tilemodes_scaled.cpp 23 bm->allocPixels(SkImageInfo::Make(w, h, ct, kPremul_SkAlphaType));
xfermodes.cpp 151 fBG.installPixels(SkImageInfo::Make(2, 2, kARGB_4444_SkColorType,
  /external/skia/src/core/
SkReadBuffer.cpp 279 bitmap->setInfo(SkImageInfo::MakeUnknown(width, height));
  /external/skia/src/fonts/
SkGScalerContext.cpp 122 bm.installPixels(SkImageInfo::MakeN32Premul(glyph.fWidth, glyph.fHeight),
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 189 bm->setInfo(SkImageInfo::MakeN32Premul(width, height));
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 302 bitmap.installPixels(SkImageInfo::Make(layerState.width, layerState.height,
  /external/skia/tests/
CanvasStateTest.cpp 44 bitmaps[j].allocPixels(SkImageInfo::Make(WIDTH, HEIGHT,
DrawBitmapRectTest.cpp 27 virtual bool onGetInfo(SkImageInfo* info) SK_OVERRIDE {
PictureTest.cpp 54 bm->allocPixels(SkImageInfo::Make(w, h, kAlpha_8_SkColorType,
849 SkImageInfo info = SkImageInfo::MakeN32Premul(kWidth, kHeight);
    [all...]
  /frameworks/base/core/jni/
android_view_GraphicBuffer.cpp 191 bitmap.setInfo(SkImageInfo::Make(buffer->getWidth(), buffer->getHeight(),
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 490 AndroidPixelRef::AndroidPixelRef(JNIEnv* env, const SkImageInfo& info, void* storage,
506 AndroidPixelRef::AndroidPixelRef(AndroidPixelRef& wrappedPixelRef, const SkImageInfo& info,
533 const SkImageInfo& info = bitmap->info();
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 626 const SkImageInfo info = SkImageInfo::MakeN32Premul(kCache32Count, kNumberOfDitherRows);
716 bitmap->setInfo(SkImageInfo::MakeN32Premul(kCache32Count, 1));
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 268 bmp->allocPixels(SkImageInfo::MakeA8(w, h));
    [all...]
  /external/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc 90 bitmap.allocPixels(SkImageInfo::MakeN32(width, height, kPremul_SkAlphaType));
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 321 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
SkImageDecoder_libico.cpp 259 bm->setInfo(SkImageInfo::MakeN32Premul(w, h), calculateRowBytesFor8888(w, bitCount));
  /external/skia/src/effects/
SkTableColorFilter.cpp 207 bmp->allocPixels(SkImageInfo::MakeA8(256, 4));
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 322 bm->setInfo(SkImageInfo::Make(sampler.scaledWidth(), sampler.scaledHeight(),
SkImageDecoder_libico.cpp 268 bm->setInfo(SkImageInfo::MakeN32Premul(w, h), calculateRowBytesFor8888(w, bitCount));
  /frameworks/base/libs/hwui/
TextureCache.cpp 350 rgbaBitmap.allocPixels(SkImageInfo::MakeN32(width, height, bitmap->alphaType()));
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 588 if (!bitmap->tryAllocPixels(SkImageInfo::Make(dst_size_in_pixel.width(),
663 SkImageInfo::MakeA8(scaled_bitmap.width(), scaled_bitmap.height()));
    [all...]

Completed in 752 milliseconds

<<111213141516171819