HomeSort by relevance Sort by last modified time
    Searched defs:img (Results 1 - 25 of 565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gm/
makeRasterImage.cpp 13 auto img = GetResourceAsImage("images/color_wheel.png"); local
14 canvas->drawImage(img->makeRasterImage(), 0,0);
bug6783.cpp 35 sk_sp<SkImage> img = surface->makeImageSnapshot(); local
45 p.setShader(img->makeShader(SkShader::kRepeat_TileMode, SkShader::kClamp_TileMode, &m));
srgb.cpp 16 auto img = GetResourceAsImage("images/mandrill_256.png"); local
30 canvas->drawImage(img, 0, 0, nullptr);
31 canvas->drawImage(img, 256, 0, &p);
34 canvas->drawImage(img, 0, 256, &p);
36 canvas->drawImage(img, 256, 256, &p);
39 canvas->drawImage(img, 0, 512, &p);
41 canvas->drawImage(img, 256, 512, &p);
  /external/skqp/gm/
makeRasterImage.cpp 13 auto img = GetResourceAsImage("images/color_wheel.png"); local
14 canvas->drawImage(img->makeRasterImage(), 0,0);
bug6783.cpp 35 sk_sp<SkImage> img = surface->makeImageSnapshot(); local
45 p.setShader(img->makeShader(SkShader::kRepeat_TileMode, SkShader::kClamp_TileMode, &m));
srgb.cpp 16 auto img = GetResourceAsImage("images/mandrill_256.png"); local
30 canvas->drawImage(img, 0, 0, nullptr);
31 canvas->drawImage(img, 256, 0, &p);
34 canvas->drawImage(img, 0, 256, &p);
36 canvas->drawImage(img, 256, 256, &p);
39 canvas->drawImage(img, 0, 512, &p);
41 canvas->drawImage(img, 256, 512, &p);
  /external/clang/test/CodeGen/
2009-08-14-vararray-crash.c 5 typedef imgrow img[rb]; typedef
7 const img *br;
  /external/python/cpython2/Doc/includes/
email-mime.py 24 img = MIMEImage(fp.read()) variable
26 msg.attach(img)
  /external/skia/fuzz/oss_fuzz/
FuzzImage.cpp 15 auto img = SkImage::MakeFromEncoded(bytes); local
16 if (nullptr == img.get()) {
27 s->getCanvas()->drawImage(img, 0, 0, &p);
  /external/skia/src/pdf/
SkKeyedImage.cpp 34 SkKeyedImage img; local
36 img.fImage = fImage->makeSubset(subset);
37 if (img.fImage) {
38 img.fKey = {subset.makeOffset(fKey.fSubset.x(), fKey.fSubset.y()), fKey.fID};
41 return img;
  /external/skia/tests/
image-bitmap.cpp 25 auto img = SkImage::MakeFromBitmap(bm); local
28 REPORTER_ASSERT(r, img->uniqueID() == bm.getGenerationID());
29 REPORTER_ASSERT(r, img->uniqueID() != imgA->uniqueID());
30 REPORTER_ASSERT(r, img->uniqueID() != imgB->uniqueID());
  /external/skqp/src/pdf/
SkKeyedImage.cpp 34 SkKeyedImage img; local
36 img.fImage = fImage->makeSubset(subset);
37 if (img.fImage) {
38 img.fKey = {subset.makeOffset(fKey.fSubset.x(), fKey.fSubset.y()), fKey.fID};
41 return img;
  /external/skqp/tests/
image-bitmap.cpp 25 auto img = SkImage::MakeFromBitmap(bm); local
28 REPORTER_ASSERT(r, img->uniqueID() == bm.getGenerationID());
29 REPORTER_ASSERT(r, img->uniqueID() != imgA->uniqueID());
30 REPORTER_ASSERT(r, img->uniqueID() != imgB->uniqueID());
  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 47 uint8_t* img = NULL; local
48 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
49 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
72 (void**)(&img)));
73 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 20 YV12_BUFFER_CONFIG img; member in struct:lookahead_entry
  /external/skia/src/core/
SkDeferredDisplayListRecorder.cpp 130 sk_sp<SkImage> img = fSurface->makeImageSnapshot(); local
136 new SkDeferredDisplayList(fCharacterization, std::move(img)));
  /external/skqp/src/core/
SkDeferredDisplayListRecorder.cpp 122 sk_sp<SkImage> img = fSurface->makeImageSnapshot(); local
128 new SkDeferredDisplayList(fCharacterization, std::move(img)));
  /device/generic/goldfish/camera/
PreviewWindow.cpp 151 void* img = NULL; local
154 0, 0, mPreviewFrameWidth, mPreviewFrameHeight, &img);
165 res = camera_dev->getCurrentPreviewFrame(img, &frame_timestamp);
  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 42 uint8_t *img; member in struct:android::StreamBuffer
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Base.h 46 uint8_t *img; member in struct:android::StreamBuffer
  /external/libvpx/libvpx/examples/
postproc.c 95 vpx_image_t *img = NULL; local
118 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) {
119 vpx_img_write(img, outfile);
simple_decoder.c 125 vpx_image_t *img = NULL; local
132 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) {
133 vpx_img_write(img, outfile);
  /external/libvpx/libvpx/test/
user_priv_test.cc 42 // compares the user_priv from return img with the original user_priv to see if
66 const vpx_image_t *img = NULL; local
69 while ((img = dec_iter.Next())) {
71 CheckUserPrivateData(img->user_priv, NULL);
73 CheckUserPrivateData(img->user_priv, &frame_num);
81 CheckUserPrivateData(ref.img.user_priv, NULL);
83 md5.Add(img);
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 29 YV12_BUFFER_CONFIG img; member in struct:lookahead_entry
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 124 vpx_image_t *img; local
127 img = NULL;
129 img = ctx->iface->dec.get_frame(get_alg_priv(ctx), iter);
131 return img;

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>