/third_party/skia/docs/examples/ |
H A D | SkImage_to_PPM_ascii.cpp | 43 SkBitmap ToBitmap(SkImage * img) { in REG_FIDDLE() argument
|
H A D | SkImage_to_PPM_binary.cpp | 41 SkBitmap ToBitmap(SkImage * img) { in REG_FIDDLE() argument
|
H A D | UnpremulBugs.cpp | 18 sk_sp<SkImage> img = bmp.asImage(); in REG_FIDDLE() local
|
/third_party/skia/gm/ |
H A D | colorspace.cpp | 73 sk_sp<SkImage> img = GetResourceAsImage("images/mandrill_128.png"); in draw_colorspace_gm() local [all...] |
H A D | fontregen.cpp | 103 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); variable
|
H A D | imageblurrepeatmode.cpp | 151 auto img = bmp.asImage(); in DEF_SIMPLE_GM() local
|
H A D | fontcache.cpp | 74 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); variable
|
H A D | mipmap.cpp | 80 static void show_mips(SkCanvas* canvas, SkImage* img) { in show_mips() argument 129 static void show_mips_only(SkCanvas* canvas, SkImage* img) { in show_mips_only() argument [all...] |
H A D | thinrects.cpp | 176 auto img = zoomed->makeImageSnapshot(); in DEF_SIMPLE_GM_CAN_FAIL() local
|
/third_party/skia/fuzz/ |
H A D | FuzzEncoders.cpp | 81 auto img = SkImage::MakeFromEncoded(bytes); in DEF_FUZZ() local [all...] |
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_analog_clock_unit_test.cpp | 244 UIImageView* img = new UIImageView(); in HWTEST_F() local
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_image.cpp | 23 DrawCommon(BufferInfo& gfxDstBuffer, const Rect& coords, const Rect& mask, const ImageInfo* img, const Style& style, uint8_t opaScale) DrawCommon() argument
|
/third_party/glfw/tests/ |
H A D | icon.c | 76 GLFWimage img = { 16, 16, pixels }; in set_icon() local
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-jpeg.c | 33 _cupsImageReadJPEG( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadJPEG() argument [all...] |
H A D | image-pnm.c | 29 _cupsImageReadPNM( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPNM() argument [all...] |
H A D | image-sgi.c | 30 _cupsImageReadSGI( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadSGI() argument [all...] |
H A D | image-pix.c | 37 _cupsImageReadPIX( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPIX() argument [all...] |
/third_party/qrcodegen/java/ |
H A D | QrCodeGeneratorDemo.java | 211 private static void writePng(BufferedImage img, String filepath) throws IOException { in writePng() argument
|
/third_party/skia/tests/ |
H A D | PDFTaggedTest.cpp | 95 auto img = std::make_unique<PDFTag>(); in DEF_TEST() local
|
H A D | PinnedImageTest.cpp | 49 sk_sp<SkImage> img = SkMakeImageFromRasterBitmap(bm, kNever_SkCopyPixelsMode); in basic_test() local 105 sk_sp<SkImage> img; in cleanup_test() local [all...] |
H A D | WrappedSurfaceCopyOnWriteTest.cpp | 45 sk_sp<SkImage> img = surf->makeImageSnapshot(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local [all...] |
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrCodeGeneratorDemo.java | 210 private static void writePng(BufferedImage img, String filepath) throws IOException { in writePng() argument
|
/foundation/arkui/ui_lite/test/uitest/test_view_bitmap/ |
H A D | ui_test_view_bitmap.cpp | 27 ViewBitmapListener(UIViewGroup* container, UIImageView* img) : container_(container), img_(img) in ViewBitmapListener() argument 66 ViewBitmapListener2(UIViewGroup* container, UIImageView* img) : container_(container), img_(img) in ViewBitmapListener2() argument 104 ViewBitmapListener3(UIViewGroup* container, UIImageView* img) ViewBitmapListener3() argument 142 ViewBitmapListener4(UIViewGroup* container, UIImageView* img) ViewBitmapListener4() argument 180 ScreenBitmapListener(UIViewGroup* container, UIImageView* img) ScreenBitmapListener() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/render/ |
H A D | rs_image_cache_test.cpp | 78 auto img = std::make_shared<Drawing::Image>(); in HWTEST_F() local 99 auto img = std::make_shared<Drawing::Image>(); in HWTEST_F() local 119 auto img = std::make_shared<Drawing::Image>(); in HWTEST_F() local 225 auto img = std::make_shared<Drawing::Image>(); in HWTEST_F() local 249 auto img = std::make_shared<Drawing::Image>(); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_colorspace_convert_test.cpp | 82 std::shared_ptr<Drawing::Image> img = std::make_shared<Drawing::Image>(); in HWTEST_F() local 109 std::shared_ptr<Drawing::Image> img = std::make_shared<Drawing::Image>(); in HWTEST_F() local 147 std::shared_ptr<Drawing::Image> img = std::make_shared<Drawing::Image>(); in HWTEST_F() local
|